[Home]

Summary:ASTERISK-17977: loop for playback crashes
Reporter:Sean Darcy (seandarcy)Labels:
Date Opened:2011-06-07 12:45:14Date Closed:2011-06-13 15:03:55
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/General
Versions:1.8.4 Frequency of
Occurrence
Constant
Related
Issues:
Environment:fedora 14Attachments:
Description:I'm trying to debug a nat issue. I set up a test extension to loop over weasels:

exten => 123,n(weasels),PlayBack(weasels-eaten-phonesys)
exten => 123,n,GoTo(weasels)

But when I call, the extension is NOT dropped when I hangup.
cli:
   -- Executing [h@cloud-out:4] Goto("SIP/sipdroid-00000004", "weasels") in new stack
   -- Goto (cloud-out,h,3)
   -- Executing [h@cloud-out:3] Playback("SIP/sipdroid-00000004", "weasels-eaten-phonesys") in new stack
[Jun  7 17:19:46] WARNING[17910]: file.c:747 ast_readaudio_callback: Failed to write frame
   -- <SIP/sipdroid-00000004> Playing 'weasels-eaten-phonesys.ulaw' (language 'en')
[Jun  7 17:19:46] WARNING[17910]: app_playback.c:471 playback_exec: ast_streamfile failed on SIP/sipdroid-00000004 for weasels-eaten-phonesys

continues until I remotely "core stop now".
Comments:By: Leif Madsen (lmadsen) 2011-06-13 15:03:55.310-0500

Please use the asterisk-users mailing list for support. There is additionally no debug information to go on here, so when you use the mailing list, you should provide some sort of debug information, such as the SIP trace.

My guess is that you need session-timers and that the other end is no responding to something.