Page 1 of 1

Vicidial session question about waiting for ring.....

PostPosted: Wed Feb 27, 2008 5:54 am
by howellrepaja
hi im confuse bout i already manual dial a lead in a vicidial session.

im confuse even if i talk to the customer is it always waiting for ring noted near the dial led icon. is this normal? or it will indicate that the call is answered or the conversation is going on. thanks.

PostPosted: Wed Feb 27, 2008 9:25 am
by mflorell
Did you apply the cli concise patch before compiling Asterisk?

PostPosted: Sun Mar 02, 2008 11:52 pm
by howellrepaja
yes matt. i did it, by the way what is supposed to be the the message near the dial led icon? if the conversation of the agent is going on? thanks.

PostPosted: Mon Mar 03, 2008 2:01 pm
by mflorell
That should not be a normal thing, but it can sometimes happen. What kind of outside lines are you using?

PostPosted: Mon Mar 03, 2008 8:49 pm
by howellrepaja
i am connecting to my provider using my sip account. even if the call is answered it will still waiting for ring. then after a few seconds or minute it will pop up dial timed out contact your system administrator. then the conversation is cut off.

PostPosted: Mon Mar 03, 2008 9:27 pm
by enjay
does your sip provider do registration? If not investigate SIP Silence.

PostPosted: Mon Mar 03, 2008 10:07 pm
by howellrepaja
enjay wrote:does your sip provider do registration? If not investigate SIP Silence.


yes my sip provider do registration. what do you mean by SIP Silence? how could i do that?

PostPosted: Mon Mar 03, 2008 10:49 pm
by enjay
Its in the scratch install

hello howell

PostPosted: Mon Mar 03, 2008 11:26 pm
by eliasferreyra
use this


;; VICIDIAL_auto_dialer transfer script:
;exten => 8365,1,Playback(sip-silence)
;exten => 8365,2,AGI(agi://127.0.0.1:4577/call_log)
;;exten => 8365,2,AGI(call_log.agi,${EXTEN})
;exten => 8365,3,AGI(agi-VDADtransfer.agi,${EXTEN})
;exten => 8365,4,AGI(agi-VDADtransfer.agi,${EXTEN})
;exten => 8365,5,Hangup

PostPosted: Tue Mar 04, 2008 12:48 am
by howellrepaja
hi thanks a lot for your reply.

i solve this. the tTo in extensions.conf going to my provider.

thanks a lot.