[Sofia-sip-devel] 100 TRYING

2013-05-16 Thread jonathan augenstine
I am working on an application and I would like to log the response of the 100 message. What I notice is that when I compare the logging from the sofia-sip callback handler to the tcpdump trace, I see that the tcpdump file shows the 100 TRYING message, but I do not see it logged in the sofia

[Sofia-sip-devel] [Sofia-SIP-devel] RFC2833

2010-10-19 Thread jonathan augenstine
I am having some issues with setting RFC2833 in the SDP of an INVITE. It is not being set correctly so the remote server is responding with default inband. Can someone provide an example on how to correctly set the RFC2833 in the SDP? Thank you. Jonathan

Re: [Sofia-sip-devel] [Sofia-SIP-devel] RFC2833

2010-10-19 Thread jonathan augenstine
I have resolved this issue. On Tue, Oct 19, 2010 at 1:27 PM, jonathan augenstine jaugenst...@gmail.comwrote: I am having some issues with setting RFC2833 in the SDP of an INVITE. It is not being set correctly so the remote server is responding with default inband. Can someone provide

[Sofia-sip-devel] nua 302 auto-reinvite

2010-02-23 Thread jonathan augenstine
I have a Sofia-SIP nua application that needs to handle a 302 and not automatically send out a re-invite. I have not been able to identify any tags that would disable this automatic re-invite. Is there anyway to disable this feature in the nua library or do I need to implement this using the nta

[Sofia-sip-devel] Linux to Windows question

2009-07-13 Thread jonathan augenstine
I develop a very simple redirect server that is based on the NTA interface. It works great on Linux. I went to move it to Windows and I am seeing something that I am not certain how to track this issue down. When I start the Linux server and logging it turned on, I see the nta log info

[Sofia-sip-devel] SIP reinvite example

2009-06-28 Thread jonathan augenstine
I have been trying to find documentation or examples of how to bridge two calls and then transfer the media to the new endpoint. Basically, the server places a call to a SIP URI and the call is established with endpoint A. Then the server places a call to a second endpoint B. After the call is

[Sofia-sip-devel] performance question

2009-06-21 Thread jonathan augenstine
I am developing a simple redirect server on Windows 2008 Server. When an invite arrives, the handler performs a database lookup, and then returns a 302 response with the database response in the Contact field. The database access is about 15-30 milliseconds even under high load. What I am

[Sofia-sip-devel] [sofia-sip-devel] Windows to Linux port issue

2009-06-01 Thread jonathan augenstine
I have a sofia application that is successfully running on Windows. I recently had need to port it to Linux. Every thing seemed to be going successfully with the port. I was able to convert the application and place some test calls. Then I tried to test multiple calls and what I finally

Re: [Sofia-sip-devel] Avoid sending 100 Trying?

2009-05-13 Thread jonathan augenstine
What I discovered was that even though the documentation did not explicitly show the 100 message being handled, it was in fact handled by the client. For my situation, everything worked as you would hope according to the SIP protocol. Jonathan On Wed, May 13, 2009 at 6:47 AM, Aleksander Morgado

Re: [Sofia-sip-devel] Two nua issues

2009-03-25 Thread jonathan augenstine
, 2009 at 7:57 AM, Pekka Pessi ppe...@gmail.com wrote: 2009/1/26 jonathan augenstine jaugenst...@gmail.com: Ignore the first trace I sent you. It was incomplete as it overflowed the window buffer. I retested and the complete trace is below. It seems to me that you have copy-pasted wrong ACK

[Sofia-sip-devel] Two nua issues

2009-01-25 Thread jonathan augenstine
I have two issues that I am struggling with and need some input. The application I am developing receives an INVITE, does a database lookup, and redirects the INVITE using a 302 Temporarily Moved response. My first issue is the sending of a 100 TRYING message. When an INVITE arrives the nua