[Sip-implementors] What percent does SIP system support auth-int?

2010-11-04 Thread Couret Tabt
Dear folks, I will make a new system using auth-int of proxy authenticate. So, I have a question. What percent does SIP system support auth-int? Would you tell me your image? Thanks, Tabt. ___ Sip-implementors mailing list Sip-implementors@lists.cs.c

Re: [Sip-implementors] Question About Hold

2010-11-04 Thread Nahum Nir
Thanks Paul. I need it in pure c, multiple Oss. -Original Message- From: Paul Kyzivat [mailto:pkyzi...@cisco.com] Sent: Thursday, November 04, 2010 8:40 PM To: Nahum Nir Cc: sip-implementors@lists.cs.columbia.edu Subject: Re: [Sip-implementors] Question About Hold On 11/4/2010 12:24 PM

Re: [Sip-implementors] Question About Hold

2010-11-04 Thread Paul Kyzivat
On 11/4/2010 12:24 PM, Nahum Nir wrote: > Thanks for your advise Paul. > I'm looking for a "stack" that will only parse the incoming messages and > build the outgoing massages. The sending, receiving and timers I need to > implement myself. Can you recommend my about such stack? Not really - I'm

Re: [Sip-implementors] Question About Hold

2010-11-04 Thread Nahum Nir
Thanks for your advise Paul. I'm looking for a "stack" that will only parse the incoming messages and build the outgoing massages. The sending, receiving and timers I need to implement myself. Can you recommend my about such stack? Nahum -Original Message- From: sip-implementors-boun...@l

Re: [Sip-implementors] Question About Hold

2010-11-04 Thread Paul Kyzivat
One more thing... If you are encountering problems like this, it suggests that you are building a new sip stack from scratch. If so, you should realize that this is not a small task, and it will likely take you a lot of time and effort to get it right. You should seriously consider reusing some

Re: [Sip-implementors] Question About Hold

2010-11-04 Thread Worley, Dale R (Dale)
From: sip-implementors-boun...@lists.cs.columbia.edu [sip-implementors-boun...@lists.cs.columbia.edu] On Behalf Of Nahum Nir [hello.shalom...@gmail.com] I checked that RFC and implemented the hold request. I'm testing my stack with x-lite. Upon sending th

Re: [Sip-implementors] Question About Hold

2010-11-04 Thread Brett Tate
Sending 482 for merged requests is discussed within rfc3261. The following are few things to check: - You need to correctly increment your cseq value for the new re-INVITE. - When a re-INVITE is retried over UDP because Timer A expires, the branch value should not change. - If you are advancing l

Re: [Sip-implementors] Question About Hold

2010-11-04 Thread Nahum Nir
Hi Again I checked that RFC and implemented the hold request. I'm testing my stack with x-lite. Upon sending the INVITE that should hold the call I'm receiving 482 MERGED REQUEST. What is wrong? Thanks, Nahum -Original Message- From: Avasarala Ranjit-A20990 [mailto:ran...@motorola.com]