Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - El_Terrible

Pages: [1]
1
Outbound and QueueMetrics / Re: Outbound calls
« on: November 28, 2008, 16:22:10 »
I use Asterisk 1.4.21.2 in a centos 5 distribution,  I have 4 queues  and  everyone can make calls without restriction, I checked the link but  I'm not sure if I can use in this case. On the other hand how can I check if the AGI is instaled? 

2
Outbound and QueueMetrics / Outbound calls
« on: November 27, 2008, 15:53:17 »
for outbound calls I used to use this code:

[salida]
exten => _8.,1,Dial(Zap/g2/${EXTEN:1})
exten => _8.,2,Hangup

and I changed for:

[queuedial]
exten => _8.,1,Set(MY_QUE=OUT)
exten => _8.,2,Set(MY_NUM=${EXTEN:1})
exten => _8.,3,Set(MY_AGENT=${CALLERIDNUM})
exten => _8.,4,NoOp,Ag: ${MY_AGENT} N: ${MY_NUM} Q: ${MY_QUE}
exten => _8.,5,MixMonitor(Q-${MY_QUE}-${UNIQUEID}.wav|b|)
exten => _8.,6,AGI(queueDial.agi|${MY_NUM}|Zap/g2/${MY_NUM}|q-${MY_QUE}|Agent/${MY_AGENT})
exten => _8.,7,Hangup

but it doesn't work, there is anything else to change?


Pages: [1]