[Sofia-sip-devel] "a=sendrecv" Not sent during SIP INVITE

2009-04-24 Thread Saurav SAHU
I am using Sofia-sip 1.12.10 for running my applciation. In my application with Sofia-sip 1.12.10, I would like to send an INVITE message with SDP attribute parameter "a=sendrecv". I have tried 2 methods with nua_invite(): 1) g_chLocalSdpMedia[0] = '\0'; sprintf(g_chLocalSdpMedia,"m=im

[Sofia-sip-devel] Sofia-sip with IMS

2007-08-15 Thread Saurav SAHU
Hi all I would like to know if there is any plan to incorporate the 3GPP IMS-SIP standards in Sofia-sip's future software development roadmap? Best Regards Saurav - This SF.net email is sponsored by: Splunk Inc. Still greppi

[Sofia-sip-devel] Non standard headers in SIP messages

2007-07-04 Thread Saurav SAHU
Hi all I would know how to add non-standard or proprietary SIP headers in a SIP request message such as INVITE or MESSAGE. Which is the tag to be passed as a parameter with Sofia-sip API such as the nua_invite()? Regards Saurav ---

[Sofia-sip-devel] RFC2848 PINT support in Sofia-sip

2007-04-16 Thread Saurav SAHU
Hi I would like to check with you if Sofia-sip stack supports the RFC2848 - PINT (PSTN Internetworking) service. If it is already supported, what is the API usage like? Best Regards Saurav - This SF.net email is sponsored b

[Sofia-sip-devel] Testing Sofia-sip with PROTOS suite

2006-12-20 Thread Saurav SAHU
Hi all I have been executing vulnerability test cases from the renowned and popularly used PROTOS test suite (http://www.ee.oulu.fi/research/ouspg/protos/testing/c07/sip/) developed at University of Oulu, Finland. These test cases send invalid content in the INVITE message to the SIP implement

[Sofia-sip-devel] IPv6 usage with Sofia-sip

2006-08-04 Thread Saurav SAHU
Hi all   I would like to check with you if there is any documentation available for IPv6 usage with Sofia-sip. Are there any sample client applications using Sofia-sip IPv6 features.   At the application level, I initialise the the stack as follows:   /* create NUA stack */  appl->nua =

[Sofia-sip-devel] Enquiries regarding Sofia-sip

2006-06-22 Thread Saurav SAHU
Hi all   I have certain questions regarding Sofia-sip stack:   1. I would like to know if the Sofia-sip stack is "strictly" compliant with the RFC3261 standard?   2. Do you use any commercially available or open source SIP test tools or equipment for protocol testing?   3. Have you guys teste

[Sofia-sip-devel] sofia-sip SOA question

2006-05-22 Thread Saurav SAHU
Hi   I would like check with you whether it is sofia-sip stack's responsibility to make a codec selection and inform the application after the SOA is complete? If so, how through which tag or data structure does the application know the selected capability by the stack?   Or is it such that

[Sofia-sip-devel] question regarding codec selection by sofia-sip sdp negotiation

2006-05-10 Thread Saurav SAHU
Hi all   Which sofia-sip tag does the application use to determine the selected codec as a result of the SOA media negotiation?   In the below scenario I'm making an outgoing call from my sofia-sip application to X-Lite. The sofia-sip application sends an offer with 2 codecs in INVITE where

Re: [Sofia-sip-devel] sofia-sip terminate_call() error

2006-04-28 Thread Saurav SAHU
Hi Pekka I have solved this problem now. Thanks for your advice. Regards Saurav - Original Message - From: "Pekka Pessi" <[EMAIL PROTECTED]> To: "Saurav SAHU" <[EMAIL PROTECTED]> Cc: Sent: Friday, April 28, 2006 4:03 PM Subject: Re: [Sofia-sip-devel]

[Sofia-sip-devel] sofia-sip terminate_call() error

2006-04-26 Thread Saurav SAHU
Hi all   In my VoIP application using sofia-sip, I am calling the function terminate_call to terminate an established call. void terminate_call(void) { nua_bye(op->handle, TAG_END()); } /* terminate call *When I terminate an established outgoing call from my application, the stack correctly

[Sofia-sip-devel] sofia-sip for embedded platform?

2006-03-03 Thread Saurav SAHU
Hi all   I am studying the feasibility for building an application with an open source SIP stack for an embedded platform such as IPPhones/Gateways.   When I do a build of sofia-sip on a Linux machine, it produces a library size of almost 5 megabytes. Is it possible to do a build with sofi