Goautodial 2.1 pb with outbound calls
Added by mehdi mokni about 12 years ago
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
exten => _33.,2,Dial(SIP/${EXTEN:1}@goautodial,,tTo)
exten => _33,3,Hangup
Goautodial CE 2.1 from ISO | Vicidial 2.4-309a build 110430-1642 | Asterisk 1.4.39.1-vici | Single Server | Softphone X-Lite 4.5 | No Extra Software After Installation | Intel E4400 | Core2Duo 2.00GHz
campaign "Dial Prefix" = X
Lists "Phone Code Override" = 33
lead "dial code" :
Tél. n°1
474468541
450569513
...
Replies (1)
RE: Goautodial 2.1 pb with outbound calls
-
Added by striker 247 about 12 years ago
use the proper dialplan
if you want to dial just the phone number without phone code then use the below dialplan, this will discard 33 while dialling out.
exten => _33X.,1,AGI(agi:127.0.0.1:4577/call_log) exten => _33X.,2,Dial(SIP/${EXTEN:2}@goautodial,,tTo) exten => _33X.,3,Hangup
br
striker
striker24x7.blogspot.com