Skip to content
Snippets Groups Projects
Commit 6727e8f5 authored by Joshua Colp's avatar Joshua Colp
Browse files

Merged revisions 44284 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r44284 | file | 2006-10-03 14:35:55 -0400 (Tue, 03 Oct 2006) | 2 lines

Use VideoSupport instead so it is considered a valid XML attribute name. (issue #8075 reported by renemendoza)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44285 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e5501093
No related branches found
No related tags found
No related merge requests found
...@@ -9336,7 +9336,7 @@ static int _sip_show_peers(int fd, int *total, struct mansession *s, struct mess ...@@ -9336,7 +9336,7 @@ static int _sip_show_peers(int fd, int *total, struct mansession *s, struct mess
"IPport: %d\r\n" "IPport: %d\r\n"
"Dynamic: %s\r\n" "Dynamic: %s\r\n"
"Natsupport: %s\r\n" "Natsupport: %s\r\n"
"Video Support: %s\r\n" "VideoSupport: %s\r\n"
"ACL: %s\r\n" "ACL: %s\r\n"
"Status: %s\r\n" "Status: %s\r\n"
"RealtimeDevice: %s\r\n\r\n", "RealtimeDevice: %s\r\n\r\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment