[Asterisk-code-review] channels/chan sip.c: Update dialog fromtag after request wit... (asterisk[13])

Mark Michelson asteriskteam at digium.com
Thu Jun 11 08:48:04 CDT 2015


Mark Michelson has posted comments on this change.

Change subject: channels/chan_sip.c: Update dialog fromtag after request with auth
......................................................................


Patch Set 1: Code-Review-1

(1 comment)

https://gerrit.asterisk.org/#/c/631/1/channels/chan_sip.c
File channels/chan_sip.c:

Line 9244: 						&& strcmp(args.fromtag, theirtag)) {
This does not compile. This should be

    strcmp(args.fromtag, sip_pvt_ptr->theirtag)


-- 
To view, visit https://gerrit.asterisk.org/631
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5c16cf3b409e5ef9f2b2fe974b6bd2a45a6aa17e
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Damian Ivereigh <damo at launtel.net.au>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-HasComments: Yes



More information about the asterisk-code-review mailing list