Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
williamconley wrote:when you post, please post your entire configuration including (but not limited to) your installation method and vicidial version with build.
You should also post: Asterisk version, telephony hardware (model number is helpful here), cluster information if you have one, and whether any other software is installed in the box. If your installation method is "from scratch" you must post your operating system and should also post the .iso version from which you installed your original operating system.
Similar to This:
Vicibox X.X from .iso | Vicidial X.X.X Build XXXX | Asterisk X.X.X | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation
this IS a requirement for posting along with reading the stickies (at the top of each forum) and the manager's manual (available on EFLO.net, both free and paid versions)
williamconley wrote:when you post, please post your entire configuration including (but not limited to) your installation method and vicidial version with build.
You should also post: Asterisk version, telephony hardware (model number is helpful here), cluster information if you have one, and whether any other software is installed in the box. If your installation method is "from scratch" you must post your operating system and should also post the .iso version from which you installed your original operating system.
Similar to This:
Vicibox X.X from .iso | Vicidial X.X.X Build XXXX | Asterisk X.X.X | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation
this IS a requirement for posting along with reading the stickies (at the top of each forum) and the manager's manual (available on EFLO.net, both free and paid versions)
SISTA India wrote:I tried to make call with goautodial’s manual dialing settings also, but still I am not able to hear any sound.
When I configure my X-lite phone directly with “username, password and domain” provided by my Voip service provider I am able to call manually, but when I configure the same with “Goautodial” credentials I am not able to make call manually. It says “call failed: Not found”
sip show registry
SISTA India wrote:exten=>_91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten=>_91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@VIVA Com,,To)
exten=>_91XXXXXXXXXX,3,Hangup
exten=>_91XXXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten=>_91XXXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@VIVA Com,,To)
exten=>_91XXXXXXXXXXX,3,Hangup
exten=>_91XXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten=>_91XXXXXXXXX,2,Dial(SIP/${EXTEN:1}@VIVA Com,,To)
exten=>_91XXXXXXXXX,3,Hangup
sip show registry
Globals String: TRUNK = SIP/VIVA
here is the dial plan, but you used VIVA instead of TRUNK. So the system should just go to VIVA, right? But where is VIVA? Is it SIP or IAX2? Since you did not use TRUNK, which is "SIP/VIVA" and only used "VIVA", the SIP/ was left off entirely, so no protocol is specified and the system cannot dial. Change to:exten=>_91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@VIVA,,To)
but be aware that TRUNK may be defined elsewhere (I usually use DIAL9TRUNK for both the globals string and the exten entry, which is definitely NOT defined anywhere else. And of course, I would then have DIAL8TRUNK etc available for definition for other carriers.exten=>_91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@TRUNK,,To)
asterisk -R
core set verbose 20
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 101 guests