Hi all, i'm using pjsip to build a sip client in symbian platform. I need my client to communicate with a SIP server built using an old version of siproxd, wich i can't modify. This version has a problem while parsing newline termination characters like \r\n (0x0D,0x0A). It runs properly if a message ends with "\n" character only(linux style). Is there any way to configure pjsip in order to build SIP messages wich ended with "\n" character only, on symbian platform ? thanks Marco