Hi, I am trying to include "display name" in a From header (ie. 'From: "Test User" <sip:[email protected]>'), when sending local messages with mi_xmlrpc (openSIPs 1.5.3).
Already tried many options, but I always end up with 'From: <"Test User" <sip:[email protected]>>' which obviously fails. My XML headers parameter: ... <param> <value> <string>From: Test User <sip:[email protected]> To: <sip:[email protected]> Content-Type: text/html; charset=utf-8 </string> </value> </param> .... Results in the following SIP packet: MESSAGE sip:[email protected] SIP/2.0. Via: SIP/2.0/UDP 10.10.10.1:5065;branch=z9hG4bK40b7.e646756.0. To: <sip:[email protected]>. From: <Test User <sip:[email protected]>>;tag=a6eba7f2b7ff5072ce4465fa3b4415e6-e309. .... Any suggestions how to solve this issue very much appreciated. Kind regards, Chris _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
