@niacs, I’d like to pursue your option because it gets to the root of what I want, which is one-touch queue in/out. I saw the phone’s DND functionality as a workaround but … that didn’t work for the reasons you specified.
So what I did was enabled device hints, enabled USEDEVSTATE=true in amportal.conf, then created a BLF key for 45800*101.
The in/out feature works properly, but the BLF lamp does not illuminate.
If I run “core show hints”, there is one watcher for 45[email protected] (101 is the extension I’m using), so * sees my phone looking for status. HOWEVER:
After logging in or out, there’s an error:
[2012-06-03 23:21:41] WARNING[2761] chan_sip.c: Retransmission timeout reached on transmission [email protected]:5060 for seqno 102 (Critical Request) – See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
Packet timed out after 6400ms with no response
I have a sneaking suspicion that this is the communication to/from the phone regarding the BLF status, but I really have no idea. The * wiki entry went above my head and beyond my knowledge.
I’m posting the entire log back-and-forth because … I have no idea what to look at for troubleshooting. I should note that I have no issues with making or receiving calls - it looks like a network problem but one that does not manifest itself in any other way that I have tested.
Incidentally, the same happens using Tony’s solution.
In context (see error at end)–Logging In:
[2012-06-03 23:21:31] VERBOSE[2761] netsock2.c: == Using SIP RTP TOS bits 184
[2012-06-03 23:21:31] VERBOSE[2761] netsock2.c: == Using SIP RTP CoS mark 5
[2012-06-03 23:21:31] VERBOSE[3414] pbx.c: – Executing [45800*[email protected]:1] Goto(“SIP/101-00000016”, “app-all-queue-toggle,s,start”) in new stack
[2012-06-03 23:21:31] VERBOSE[3414] pbx.c: – Goto (app-all-queue-toggle,s,1)
[2012-06-03 23:21:31] VERBOSE[3414] pbx.c: – Executing [[email protected]:1] Answer(“SIP/101-00000016”, “”) in new stack
[2012-06-03 23:21:32] VERBOSE[3414] pbx.c: – Executing [[email protected]:2] Wait(“SIP/101-00000016”, “1”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:3] Macro(“SIP/101-00000016”, “user-callerid,”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:1] Set(“SIP/101-00000016”, “AMPUSER=101”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:2] GotoIf(“SIP/101-00000016”, “0?report”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:3] ExecIf(“SIP/101-00000016”, “1?Set(REALCALLERIDNUM=101)”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:4] Set(“SIP/101-00000016”, “AMPUSER=101”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:5] Set(“SIP/101-00000016”, “AMPUSERCIDNAME=Tristan Cunningham”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:6] GotoIf(“SIP/101-00000016”, “0?report”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:7] Set(“SIP/101-00000016”, “AMPUSERCID=101”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:8] Set(“SIP/101-00000016”, “CALLERID(all)=“Tristan Cunningham” <101>”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:9] GotoIf(“SIP/101-00000016”, “0?limit”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:10] ExecIf(“SIP/101-00000016”, “0?Set(GROUP(concurrency_limit)=101)”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:11] GotoIf(“SIP/101-00000016”, “0?continue”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:12] Set(“SIP/101-00000016”, “__TTL=64”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:13] GotoIf(“SIP/101-00000016”, “1?continue”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Goto (macro-user-callerid,s,24)
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:24] Set(“SIP/101-00000016”, “CALLERID(number)=101”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:25] Set(“SIP/101-00000016”, “CALLERID(name)=Tristan Cunningham”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:26] Set(“SIP/101-00000016”, “CHANNEL(language)=en”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:4] AGI(“SIP/101-00000016”, “queue_devstate.agi,getall,101”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] res_agi.c: – Launched AGI Script /var/lib/asterisk/agi-bin/queue_devstate.agi
[2012-06-03 23:21:33] VERBOSE[3414] res_agi.c: – queue_devstate.agi,getall,101: initiating queue: 800
[2012-06-03 23:21:33] VERBOSE[3414] res_agi.c: – queue_devstate.agi,getall,101: Queue 800 has no one logged in
[2012-06-03 23:21:33] VERBOSE[3414] res_agi.c: – queue_devstate.agi,getall,101: Finished sorting
[2012-06-03 23:21:33] VERBOSE[3414] res_agi.c: – queue_devstate.agi,getall,101: Looking up queues for agent: 101
[2012-06-03 23:21:33] VERBOSE[3414] res_agi.c: – queue_devstate.agi,getall,101: Agent is in: 800
[2012-06-03 23:21:33] VERBOSE[3414] res_agi.c: – queue_devstate.agi,getall,101: checking if logged into queue: 800
[2012-06-03 23:21:33] VERBOSE[3414] res_agi.c: – queue_devstate.agi,getall,101: Nothing found so logged out
[2012-06-03 23:21:33] VERBOSE[3414] res_agi.c: – queue_devstate.agi,getall,101: Agent 101 is LOGGEDOUT for at least one of their queues
[2012-06-03 23:21:33] VERBOSE[3414] res_agi.c: – <SIP/101-00000016>AGI Script queue_devstate.agi completed, returning 0
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:5] GotoIf(“SIP/101-00000016”, “0?skip”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:6] Set(“SIP/101-00000016”, “TOGGLE_MACRO=toggle-add-agent”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:7] Set(“SIP/101-00000016”, “LOOPCNTALL=1”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:8] Set(“SIP/101-00000016”, “ITERALL=1”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]-queue-toggle:9] Set(“SIP/101-00000016”, “QUEUENO=800”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:10] Set(“SIP/101-00000016”, “ITERALL=2”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:11] Macro(“SIP/101-00000016”, “toggle-add-agent,”) in new stack
[2012-06-03 23:21:33] VERBOSE[3414] pbx.c: – Executing [[email protected]:1] Wait(“SIP/101-00000016”, “1”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:2] Macro(“SIP/101-00000016”, “user-callerid,SKIPTTL,”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:1] Set(“SIP/101-00000016”, “AMPUSER=101”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:2] GotoIf(“SIP/101-00000016”, “18?report”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Goto (macro-user-callerid,s,11)
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:11] GotoIf(“SIP/101-00000016”, “1?continue”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Goto (macro-user-callerid,s,24)
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:24] Set(“SIP/101-00000016”, “CALLERID(number)=101”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:25] Set(“SIP/101-00000016”, “CALLERID(name)=Tristan Cunningham”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:26] Set(“SIP/101-00000016”, “CHANNEL(language)=en”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:3] Set(“SIP/101-00000016”, “CALLBACKNUM=101”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:4] GotoIf(“SIP/101-00000016”, “0?invalid”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:5] ExecIf(“SIP/101-00000016”, “1?AddQueueMember(800,Local/[email protected]/n,0,Tristan Cunningham,hint:[email protected])”) in new stack
[2012-06-03 23:21:34] NOTICE[3414] app_queue.c: Added interface ‘Local/[email protected]/n’ to queue ‘800’
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:6] ExecIf(“SIP/101-00000016”, “0?AddQueueMember(800,Local/[email protected]/n,0,Tristan Cunningham)”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:7] UserEvent(“SIP/101-00000016”, “AgentLogin,Agent: 101”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:8] QueueLog(“SIP/101-00000016”, “800,MANAGER,Tristan Cunningham,ADDMEMBER,”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:9] MacroExit(“SIP/101-00000016”, “”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:12] GotoIf(“SIP/101-00000016”, “0?begin”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:13] ExecIf(“SIP/101-00000016”, “0?Playback(agent-loggedoff)”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] pbx.c: – Executing [[email protected]:14] ExecIf(“SIP/101-00000016”, “1?Playback(agent-loginok)”) in new stack
[2012-06-03 23:21:34] VERBOSE[3414] file.c: – <SIP/101-00000016> Playing ‘agent-loginok.ulaw’ (language ‘en’)
[2012-06-03 23:21:34] WARNING[2768] chan_sip.c: it is not necessary to specify Content-Length in sip_notify.conf, ignoring[2012-06-03 23:21:36] VERBOSE[3414] pbx.c: – Executing [[email protected]:15] ExecIf(“SIP/101-00000016”, “1?SayDigits(101)”) in new stack
[2012-06-03 23:21:36] VERBOSE[3414] file.c: – <SIP/101-00000016> Playing ‘digits/1.ulaw’ (language ‘en’)
[2012-06-03 23:21:36] VERBOSE[3414] file.c: – <SIP/101-00000016> Playing ‘digits/0.ulaw’ (language ‘en’)
[2012-06-03 23:21:37] VERBOSE[3414] file.c: – <SIP/101-00000016> Playing ‘digits/1.ulaw’ (language ‘en’)
[2012-06-03 23:21:38] VERBOSE[3414] pbx.c: – Executing [[email protected]:16] Macro(“SIP/101-00000016”, “hangupcall,”) in new stack
[2012-06-03 23:21:38] VERBOSE[3414] pbx.c: – Executing [[email protected]:1] GotoIf(“SIP/101-00000016”, “1?theend”) in new stack
[2012-06-03 23:21:38] VERBOSE[3414] pbx.c: – Goto (macro-hangupcall,s,3)
[2012-06-03 23:21:38] VERBOSE[3414] pbx.c: – Executing [[email protected]:3] ExecIf(“SIP/101-00000016”, “0?Set(CDR(recordingfile)=)”) in new stack
[2012-06-03 23:21:38] VERBOSE[3414] pbx.c: – Executing [[email protected]:4] Hangup(“SIP/101-00000016”, “”) in new stack
[2012-06-03 23:21:38] VERBOSE[3414] app_macro.c: == Spawn extension (macro-hangupcall, s, 4) exited non-zero on ‘SIP/101-00000016’ in macro ‘hangupcall’
[2012-06-03 23:21:38] VERBOSE[3414] pbx.c: == Spawn extension (app-all-queue-toggle, s, 16) exited non-zero on ‘SIP/101-00000016’
[2012-06-03 23:21:41] WARNING[2761] chan_sip.c: Retransmission timeout reached on transmission [email protected]:5060 for seqno 102 (Critical Request) – See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
Packet timed out after 6400ms with no response
LOGGING OFF
[2012-06-03 23:26:58] VERBOSE[2761] netsock2.c: == Using SIP RTP TOS bits 184
[2012-06-03 23:26:58] VERBOSE[2761] netsock2.c: == Using SIP RTP CoS mark 5
[2012-06-03 23:26:58] VERBOSE[3484] pbx.c: – Executing [45800*[email protected]:1] Goto(“SIP/101-00000017”, “app-all-queue-toggle,s,start”) in new stack
[2012-06-03 23:26:58] VERBOSE[3484] pbx.c: – Goto (app-all-queue-toggle,s,1)
[2012-06-03 23:26:58] VERBOSE[3484] pbx.c: – Executing [[email protected]:1] Answer(“SIP/101-00000017”, “”) in new stack
[2012-06-03 23:26:59] VERBOSE[3484] pbx.c: – Executing [[email protected]:2] Wait(“SIP/101-00000017”, “1”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:3] Macro(“SIP/101-00000017”, “user-callerid,”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:1] Set(“SIP/101-00000017”, “AMPUSER=101”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:2] GotoIf(“SIP/101-00000017”, “0?report”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:3] ExecIf(“SIP/101-00000017”, “1?Set(REALCALLERIDNUM=101)”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:4] Set(“SIP/101-00000017”, “AMPUSER=101”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:5] Set(“SIP/101-00000017”, “AMPUSERCIDNAME=Tristan Cunningham”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:6] GotoIf(“SIP/101-00000017”, “0?report”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:7] Set(“SIP/101-00000017”, “AMPUSERCID=101”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:8] Set(“SIP/101-00000017”, “CALLERID(all)=“Tristan Cunningham” <101>”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:9] GotoIf(“SIP/101-00000017”, “0?limit”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:10] ExecIf(“SIP/101-00000017”, “0?Set(GROUP(concurrency_limit)=101)”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:11] GotoIf(“SIP/101-00000017”, “0?continue”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:12] Set(“SIP/101-00000017”, “__TTL=64”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:13] GotoIf(“SIP/101-00000017”, “1?continue”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Goto (macro-user-callerid,s,24)
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:24] Set(“SIP/101-00000017”, “CALLERID(number)=101”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:25] Set(“SIP/101-00000017”, “CALLERID(name)=Tristan Cunningham”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:26] Set(“SIP/101-00000017”, “CHANNEL(language)=en”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:4] AGI(“SIP/101-00000017”, “queue_devstate.agi,getall,101”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] res_agi.c: – Launched AGI Script /var/lib/asterisk/agi-bin/queue_devstate.agi
[2012-06-03 23:27:00] VERBOSE[3484] res_agi.c: – queue_devstate.agi,getall,101: initiating queue: 800
[2012-06-03 23:27:00] VERBOSE[3484] res_agi.c: – queue_devstate.agi,getall,101: No Matches
[2012-06-03 23:27:00] VERBOSE[3484] res_agi.c: – queue_devstate.agi,getall,101: Agent 101 is dynamic
[2012-06-03 23:27:00] VERBOSE[3484] res_agi.c: – queue_devstate.agi,getall,101: Agent 101 is assigned to queue 800
[2012-06-03 23:27:00] VERBOSE[3484] res_agi.c: – queue_devstate.agi,getall,101: Finished processing members for 800
[2012-06-03 23:27:00] VERBOSE[3484] res_agi.c: – queue_devstate.agi,getall,101: Finished sorting
[2012-06-03 23:27:00] VERBOSE[3484] res_agi.c: – queue_devstate.agi,getall,101: Looking up queues for agent: 101
[2012-06-03 23:27:00] VERBOSE[3484] res_agi.c: – queue_devstate.agi,getall,101: Agent is in: 800
[2012-06-03 23:27:00] VERBOSE[3484] res_agi.c: – queue_devstate.agi,getall,101: checking if logged into queue: 800
[2012-06-03 23:27:00] VERBOSE[3484] res_agi.c: – queue_devstate.agi,getall,101: Yes logged into queue: 800
[2012-06-03 23:27:00] VERBOSE[3484] res_agi.c: – queue_devstate.agi,getall,101: Agent 101 is LOGGEDIN for at least one of their queues
[2012-06-03 23:27:00] VERBOSE[3484] res_agi.c: – <SIP/101-00000017>AGI Script queue_devstate.agi completed, returning 0
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:5] GotoIf(“SIP/101-00000017”, “0?skip”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:6] Set(“SIP/101-00000017”, “TOGGLE_MACRO=toggle-del-agent”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:7] Set(“SIP/101-00000017”, “LOOPCNTALL=1”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:8] Set(“SIP/101-00000017”, “ITERALL=1”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:9] Set(“SIP/101-00000017”, “QUEUENO=800”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:10] Set(“SIP/101-00000017”, “ITERALL=2”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:11] Macro(“SIP/101-00000017”, “toggle-del-agent,”) in new stack
[2012-06-03 23:27:00] VERBOSE[3484] pbx.c: – Executing [[email protected]:1] Wait(“SIP/101-00000017”, “1”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:2] Macro(“SIP/101-00000017”, “user-callerid,SKIPTTL,”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:1] Set(“SIP/101-00000017”, “AMPUSER=101”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:2] GotoIf(“SIP/101-00000017”, “18?report”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Goto (macro-user-callerid,s,11)
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:11] GotoIf(“SIP/101-00000017”, “1?continue”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Goto (macro-user-callerid,s,24)
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:24] Set(“SIP/101-00000017”, “CALLERID(number)=101”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:25] Set(“SIP/101-00000017”, “CALLERID(name)=Tristan Cunningham”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:26] Set(“SIP/101-00000017”, “CHANNEL(language)=en”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:3] Set(“SIP/101-00000017”, “CALLBACKNUM=101”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:4] RemoveQueueMember(“SIP/101-00000017”, “800,Local/[email protected]/n”) in new stack
[2012-06-03 23:27:01] NOTICE[3484] app_queue.c: Removed interface ‘Local/[email protected]/n’ from queue ‘800’
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:5] RemoveQueueMember(“SIP/101-00000017”, “800,Local/[email protected]/n”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:6] UserEvent(“SIP/101-00000017”, “RefreshQueue”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:7] QueueLog(“SIP/101-00000017”, “800,MANAGER,Tristan Cunningham,REMOVEMEMBER,”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:8] MacroExit(“SIP/101-00000017”, “”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:12] GotoIf(“SIP/101-00000017”, “0?begin”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] pbx.c: – Executing [[email protected]:13] ExecIf(“SIP/101-00000017”, “1?Playback(agent-loggedoff)”) in new stack
[2012-06-03 23:27:01] VERBOSE[3484] file.c: – <SIP/101-00000017> Playing ‘agent-loggedoff.ulaw’ (language ‘en’)
[2012-06-03 23:27:01] WARNING[2768] chan_sip.c: it is not necessary to specify Content-Length in sip_notify.conf, ignoring[2012-06-03 23:27:02] VERBOSE[3484] pbx.c: – Executing [[email protected]:14] ExecIf(“SIP/101-00000017”, “0?Playback(agent-loginok)”) in new stack
[2012-06-03 23:27:02] VERBOSE[3484] pbx.c: – Executing [[email protected]:15] ExecIf(“SIP/101-00000017”, “0?SayDigits(101)”) in new stack
[2012-06-03 23:27:02] VERBOSE[3484] pbx.c: – Executing [[email protected]:16] Macro(“SIP/101-00000017”, “hangupcall,”) in new stack
[2012-06-03 23:27:02] VERBOSE[3484] pbx.c: – Executing [[email protected]:1] GotoIf(“SIP/101-00000017”, “1?theend”) in new stack
[2012-06-03 23:27:02] VERBOSE[3484] pbx.c: – Goto (macro-hangupcall,s,3)
[2012-06-03 23:27:02] VERBOSE[3484] pbx.c: – Executing [[email protected]:3] ExecIf(“SIP/101-00000017”, “0?Set(CDR(recordingfile)=)”) in new stack
[2012-06-03 23:27:02] VERBOSE[3484] pbx.c: – Executing [[email protected]:4] Hangup(“SIP/101-00000017”, “”) in new stack
[2012-06-03 23:27:02] VERBOSE[3484] app_macro.c: == Spawn extension (macro-hangupcall, s, 4) exited non-zero on ‘SIP/101-00000017’ in macro ‘hangupcall’
[2012-06-03 23:27:02] VERBOSE[3484] pbx.c: == Spawn extension (app-all-queue-toggle, s, 16) exited non-zero on ‘SIP/101-00000017’
[2012-06-03 23:27:08] WARNING[2761] chan_sip.c: Retransmission timeout reached on transmission [email protected]:5060 for seqno 102 (Critical Request) – See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
Packet timed out after 6400ms with no response