Goautodial 2.1 pb with outbound calls
Posted: Fri Mar 29, 2013 8:42 pm
Hi, after configuring the server with asterisk softphone and loading csv file that contains type num :
474006384
158790054
... (fixed France)
and at the beginning of the program calls the server consists 30474006384 instead of 0474006384 !!!
status agent (called (047) 400-6384), but it actually consists (3047)400-6384.
[goautodial]
disallow=all
allow=G726
allow=ULAW
type=friend
secret=*****
username=*****
host=*****
dtmfmode=rfc2833
context=trunkoutbound
qualify=yes
insecure=very
nat=yes
exten => _33.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _33.,2,Dial(SIP/${EXTEN:1}@goautodial,,tTo)
exten => _33,3,Hangup
474006384
158790054
... (fixed France)
and at the beginning of the program calls the server consists 30474006384 instead of 0474006384 !!!
status agent (called (047) 400-6384), but it actually consists (3047)400-6384.
[goautodial]
disallow=all
allow=G726
allow=ULAW
type=friend
secret=*****
username=*****
host=*****
dtmfmode=rfc2833
context=trunkoutbound
qualify=yes
insecure=very
nat=yes
exten => _33.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _33.,2,Dial(SIP/${EXTEN:1}@goautodial,,tTo)
exten => _33,3,Hangup