Displaying 3 results from an estimated 3 matches for "incomingcontext".
2018 May 08
2
Passing parameter to Queue-called macro
...n 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/verdiIncGetUUID.sh)})
same=>n,Set(curlResultLength=${LEN(${curlResult})})
same=>n,NoOp(Curl result for incoming call UUID from VerDi: ${curlResult})
same=>n,Set(CDR(accountcode)=${cur...
2018 May 11
2
Passing parameter to Queue-called macro
...ickup 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/verdiIncGetUUID.sh)
> })
> same=>n,Set(curlResultLength=${LEN(${curlResult})})
> same=>n,NoOp(Curl result for incoming call UUID from VerDi:
> ${curlResult})...
2006 Jan 06
2
Not Able to Connect Two Asterisk Servers Using IAX2
Hi
I have two asterisk servers. I just want to connect two asterisk server
using IAX2.
But the Asterisk Servers are not able to register each other. If some body
have done this
then Please send me the configuration they have done in iax.conf and
extensions.conf.
I simply want to connect and call from one sever to another.
Thanks
Chandan Kumar Mishra
Software Engg.
-------------- next part