Dial Plan Problems (I Guess TT)
Added by William Jaimes over 10 years ago
Hello, I will try my best to explain what configuration.
I have a system voip PBX running several months ago (works perfect).
I live in Colombia, and local landlines lines is directly dialed 6XXXXXX (my current dialplan)
Right now Iam configuring my first GOAutodial and i add a carrier with one of my extensions (SIP) authentication type of "registration".
When i log with agent account and make a call = hang out
Campaing COL?:http://imgur.com/Fs9S5Yz
Config carrier: http://imgur.com/W6NxCqR
Dial Plan Carrier: http://imgur.com/F8NijCj
ty guys. I appreciate the help you can give me
Version CE 3.3
Replies (4)
RE: Dial Plan Problems (I Guess TT)
-
Added by striker 247 over 10 years ago
post your asterisk cli log
type asterisk -vvvvr in ur linux console
and make a test call, capture the log and post it here
use putty software to login to linux console via ssh
br
striker
www.striker24x7.blogspot.com
RE: Dial Plan Problems (I Guess TT)
-
Added by William Jaimes over 10 years ago
hi striker ty for help.
in this log i can detect a error.
the system are calling 657XXXXXXX (XXXXXXX is my lead upload)
where "57" is a problem. for my local telephone system i just need call 6XXXXXX the first 6 ill can remove from dialplan string (config carrier) but.. how i can remove the "57"?
thx
RE: Dial Plan Problems (I Guess TT)
-
Added by striker 247 over 10 years ago
in campaign set Omit phone code =Y
and dialplan entery change ${EXTEN:10} TO ${EXTEN:1}