Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 240381 Details for
Bug 330135
net-misc/asterisk - chan_iax2.c - PeerStatus event improvement
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
iax2-peerstate-address.patch
iax2-peerstate-address.patch (text/plain), 935 bytes, created by
Jaco Kroon
on 2010-07-27 23:11:24 UTC
(
hide
)
Description:
iax2-peerstate-address.patch
Filename:
MIME Type:
Creator:
Jaco Kroon
Created:
2010-07-27 23:11:24 UTC
Size:
935 bytes
patch
obsolete
>--- channels/chan_iax2.c.orig 2010-07-28 00:22:03.000000000 +0200 >+++ channels/chan_iax2.c 2010-07-28 00:28:45.000000000 +0200 >@@ -8393,7 +8393,7 @@ > ast_db_put("IAX/Registry", p->name, data); > ast_verb(3, "Registered IAX2 '%s' (%s) at %s:%d\n", p->name, > ast_test_flag(&iaxs[callno]->state, IAX_STATE_AUTHENTICATED) ? "AUTHENTICATED" : "UNAUTHENTICATED", ast_inet_ntoa(sin->sin_addr), ntohs(sin->sin_port)); >- manager_event(EVENT_FLAG_SYSTEM, "PeerStatus", "ChannelType: IAX2\r\nPeer: IAX2/%s\r\nPeerStatus: Registered\r\n", p->name); >+ manager_event(EVENT_FLAG_SYSTEM, "PeerStatus", "ChannelType: IAX2\r\nPeer: IAX2/%s\r\nPeerStatus: Registered\r\nAddress: %s\r\nPost: %d\r\n", p->name, ast_inet_ntoa(sin->sin_addr), ntohs(sin->sin_port)); > register_peer_exten(p, 1); > ast_devstate_changed(AST_DEVICE_UNKNOWN, "IAX2/%s", p->name); /* Activate notification */ > } else if (!ast_test_flag(p, IAX_TEMPONLY)) {
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 330135
: 240381