Hi,
I’m a newbie to Asterisk. This may be a simple issue, but can’t find any solution.
I have implemented a queue and its all working fine. Now I need to give a pop-up information about the caller, to the agent who takes the call. Is there any way this can be implemented?
I’m using Asterisk 1.8, I know smthing abt AGI…,how it can be called etc…
Plz help…
Hi!
I’ve got the same problem with Asterisk 1.8.13.0~dfsg-1+b1 on Debian. I’ve made a macros in function Queue:
exten => _30XX,n,Queue(queue${EXTEN},tr,900,macro-777,)
and macros:
[macro-macro-777]
exten => s,1,AGI(text.sh, ${CDR(src)})
I tried to use all possible vars of CDR and other functions to get who place call and who answer to a call. I can get who get pick up the phone, but can’t get who place a call. How to get them all?
Thank you for reply.
I’m not so good in Asterisk, so can you explain to me how to obtain callerid “step by step”? How can I determine which caller number in queue was answered if I have 2-3 calls in queue at the same time?