]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Fix order of variables specified in SIPNotify action
authorJonathan Rose <jrose@digium.com>
Fri, 6 Jun 2014 21:35:09 +0000 (21:35 +0000)
committerJonathan Rose <jrose@digium.com>
Fri, 6 Jun 2014 21:35:09 +0000 (21:35 +0000)
commit9608543a7aa234ade6724855fe7d0eb1e6af7f5c
treed0ec816d27961f0cd0f264532970073864d4a9ff
parent913110770a4feaa46cd374a2edd4daeb6e4e1c5b
chan_sip: Fix order of variables specified in SIPNotify action

Prior to this patch, sequential variables would be ordered in reverse
from the order specified in the manager action.

Review: https://reviewboard.asterisk.org/r/3588/
........

Merged revisions 415359 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 415390 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@415410 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c
include/asterisk/config.h
include/asterisk/manager.h
main/config.c
main/manager.c