system
September 25, 2013, 1:57am
1
Interesting thing happened today…
I manage three Asterisk boxes that all use different google voice accounts – all of them quit working today. I can get calls without issue, but outbound gives me this:
-- Motif/18008008000@voice.google.com-0486 is proceeding passing it to SIP/601-00000007
-- No one is available to answer at this time (1:0/0/0)
-- Executing [s@macro-dialout-trunk:31] NoOp("SIP/601-00000007", "Dial failed for some reason with DIALSTATUS = NOANSWER and HANGUPCAUSE = 16") in new stack
-- Executing [s@macro-dialout-trunk:32] GotoIf("SIP/601-00000007", "0?continue,1:s-NOANSWER,1") in new stack
-- Goto (macro-dialout-trunk,s-NOANSWER,1)
-- Executing [s-NOANSWER@macro-dialout-trunk:1] NoOp("SIP/601-00000007", "Dial failed due to trunk reporting NOANSWER - giving up") in new stack
-- Executing [s-NOANSWER@macro-dialout-trunk:2] Progress("SIP/601-00000007", "") in new stack
-- Executing [s-NOANSWER@macro-dialout-trunk:3] Playback("SIP/601-00000007", "number-not-answering,noanswer") in new stack
-- <SIP/601-00000007> Playing 'number-not-answering.ulaw' (language 'en')
> 0xb73eb4e0 -- Probation passed - setting RTP source address to 10.0.0.96:32154
-- Executing [s-NOANSWER@macro-dialout-trunk:4] Congestion("SIP/601-00000007", "20") in new stack
[2013-09-24 20:52:19] WARNING[11489][C-00000008]: channel.c:4816 ast_prod: Prodding channel ‘SIP/601-00000007’ failed
== Spawn extension (macro-dialout-trunk, s-NOANSWER, 4) exited non-zero on ‘SIP/601-00000007’ in macro ‘dialout-trunk’
== Spawn extension (from-internal, 8008008000, 5) exited non-zero on ‘SIP/601-00000007’
– Executing [h@from-internal:1] Hangup(“SIP/601-00000007”, “”) in new stack
== Spawn extension (from-internal, h, 1) exited non-zero on ‘SIP/601-00000007’
I searched everywhere for anyone on the internet over the last 24 hour span that has come up with similar issues (indicating a Google policy or feature change) but could yield nothing on that front. Any ideas on where I should turn/look for this one? Thanks