Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 285257 Details for
Bug 381445
net-misc/asterisk-1.8.6.0: Updated patches for new release of asterisk
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
05-pbxstart-failed-spurious-bye.patch with updated issue tracker link
05-pbxstart-failed-spurious-bye.patch (text/plain), 807 bytes, created by
Erik Wallin
on 2011-09-01 15:27:01 UTC
(
hide
)
Description:
05-pbxstart-failed-spurious-bye.patch with updated issue tracker link
Filename:
MIME Type:
Creator:
Erik Wallin
Created:
2011-09-01 15:27:01 UTC
Size:
807 bytes
patch
obsolete
>Upstream issue 17368 >Link: https://issues.asterisk.org/view.php?id=17368 >Updated link (issue tracker moved to Mantis): https://issues.asterisk.org/jira/browse/17368 > >Submitted upstream: 2010-05-21 01:10 >For Asterisk version: 1.6.2.7 > >If ast_pbx_start fails, both SIP 480 error *and* BYE are sent to the caller. >BYE should not be sent; mark the channel as "gone" to prevent this. > >diff -uNr asterisk-1.8.0.ORIG/channels/chan_sip.c asterisk-1.8.0/channels/chan_sip.c >--- asterisk-1.8.0.ORIG/channels/chan_sip.c 2010-10-27 00:41:40.000000000 +0100 >+++ asterisk-1.8.0/channels/chan_sip.c 2010-10-27 00:52:14.000000000 +0100 >@@ -21567,6 +21567,8 @@ > > if (result) { > >+ sip_alreadygone(p); >+ > /* Unlock locks so ast_hangup can do its magic */ > ast_channel_unlock(c); > sip_pvt_unlock(p);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 381445
:
285251
|
285253
|
285255
| 285257 |
285259
|
285261
|
285263