[Home]

Summary:ASTERISK-04531: app_dial.c:362 wait_for_answer: Unable to forward frame
Reporter:Paul Belanger (pabelanger)Labels:
Date Opened:2005-07-06 13:58:09Date Closed:2011-06-07 14:10:31
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pri-trace.txt
Description:I'm not sure howto classify this, but I believe this maybe related to http://bugs.digium.com/view.php?id=3963 [0003963: ALERTING not being sent for inbound PRI calls].  My setup is almost the same.

Telco ---> Asterisk ---> Norstar PBX
(DMS100)  (TE405P)  (DMS100)

Calling outbound from an norstar extension, out asterisk, to a cell phone, then hanging up before an answer, always return:

app_dial.c:362 wait_for_answer: Unable to forward frame

Attached is a PRI Trace

****** ADDITIONAL INFORMATION ******

User dials 8, then a prompts plays, I then collect digits to dial.

extension.conf

[from-norstar]
exten => _8,1,Answer
exten => _8,2,callingpres(0)
exten => _8,3,SetCallerID(6132718853)
exten => _8,4,Background(demo-congrats)

include => international

Asterisk version:
cvs checkout -r v1-0 zaptel libpri asterisk
Comments:By: Matthew Fredrickson (mattf) 2005-07-07 14:50:45

Does this still happen with head?

By: Matthew Fredrickson (mattf) 2005-07-07 15:07:08

I don't understand what the problem is exactly;  if you hangup the call, before it is answered, this is (presumably) expected behavior.  If the voice channel is hungup, it will in affect be "unable to forward frame".

What exactly is your problem?

By: Paul Belanger (pabelanger) 2005-07-07 17:25:14

mattf: I am unable to test this using CVS HEAD, it is a production box.

<snip>
if you hangup the call, before it is answered, this is (presumably) expected behavior. If the voice channel is hungup, it will in affect be "unable to forward frame".
</snip>

This is actual how I reproduce the problem.  So, if I understand, it is expected behavior?  If so, I will always see WARNING: unable to forward frame message in /var/log/asterisk/messages?

By: Michael Jerris (mikej) 2005-07-07 18:04:32

Are you having any actual problems, or were you just questioning the warning message?  We need to find out if this is an expected message, and if so perhapse it should be a lower level.

By: Paul Belanger (pabelanger) 2005-07-07 22:17:27

MikeJ: No, to my knowledge I am not having any actual problems.  I was trying to see if the warning message was a result of a problem, but it looks now that normal operations are causing a fails warning message.

So, if my PRI Trace is in fact good, it would be a good idea to lower the messaging to stop these warning from happening.

By: Matthew Fredrickson (mattf) 2005-07-08 15:02:30

Fixed in head.

By: Digium Subversion (svnbot) 2008-01-15 15:40:22.000-0600

Repository: asterisk
Revision: 6060

U   trunk/apps/app_dial.c

------------------------------------------------------------------------
r6060 | mattf | 2008-01-15 15:40:21 -0600 (Tue, 15 Jan 2008) | 2 lines

Change level of message in case of write on hung up channel (Bug ASTERISK-4531)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6060