Displaying 3 results from an estimated 3 matches for "callfromqueue".
2016 Nov 21
2
Asterisk 13.12.2 : strange queue behaviour
...xecuting [queue at pbx-routing:15]
Queue("SIP/incoming-00000246", "myqueue1,,,,300,,,") in new stack
[Nov 21 08:17:57] res_musiconhold.c: Started music on hold, class
'default', on channel 'SIP/incoming-00000246'
[Nov 21 08:18:26] pbx.c: Executing [mysip692 at CallFromQueue:1]
NoOp("Local/mysip692 at CallFromQueue-0000003c;2", "") in new stack
[Nov 21 08:18:26] app_queue.c: Called Local/mysip692 at CallFromQueue
[Nov 21 08:18:26] pbx.c: Executing [mysip692 at CallFromQueue:3]
Dial("Local/mysip692 at CallFromQueue-0000003c;2", "SIP/...
2016 Nov 21
3
Asterisk 13.12.2 : strange queue behaviour
...; Queue("SIP/incoming-00000246", "myqueue1,,,,300,,,") in new stack
> [Nov 21 08:17:57] res_musiconhold.c: Started music on hold, class
> 'default', on channel 'SIP/incoming-00000246'
>
> [Nov 21 08:18:26] pbx.c: Executing [mysip692 at CallFromQueue:1]
> NoOp("Local/mysip692 at CallFromQueue-0000003c;2", "") in new stack
> [Nov 21 08:18:26] app_queue.c: Called Local/mysip692 at CallFromQueue
> [Nov 21 08:18:26] pbx.c: Executing [mysip692 at CallFromQueue:3]
> Dial("Local/mysip692 at CallFrom...
2016 Sep 02
3
Trouble getting peer variable (sip username) on 302 Moved Temporarily
Hello
when setting a local forward (in this case to extension 23) on a SIP
phone, I see the following on the Asterisk CLI :
[Aug 31 14:59:34] -- Got SIP response 302 "Moved Temporarily" back
from 11.22.33.44:40670
[Aug 31 14:59:34] -- Now forwarding
Local/myaccount184 at CallFromQueue-000007f4;2 to 'Local/23 at from-internal'
(thanks to SIP/myaccount184-00003729)
Question : how can I read the variable which contains the value
'myaccount184' in the context from-internal ?
The following variables I've tried are empty :
ChannelPeerip=${CHANNEL(peerip)}
Ch...