From: Tilghman Lesher Date: Wed, 21 Jul 2010 06:45:06 +0000 (+0000) Subject: Change order so that it more closely matches the related SIP command. X-Git-Tag: 11.0.0-beta1~2600 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8c843199c851b459423540322f0e6bcc0ad7620;p=thirdparty%2Fasterisk.git Change order so that it more closely matches the related SIP command. (closes issue #17648) Reported by: GMLudo Review: https://reviewboard.asterisk.org/r/789/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@278393 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index ad7033bccb..72c2696f5c 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -6583,8 +6583,8 @@ static int __iax2_show_peers(int fd, int *total, struct mansession *s, const int astman_append(s, "Event: PeerEntry\r\n%s" "Channeltype: IAX2\r\n" - "ChanObjectType: peer\r\n" "ObjectName: %s\r\n" + "ChanObjectType: peer\r\n" "IPaddress: %s\r\n" "IPport: %d\r\n" "Dynamic: %s\r\n"