Hi Bogdan, Thanks for your help.
XML MI command attached. Please let me know if I can help somehow in fixing this issue (testing patches etc.) Best regards, Chris 2010/1/15 Bogdan-Andrei Iancu <[email protected]> > > Hi Chris, > > It seams that the t_uac MI function fails to properly detect the display > name and adds an extra pare of angle brackets...Could you send the > complete MI command you are using - I will try to reproduce and debug this. > > Thanks & Regards, > Bogdan > > Chris Maciejewski wrote: > > 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 > > > > > > > -- > Bogdan-Andrei Iancu > www.voice-system.ro > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
<?xml version="1.0" encoding="iso-8859-1"?> <methodCall> <methodName>t_uac_dlg</methodName> <params> <param> <value> <string>MESSAGE</string> </value> </param> <param> <value> <string>sip:[email protected]</string> </value> </param> <param> <value> <string>.</string> </value> </param> <param> <value> <string>.</string> </value> </param> <param> <value> <string>From: Test User <sip:[email protected]> To: <sip:[email protected]> Content-Type: text/html; charset=utf-8 </string> </value> </param> <param> <value> <string>test message</string> </value> </param> </params> </methodCall>
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
