After a fresh restart of Asterisk, I can dial an extension and leave a message. If I re-dial the extension, the voicemail greeting fails to open and the call disconnects. Same behavior on 11.17.1 and 11.18.0.
Here are the relevant logs.
Asterisk 11.18.0 built by root @ raspberrypi on a armv7l running Linux on 2015-07-13 05:53:00 UTC
Apparently my google-fu is weak, and I couldn't find anything quite like this anywhere else. Any ideas?
Here are the relevant logs.
Asterisk 11.18.0 built by root @ raspberrypi on a armv7l running Linux on 2015-07-13 05:53:00 UTC
Code:
[2015-07-13 21:37:54] VERBOSE[6175][C-00000000] app_dial.c: -- Called SIP/6001
[2015-07-13 21:37:54] VERBOSE[6175][C-00000000] app_dial.c: -- SIP/6001-00000001 is ringing
[2015-07-13 21:37:54] VERBOSE[6175][C-00000000] app_dial.c: -- SIP/6001-00000001 is ringing
[2015-07-13 21:38:14] VERBOSE[6175][C-00000000] app_dial.c: -- Nobody picked up in 20000 ms
[2015-07-13 21:38:14] VERBOSE[6175][C-00000000] pbx.c: -- Executing [s@macro-stdexten:5] Goto("SIP/6002-00000000", "s-NOANSWER,1") in new stack
[2015-07-13 21:38:14] VERBOSE[6175][C-00000000] pbx.c: -- Goto (macro-stdexten,s-NOANSWER,1)
[2015-07-13 21:38:14] VERBOSE[6175][C-00000000] pbx.c: -- Executing [s-NOANSWER@macro-stdexten:1] VoiceMail("SIP/6002-00000000", "6001,u") in new stack
[2015-07-13 21:38:14] WARNING[6175][C-00000000] file.c: Failed to write frame
[2015-07-13 21:38:14] VERBOSE[6175][C-00000000] file.c: -- <SIP/6002-00000000> Playing 'vm-theperson.gsm' (language 'en')
[2015-07-13 21:38:14] VERBOSE[6175][C-00000000] app_macro.c: == Spawn extension (macro-stdexten, s-NOANSWER, 1) exited non-zero on 'SIP/6002-00000000' in macro 'stdexten'
[2015-07-13 21:38:14] VERBOSE[6175][C-00000000] pbx.c: == Spawn extension (DLPN_DialPlanLightspeed, 6001, 1) exited non-zero on 'SIP/6002-00000000'
[2015-07-13 21:38:14] VERBOSE[6175][C-00000000] pbx.c: -- Executing [h@DLPN_DialPlanLightspeed:1] Hangup("SIP/6002-00000000", "") in new stack
[2015-07-13 21:38:14] VERBOSE[6175][C-00000000] pbx.c: == Spawn extension (DLPN_DialPlanLightspeed, h, 1) exited non-zero on 'SIP/6002-00000000'
Apparently my google-fu is weak, and I couldn't find anything quite like this anywhere else. Any ideas?