search for: queuetest

Displaying 4 results from an estimated 4 matches for "queuetest".

2018 May 08
2
Passing parameter to Queue-called macro
...eue pickup macro. This is to know when (and who) picked up an incoming call to a queue and log that to my back-office system with a CURL to a HTTP endpoint. However, the Queue application does not appear to allow passing of parameters to the called queue pickup macro. E. g. non-working code is: [queuetest] timeout = 60 retry = 2 member=>SIP/testnum [macro-verdianswer] exten=>s,1,NoOp(Entering Verdi answer macro) exten=>s,n,NoOp(Value: ${ARG1}) exten=>s,n,MacroExit [incomingcontext] exten=>tstqueue,1,NoOp(Incoming call for VerDi) same=>n,Set(curlResult=${SHELL(/usr/src/verdi/bash...
2008 Sep 02
4
AgentCallbackLogin AddQueueMember
Hi i have problem with AddQueueMember logic. I need login Agent(Member) in asterisk. use this option: for example: AddQueueMember(queuetest,SIP/ekiga,10,,Agent/13) and now i want to call to this Agent: exten => _1XX,1,Dial(Agent/${EXTEN:1}) call to 113 and asterisk should call to Agent => 13 on interface SIP/ekiga. This doesn't work, How can i do this on Asterisk 1.4(not using AgentCallbackLogin). Chris
2018 May 11
2
Passing parameter to Queue-called macro
...d who) picked up an incoming call to a > queue and log that to my back-office system with a CURL to a HTTP endpoint. > > However, the Queue application does not appear to allow passing of > parameters to the called queue pickup macro. > > E. g. non-working code is: > > [queuetest] > timeout = 60 > retry = 2 > member=>SIP/testnum > > [macro-verdianswer] > exten=>s,1,NoOp(Entering Verdi answer macro) > exten=>s,n,NoOp(Value: ${ARG1}) > exten=>s,n,MacroExit > > [incomingcontext] > > exten=>tstqueue,1,NoOp(Incoming call for...
2020 Aug 17
2
Queue don't call Interface PJSIP
...e the extensions ring when receiving a call from the queue. I'm using telnet to include the extension and on the asterisk console, it even shows Called PJSIP/6001, but the extension doesn't ring. If I call from extension to extension, it works normally. telenet: Action: QueueAdd Queue: queuetest MemberName: 1234 Interface: PJSIP/6001 StateInterface: PJSIP/6001 Ringinuse: yes Paused: false If I change to SIP, the extension will call normally. My configuration pjsip.conf [transport-udp-nat] type=transport protocol=udp bind=0.0.0.0:5160 local_net=192.0.0.0/24 external_media_address=192.168...