Moderators: enjay, williamconley, Staydog, mflorell, MJCoate, mcargile, Kumba
williamconley wrote:in extensions.conf you will find a duplicate of your:
exten => _91XXXXXXXXXX,2,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,3,Dial(SIP/cordia/${EXTEN:1},55,To)
exten => _91XXXXXXXXXX,4,Hangup
you must comment it out by putting ; in front of each of the three lines or delete it (as you will note that there cannot be TWO of them, and yours is being ignored in favor of the one in extensions.conf. yours should be loaded into extensions-vicidial.conf by the GUI, but that is read too late. so you delete this one and yours should begin working at the next "asterisk reload")
so remove those lines, then at the asterisk CLI enter "reload" and try again.
cannot start with ",2," the first one must be ",1," and you may number after that ",2," and ",3," or just ",n," on all successive lines, but the first one must be ",1," no matter what.mr.rizwan wrote:williamconley wrote:exten => _91XXXXXXXXXX,2,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,3,Dial(SIP/cordia/${EXTEN:1},55,To)
exten => _91XXXXXXXXXX,4,Hangup
thanks william, now it is working fine. i can outbound dailing but when i make manual call. call get connected but after 50 sec i receive a message that "Dial timed our, contact your system admin" please could you tell me what is the reason.
Regards
Return to ViciBox Server Install and Demo
Users browsing this forum: No registered users and 38 guests