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 &#60;sip:[email protected]&#62;&#13;&#10;To:
&#60;sip:[email protected]&#62;&#13;&#10;Content-Type: text/html;
charset=utf-8&#13;&#10;</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

Reply via email to