My configuration :
Goautdial :
3.3-1406088000
Vicidial :
VERSION: 2.9-441a
BUILD: 140612-1628
Asterisk:
1.8.23.0-1_centos5.go
Dialplan_A:
exten => _X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _X.,2,Dial(SIP/0${EXTEN:1}@sipa,,tTo)
exten => _X.,3,Hangup
Dialplan_B:
exten => _X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _X.,2,Dial(SIP/0${EXTEN:1}@sipb,,tTo)
exten => _X.,3,Hangup
I try a campaign survey press 1, when customer receive call he press DTMF 1 and will redirect to available agent, with two sip account. First [SIP-A] without did (the sip account not permit inbound call) and Second [SIP-B] with DID so i can receive call from customer.
I try many campaign survey test :
Campaign test1
- With goautodial campaign survey press 1 helper and [SIP-A] + call menu press 1 redirect to inbound ==> no result, the customer hear IVR but when he press 1, nothing happen and hang-up
- With goautodial campaign survey press 1 helper and [SIP-B] + call menu press 1 redirect to inbound ==> no result, the customer hear IVR but when he press 1, nothing happen and hang-up
- With goautodial campaign survey press 1 helper and [SIP-A] + call menu press 1 redirect to extenion [8001] - context [default] ==> no result, the customer hear IVR but when he press 1, nothing happen and hang-up
- With goautodial campaign survey press 1 helper and [SIP-B] + call menu press 1 redirect to extenion [8001] - context [default] ==> the customer hear IVR and he is redirect to the agent on 8001 extension
My question is : do i must have a SIP with SDA to do a campaign survey press 1, is there any other way to do that with a simple sip account like preditive dialer with welcome ivr, and detect if customer press 1 and redirect to avalaible agent ?
Many thanks for your help.