Project

General

Profile

goautodial 3.3 don t work in autodial

Added by carlo pastore almost 8 years ago

hi,
I'm a new user .
I installed goautodial3.3 and everything works . when I put on auto-dial mode, the server makes the phone calls but does not pass the phone calls to the operator and hangup after 10 sec.(sorry for my english)

help please


Replies (7)

RE: goautodial 3.3 don t work in autodial - Added by carlo pastore almost 8 years ago

in my research I also found this :

![IMG]http://i63.tinypic.com/rud17c.jpg[/IMG]!

RE: goautodial 3.3 don t work in autodial - Added by striker 247 almost 8 years ago

hi
seems you are using PRI card with autodial

there is unknow issue in goautodial or vicidial in autodial with pri card
i have posted same couple time still didnt got a solution

finally i tried goatuodial 2.1 with pri card its working fine in autodial mode.
also i tried vicidial scratch install with asterisk 11 its working fine.

br
striker
www.striker24x7.blogspot.com

RE: goautodial 3.3 don t work in autodial - Added by carlo pastore over 7 years ago

hi striker,

i tried goatuodial 3.0 with pri card its working in autodial mode. also i tried vicibox 7.0.3 with asterisk 11 its don't working.
help please!

RE: goautodial 3.3 don t work in autodial - Added by Pankaj Kumar over 7 years ago

Guys Goautodial 3.3 working with auto dial mode also, there is some missing values in dialplan please find the below:-

Example dialplan for PRI:-

[from-pstn]
exten => _24X.,1,Set(CALLERID=Your Number)
exten => _24X.,n,AGI
exten => _24X.,n,Set(_Missing_CLID1=${CALLERID})
exten => _24X.,n,Dial(${TRUNK}/${EXTEN:2},55,tToR)
exten => _24X.,n,Hangup()

Missing value added in this dialplan :-
exten => _24X.,n,Set(_Missing_CLID1=${CALLERID})

Also change the 8368 dialplan also in this way:-

; VICIDIAL_auto_dialer transfer script Load Balanced:
exten => 8368,1,Playback(sip-silence)
exten => 8368,n,Set(CALLERID=${Missing_CLID1})
exten => 8368,n,AGI
exten => 8368,n,AGI
exten => 8368,n,AGI
exten => 8368,n,Hangup()

Its working guys believe me I have tried this too many times because earlier its wasn't working for me like you guys reported the issue.

RE: goautodial 3.3 don t work in autodial - Added by striker 247 over 7 years ago

hi Pankaj kumar

thanks for the post.
hope this helps many people who face this issue (i too)
let me check in my setups and revert back

regards
striker

RE: goautodial 3.3 don t work in autodial - Added by Pankaj Kumar over 7 years ago

have you checked striker?

in case not working try with this also :-

in my previous post I had applied this exten => _24X.,n,Set(_Missing_CLID1=${CALLERID})
please use CALLERID all dialplan function it would also help you.

I tried this solution on many setups when this bug happen and its working 100%

Any confusion you can reach me
+91-9214011457

    (1-7/7)
    Go to top