[Sip-implementors] Question About Hold

2010-11-10 Thread kavitha menneni
Hi, There are two ways to identify the hold --  either m=0.0.0.0  (this is old method) or a=sendonly  in SDP part of the message. Kavitha Donthineni ___ Sip-implementors mailing list Sip-implementors@lists.cs.columbia.edu

Re: [Sip-implementors] Question About Hold

2010-11-04 Thread Nahum Nir
] Sent: Monday, October 04, 2010 6:38 PM To: Nahum Nir; sip-implementors@lists.cs.columbia.edu Subject: RE: [Sip-implementors] Question About Hold Hi Check RFC 5359 (Session Initiation Protocol Service Examples) Sections 2.1, 2.2 and 2.3. http://tools.ietf.org/html/rfc5359 Regards Ranjit

Re: [Sip-implementors] Question About Hold

2010-11-04 Thread Brett Tate
To: 'Avasarala Ranjit-A20990'; sip-implementors@lists.cs.columbia.edu Subject: Re: [Sip-implementors] Question About Hold 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

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

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

Re: [Sip-implementors] Question About Hold

2010-11-04 Thread Nahum Nir
...@lists.cs.columbia.edu [mailto:sip-implementors-boun...@lists.cs.columbia.edu] On Behalf Of Paul Kyzivat Sent: Thursday, November 04, 2010 6:11 PM To: sip-implementors@lists.cs.columbia.edu Subject: Re: [Sip-implementors] Question About Hold One more thing... If you are encountering problems like

Re: [Sip-implementors] Question About Hold

2010-11-04 Thread Paul Kyzivat
-implementors@lists.cs.columbia.edu Subject: Re: [Sip-implementors] Question About Hold 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

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

[Sip-implementors] Question About Hold

2010-10-04 Thread Nahum Nir
Hi All, I'm trying to implement hold. After capturing packets while using x-lite I noticed that upon hold it send an INVITE. How does the other side know that it means hold? Thanks, Nahum ___ Sip-implementors mailing list

Re: [Sip-implementors] Question About Hold

2010-10-04 Thread Nahum Nir
Thanks -Original Message- From: Avasarala Ranjit-A20990 [mailto:ran...@motorola.com] Sent: Monday, October 04, 2010 6:38 PM To: Nahum Nir; sip-implementors@lists.cs.columbia.edu Subject: RE: [Sip-implementors] Question About Hold Hi Check RFC 5359 (Session Initiation Protocol Service