[Home]

Summary:ASTERISK-21201: [patch] In Manager Interface, SIP registry event does not show username on Status: Registered
Reporter:Dmitriy Serov (Demon)Labels:
Date Opened:2013-03-01 14:40:03.000-0600Date Closed:2013-03-12 12:06:28
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
is a clone ofASTERISK-17888 [patch] In Manager Interface, SIP registry event does not show username on Status: Registered
Environment:Attachments:( 0) chan_sip.c.diff
( 1) chan_sip.c.diff
Description:While other events like Status: Request sent do report the respective SIP username, the Status: Registered does NOT. This is bad if your asterisk is connecting to more than one account with the same provider.

Examples:

Event: Registry
Privilege: system,all
ChannelType: SIP
Username: xxxxxxx
Domain: sipgate.de
Status: Request Sent

Good, I know which account we are talking about.

Event: Registry
Privilege: system,all
ChannelType: SIP
Domain: sipgate.de
Status: Registered

Bad, I don't know which account we are talking about.
Comments:By: Dmitriy Serov (Demon) 2013-03-01 14:43:12.253-0600

Patch to fix

By: Michael L. Young (elguero) 2013-03-01 23:51:24.048-0600

Dmitriy, you shouldn't have cloned the issue, rather created a new one and referenced that issue.

Did you sign a contributor's license for the patch that you attached?  I tried marking the patch as a contribution which did not work.

What version are you reporting this against?  Was this patch written against that version?

https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines

By: Dmitriy Serov (Demon) 2013-03-02 03:00:22.347-0600

Patch to trunk, revision 382360.

By: Dmitriy Serov (Demon) 2013-03-02 07:26:54.504-0600

Michael, sorry.
I have signed contributor's license.
Added new patch for trunk. Old patch was for branch/11 (used by me).

By: Michael L. Young (elguero) 2013-03-11 20:57:18.245-0500

Dmitriy, I am not sure what happened to your patch.  I don't see it anymore.

Rusty, are you able to check into why the patch is not showing up here?  Thanks.

By: Matt Jordan (mjordan) 2013-03-12 08:55:21.584-0500

Not sure what happened there, for some reason the contributor agreement wasn't applied. It should be fixed now.