Manual Dial no ring sound

General and Support topics relating to ViciDialNow and GoAutoDial ISO installers

Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid

Manual Dial no ring sound

Postby bhavionline » Fri Mar 12, 2010 4:10 am

Hello,

I have a vicidialnow setup
VERSION: 2.0.5-174
BUILD: 90522-0506

The agent is not able to hear the ring sound when dialing in manual mode.
I have already read the related forum messages and hence tried using the Trunkloop, here is my trunk defination

exten => _0001.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _0001.,2,Dial(${TRUNKloop}/${EXTEN:3},,tTo)
exten => _0001.,3,Hangup


exten => _1.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1.,2,Dial(${SIPLIVE}/${EXTEN},,tTo)
exten => _1.,3,Hangup

But no luck.
Please let me know if there is any settings that i am missing out. For your information i can hear a ring sound when i call directly from xlite so i guess its not a carrier issue.

Regards
bhavionline
 
Posts: 30
Joined: Fri Mar 07, 2008 4:00 am

Postby williamconley » Sun Mar 14, 2010 9:21 pm

does the call get made? (are you discussing ONLY ring tone, or is the call failing?)

please also post your installation method and asterisk version and whether there is any other software on your box.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20256
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby bhavionline » Mon Mar 15, 2010 5:10 am

Yes the call gets connected, its just the ringtone.

Asterisk Version :Asterisk 1.2.30.2
I have installed the ISO image on the vicidialnow site to install.

There are no other softwares running.

Regards
bhavionline
 
Posts: 30
Joined: Fri Mar 07, 2008 4:00 am

Postby williamconley » Mon Mar 15, 2010 9:37 am

look up the "dial" command on asteriskguru or another asterisk documentation site. you can add a code to the dial options to "force" a ring tone locally.

however, do NOT delete any of the existing dial options, that would be detrimental to the health of your dialer

and remember that this needs to be tested before rolling out.

vicidial is designed for "autodial" mode, so there isn't supposed to be anyone listening to/for ring tones.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20256
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby bhavionline » Wed Mar 17, 2010 12:41 am

I added the r option in the dial plan to force asterisk to generate a ringtone but without luck. Please advise.
bhavionline
 
Posts: 30
Joined: Fri Mar 07, 2008 4:00 am

Postby williamconley » Wed Mar 17, 2010 1:05 am

interesting. can i have the CLI output during the call (not 3000 lines now, just when it dials a call that makes no sound .. after you added the r) :)
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20256
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby bhavionline » Wed Mar 17, 2010 6:05 am

-- Executing MeetMe("Local/8600051@default-d022,2", "8600051|F") in new stack
> Channel Local/8600051@default-d022,1 was answered.
-- Executing AGI("Local/8600051@default-d022,1", "agi://127.0.0.1:4577/call_log") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing Dial("Local/8600051@default-d022,1", "IAX2/ASTloop:test@127.0.0.1:40569/18006682837||tTo") in new stack
-- Called ASTloop:test@127.0.0.1:40569/18006682837
-- Accepting AUTHENTICATED call from 127.0.0.1:
> requested format = slin,
> requested prefs = (gsm),
> actual format = ulaw,
> host prefs = (ulaw),
> priority = mine
-- Executing AGI("IAX2/ASTloop-4697", "agi://127.0.0.1:4577/call_log") in new stack
-- Call accepted by 127.0.0.1 (format ulaw)
-- Format for call is ulaw
-- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing Dial("IAX2/ASTloop-4697", "SIP/testlive/18002017575||tTor") in new stack
-- Called testlive/18002017575
-- IAX2/127.0.0.1:40569-11518 is ringing
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1

It is showing ringing on the CLI but i can not hear a ring, he directly get the customers voice
bhavionline
 
Posts: 30
Joined: Fri Mar 07, 2008 4:00 am

Postby williamconley » Thu Mar 18, 2010 5:15 pm

bhavionline wrote: -- Executing AGI("Local/8600051@default-d022,1", "agi://127.0.0.1:4577/call_log") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing Dial("Local/8600051@default-d022,1", "IAX2/ASTloop:test@127.0.0.1:40569/18006682837||tTo") in new stack

-- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing Dial("IAX2/ASTloop-4697", "SIP/testlive/18002017575||tTor") in new stack
Interesting. I note two dial commands executed in succession. One does not have the r.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20256
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby benomg » Mon Jul 12, 2010 10:55 pm

wow. i thought that vicidial just wasn't able to feed back a ringing tone. my users will be happy. I have had the "r" option forever but it has never worked.

I read through this, http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial, and then tried the "R" option and now there is a ringing tone for the caller.
VERSION: 2.2.1-237 BUILD: 100510-2015 on Asterisk 1.2.30.4 via VICIBox 1.0.0-rc2 + upgrade.
benomg
 
Posts: 51
Joined: Wed Aug 05, 2009 8:46 pm
Location: Sydney

Manual call no ring

Postby franko » Mon Oct 11, 2010 9:42 am

Hi guys is there any update as regards geting a ring out when agents are manual dialing :?: tried the link above with no luck
franko
 
Posts: 1
Joined: Mon Oct 11, 2010 9:38 am

Postby williamconley » Mon Oct 11, 2010 9:54 am

1) Post your system information whenever you post.

2) what exactly did you try from the link above?
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20256
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby benomg » Mon Oct 11, 2010 4:54 pm

So the page I was linking to is gone. Rather than find another link I'll try to explain it myself.

In your dial plan,

i.e.
Code: Select all
exten => _X.,2,Dial(${IAXTRUNK}/${EXTEN},,tTor)


... the "tTor" part is a set of options for the Dial() function. Try changing "r" to "R". They are both meant to make the caller's line ring when calling someone but they are slightly different options in some way beyond my understanding. "R" works for me while "r" does not.
VERSION: 2.2.1-237 BUILD: 100510-2015 on Asterisk 1.2.30.4 via VICIBox 1.0.0-rc2 + upgrade.
benomg
 
Posts: 51
Joined: Wed Aug 05, 2009 8:46 pm
Location: Sydney


Return to ViciDialNow - GoAutoDial

Who is online

Users browsing this forum: No registered users and 92 guests