Hi Alex, You can escape " char by using \" . If it doesn't work, please post the entire Mi command you are sending as well as the opensips logs (use debug=6).
Thanks and regards, Bogdan Alex Massover wrote: > > Hi! > > > > I'm trying to pass string that includes quote sign(s) via mi_datagram > interface. > > > > For example dlg_end_dlg can receive additional header, let say I want > two headers, so I build: > > :dlg_end_dlg:\n > > "Header1: data1\r\nHeader2: data2\r\n\r\n"\n > > And this one works. > > > > Now I want the Header2 to be > > Header2: data2 "data3 data4" > > > > Straight-forward way: > > :dlg_end_dlg:\n > > "Header1: data1\r\nHeader2: data2 "data3 data4"\r\n\r\n"\n > > doesn't work. > > > > Escaping also doesn't work: > > :dlg_end_dlg:\n > > "Header1: data1\r\nHeader2: data2 \"data3 data4\"\r\n\r\n"\n > > > > I wonder how to pass something quoted via mi_datagram. > > > > -- > > Best Regards, > > Alex Massover > > > > > > ****************************************************************************** > > > This footnote confirms that this email message has been scanned by > Jajah Inc. Mail system for the presence of malicious code, vandals & > computer viruses. > ****************************************************************************** > > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
