Hi Bogdan, Just tested patch from SVN and it works for me now.
There is only small issue. It now removes space between display name and URI part, so for example: From: "Test User" <sip:[email protected]>; becomes: From: "Test User"<sip:[email protected]>; Best regards, Chris 2010/1/25 Bogdan-Andrei Iancu <[email protected]>: > Hi Chris, > > Found the problem and fixed it. Please updated from SVN and give it a try. > > Regards, > Bogdan > > Chris Maciejewski wrote: >> 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 >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> 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 > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
