[asterisk-bugs] [Asterisk 0011916]: Asterisk don't get the BYE packet from callee
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Feb 7 21:41:18 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11916
======================================================================
Reported By: mnnojd
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 11916
Category: Channels/chan_sip/General
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!): 102238
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 02-04-2008 04:47 CST
Last Modified: 02-07-2008 21:41 CST
======================================================================
Summary: Asterisk don't get the BYE packet from callee
Description:
Hi,
There is problem when callee hangup the call which is connected between a
caller, Asterisk and callee. Asterisk don't get the bye packet from callee.
But if the caller hangup the call everything works fine.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0011939 The "contact" section of the ...
======================================================================
----------------------------------------------------------------------
falves11 - 02-07-08 21:41
----------------------------------------------------------------------
I found the offending code
where it says ast_string_field_build(p, our_contact, "<sip:%s%s%s:%d>
it should say
ast_string_field_build(p, our_contact, "<sip:%s%s%s>
and it works fine.
Issue History
Date Modified Username Field Change
======================================================================
02-07-08 21:41 falves11 Note Added: 0081894
======================================================================
More information about the asterisk-bugs
mailing list