mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
Merged revisions 126755 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r126755 | oej | 2008-07-01 11:51:22 +0200 (Tis, 01 Jul 2008) | 15 lines Merged revisions 126735 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r126735 | oej | 2008-07-01 09:49:15 +0200 (Tis, 01 Jul 2008) | 7 lines Fix bad XML for hold notification. Reported by: gowen72 Patches: hold.patch uploaded by gowen72 (license 432) (closes issue #12942) ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@126756 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -9026,7 +9026,7 @@ static int transmit_state_notify(struct sip_pvt *p, int state, int full, int tim
|
||||
ast_str_append(&tmp, 0, "<state>%s</state>\n", statestring);
|
||||
if (state == AST_EXTENSION_ONHOLD) {
|
||||
ast_str_append(&tmp, 0, "<local>\n<target uri=\"%s\">\n"
|
||||
"<param pname=\"+sip.rendering\" pvalue=\"no\">\n"
|
||||
"<param pname=\"+sip.rendering\" pvalue=\"no\"/>\n"
|
||||
"</target>\n</local>\n", mto);
|
||||
}
|
||||
ast_str_append(&tmp, 0, "</dialog>\n</dialog-info>\n");
|
||||
|
||||
Reference in New Issue
Block a user