I recommend removing g729 from "allow" unless you have verified that g729 is installed in your Vicidial server.
slyx wrote:allow=gsm,ulaw,alaw
Next up: you have a misunderstanding of the way to enter the Dialplan Entry, this will not work at all.
slyx wrote:[Skypesip]
exten=>_39X.,1,Dial(SIP/Skypesip/${EXTEN})
exten=>_39X.,2,Hangup()
Try this!
Dialplan Entry:- Code: Select all
exten => _939XX.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _939XX.,2,Dial(SIP/Skypesip/${EXTEN:1},,tTor)
exten => _939XX.,3,Hangup
Campaign Detail View setting "Dial Prefix": 9The "AGI" line is required. The "Hangup" line is required. And the Dial command must include at least the "o" in tTor, but you should leave it as it is (tTor) until you have more Vicidial knowledge.
The above method will allow you to set up another carrier as "8" for the Dial Prefix without having to shut down this one. Lots of Carriers at the same time.
![Smile :)](./images/smilies/icon_smile.gif)
I note you did not state whether you got this working in Asterisk ... if you did, an example CLI output from asterisk from a successful call would be useful.
Also: What's the numbering pattern in Italy?
![Smile :)](./images/smilies/icon_smile.gif)