[asterisk-bugs] [Asterisk 0010497]: progress messages doesn't work
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Jan 22 05:37:23 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10497
======================================================================
Reported By: pj
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 10497
Category: Channels/chan_h323
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 80022
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 08-20-2007 04:07 CDT
Last Modified: 01-22-2008 05:37 CST
======================================================================
Summary: progress messages doesn't work
Description:
setup:
sip->asterisk->chan_h323->ci$co gw->pstn
when calling to unavailable mobile phone or notexistent pstn number, I
hear nothing in sip phone instead of progress messagess like "number you
are calling is not available".
normal ringback is OK. early media (playback,noanswer) is also OK.
progress messagess:
svn-trunk-r77299 - OK
svn-trunk-r78683 - FAIL
last tested svn-trunk-r80022 - also FAIL
======================================================================
----------------------------------------------------------------------
sergee - 01-22-08 05:37
----------------------------------------------------------------------
That was hard one.
epoll uses it's own set of FDs to monitor. Asterisk creates it during
Dial() (by copying content of chan->fds[] to epoll's array) so it's not
enough to put FD to chan->fds[] array, we need to do it before DIAL
happens, otherwise epoll won't monitor our FDs.
Issue History
Date Modified Username Field Change
======================================================================
01-22-08 05:37 sergee Note Added: 0080985
======================================================================
More information about the asterisk-bugs
mailing list