Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
Next: You have a very nice exten => setup, but it is not one from Vicidial so it just comes in and goes straight to your soft phone.
oshonubi wrote:Hi Gardo,
Thanks for the response. You seem to be the only one that understands this challenge so far. Most of the responses have been on SIP which has been quite frustrating. At least with the information that we need to configure extensions.conf manually our challenges have been resolved to some extents.
Now these are the questions:
1. Considering my zapata.conf that has a context of default, which part of extensions.conf conf do we write the dial plan?
2. From all indications, de wo need to write two different dial plans, one for inbound, the other for outbound?
3. Do we place the inbound within the context of trunkinbound or with the default?
4. How is the trunk defined in the case of Zap?
Further information, upon replacing the dialplan with exten=>s, the call goes but only to the softphone not the vicidial interface. I believe a clarity in this case will go a long way to help us understand vicidial better.
I will really appreciate your response.
walex wrote:This is my dial plan
exten => _9234NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9234NXXNXXXXXX,2,Dial(SIP/204,20,to)
exten => _9234NXXNXXXXXX,3,Hangup
It's recommended to put your inbound in "trunkinbound".
We're assuming that "g1" is also defined in your zapata.conf.
exten => 1234,1,Answer ; Answer the line
exten => 1234,2,AGI(agi-VDAD_ALL_inbound.agi,CID-----LB-----CL_GALLERIA-----7274515134-----Closer-----park----------999-----1)
exten => 1234,3,Hangup
gardo wrote:Here's the snippet from extensions.conf:
; parameters for agi-VDAD_ALL_inbound.agi (9 fields separated by five dashes "-----"):
; 1. the method of call handling for the script:
; - CID - CID received, add record with phone number
; - CIDLOOKUP - Lookup CID to find record in whole system
; - CIDLOOKUPRL - Restrict lookup to one list
; - CIDLOOKUPRC - Restrict lookup to one campaign's lists
; - CLOSER - Closer calls from VICIDIAL fronters
; - ANI - ANI received, add record with phone number
; - ANILOOKUP - Lookup ANI to find record in whole system
; - ANILOOKUPRL - Restrict lookup to one list
; - 3DIGITID - Enter 3 digit code to go to agent
; - 4DIGITID - Enter 4 digit code to go to agent
; - 5DIGITID - Enter 5 digit code to go to agent
; - 10DIGITID - Enter 10 digit code to go to agent
; 2. the method of searching for an available agent:
; - LO - Load Balance Overflow only (priority to home server)
; - LB - <default> Load Balance total system
; - SO - Home server only
; 3. the full name of the IN GROUP to be used in vicidial for the inbound call
; 4. the phone number that was called, for the log entry
; 5. the callerID or lead_id of the person that called(usually overridden)
; 6. the park extension audio file name if used
; 7. the status of the call initially(usually not used)
; 8. the list_id to insert the new lead under if it is new (and CID/ANI available)
; 9. the phone dialing code to insert with the new lead if new (and CID/ANI available)
; 10. the campaign_id to search within lists if CIDLOOKUPRC
; 11. the user to queue the call to for AGENTDIRECT in-group calls
; inbound VICIDIAL call with CID delivery through T1 PRI
exten => 1234,1,Answer ; Answer the line
exten => 1234,2,AGI(agi-VDAD_ALL_inbound.agi,CID-----LB-----CL_GALLERIA-----7274515134-----Closer-----park----------999-----1)
exten => 1234,3,Hangup
The one in bold is responsible for inbound ACD.
Inbound dialplan is different from outbound dialplan. As you can see from the snippet above.
It's recommended to put your inbound in "trunkinbound".
Here's an example of defining a Zap trunk in extensions.conf:
TRUNK=Zap/g1 ; Trunk interface
We're assuming that "g1" is also defined in your zapata.conf.oshonubi wrote:Hi Gardo,
Thanks for the response. You seem to be the only one that understands this challenge so far. Most of the responses have been on SIP which has been quite frustrating. At least with the information that we need to configure extensions.conf manually our challenges have been resolved to some extents.
Now these are the questions:
1. Considering my zapata.conf that has a context of default, which part of extensions.conf conf do we write the dial plan?
2. From all indications, de wo need to write two different dial plans, one for inbound, the other for outbound?
3. Do we place the inbound within the context of trunkinbound or with the default?
4. How is the trunk defined in the case of Zap?
Further information, upon replacing the dialplan with exten=>s, the call goes but only to the softphone not the vicidial interface. I believe a clarity in this case will go a long way to help us understand vicidial better.
I will really appreciate your response.
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 31 guests