Hi Everyone,
Need Help,
Following are my server details
1. Asterisk 1.4.42
2. vicidial 2.2.1
3. 4 Port Digium Card
4. Cent OS
5. Soft Phone Zoiper
Installation Method : Vicidialnow
$version = '2.2.1-259';
$build = '100510-2014';
Asterisk version: 1.4.42-vici
In my extensions.conf file i have assigned my zap channel to a variable and i am using that to do outbound. But my two agents are unable to do outbound at a time.
In my extension.conf
TRUNX=Zap/3
outbound pattern
exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,3,Dial(${TRUNKX}/${EXTEN:2},55,To)
exten => _91XXXXXXXXXX,4,Hangup
Now i want to use more zap channels to do outbound.
But i do not know, how to assign more channels to do outbound.
Please help me out in this issue.
Thanks & Regards
Srinivas