Re: [Sip-implementors] URI parameter in To and From headers

2007-08-01 Thread Paul Kyzivat
I haven't gone back to study 3261 specifically about this, but based on my understanding I think: The sender of an out of dialog request must ensure that there is no tag in the To-URI. Depending on where the URI came from it may be necessary to remove the tag. (When creating new out of dialog t

Re: [Sip-implementors] Can NOTIFY with state "pending" follow NOTIFY with state "active"??

2007-08-01 Thread Dale . Worley
From: Sumit Chopra <[EMAIL PROTECTED]> My question is -- If a subscription is in "active " state, can it be moved to "pending" state i.e can a UA generate NOTIFY request with state "pending" if it has previously generated the NOTIFY request with state "active" It would seem unli

Re: [Sip-implementors] URI parameter in To and From headers

2007-08-01 Thread Dale . Worley
From: "Biju Kayakal" <[EMAIL PROTECTED]> A SIP endpoint receives a request containing the transport param as URI parameter in the To header ? E.g. To: Should it copy this URI parameter in the To header when it forms the response ? Also should it also copy this URI param

Re: [Sip-implementors] SIP tag parameters question

2007-08-01 Thread Dale . Worley
From: vishal verma <[EMAIL PROTECTED]> I have few questions regarding SIP tag parameter used in "From" , "To" header fields of SIP Read through section 8 of RFC 3261; it describes how tags are used. Dale ___ Sip-implementors mailing list Si

[Sip-implementors] SIP tag parameters question

2007-08-01 Thread vishal verma
Hi , I have few questions regarding SIP tag parameter used in "From" , "To" header fields of SIP - Does tags define multiple instances of SIP application, using same user id ? - How does tags generated ? Rfc 3261 says tags must be GLOBALLY UNIQUE...what is the meaning of globally unique

Re: [Sip-implementors] 480 or 503

2007-08-01 Thread Somesh S Shanbhag
If the endpoint is UA, 480 would be a appropriate and if it is server 503 would be appropriate. Somesh "Kang, Hai Tao (Hai Tao)" <[EMAIL PROTECTED]> wrote: Hello, In my project, a sip termination may be under certain maintenance testing. In the process of termination testing, if an incoming cal

Re: [Sip-implementors] Who will play Ring Back tone when using SIP-I .

2007-08-01 Thread srivastava.vivek
Hi Shrinjay, In this case only signalling will go through NGN. There would be a media gateway involved also. Huawei MSC can redirect the call to announcement server and that server can send SDP in 183 session progress. These SDP parameters will be used by NGN to connect the media path from An

Re: [Sip-implementors] Can NOTIFY with state "pending" follow NOTIFYwith state "active"??

2007-08-01 Thread Sanjay Sinha \(sanjsinh\)
This can probably happen during Subscribe refresh. >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On >Behalf Of Sumit Chopra >Sent: Wednesday, August 01, 2007 8:03 AM >To: sip-implementors@lists.cs.columbia.edu >Subject: [Sip-implementors] Can NOTIFY with state

Re: [Sip-implementors] Can NOTIFY with state "pending" follow NOTIFY with state "active"??

2007-08-01 Thread Somesh S Shanbhag
Sumit: Actually I am not getting when such scenario will occur. If the Notifier has sent "active" that means it has found matching policy for the resource. Subscriber would have already created the dialog and if at all Notify wants to move the subscription to Pending .. it would better terminat

[Sip-implementors] Who will play Ring Back tone when using SIP-I .

2007-08-01 Thread Shrinjay . Jaruhar
Dear All, I m struck with a problem related to SIP -I.I m looking for Inter Operablility between SIP and ISUP network .I m not able to undestand that in the case say Suppose I have two Mobile Switching Centers (MSCs) one of LUCENT and other of HUAWEI ,Huawei is on SIP and LUCENT is on ISUP,and we

[Sip-implementors] 480 or 503

2007-08-01 Thread Kang, Hai Tao \(Hai Tao\)
Hello, In my project, a sip termination may be under certain maintenance testing. In the process of termination testing, if an incoming call is received, which response code is more appropriate, 480 or 503? Since according to 3261, they both seem to be ok. 480: The callee's end system was contac

Re: [Sip-implementors] URI parameter in To and From headers

2007-08-01 Thread Singh, Indresh (SNL US)
Manju is correct that transport parameter should not be present in the from and to header as per table-1 of RFC-3261. Page 151 also suggest that Elements processing URI should ignore any disallowed components if they are present. But I am not sure if the transport parameter in the from header ( w

[Sip-implementors] A question about Sdp offer/answer

2007-08-01 Thread TY Wen
hi, all I am a beginner to sip, I have a quick question to ask for help. I dont know if the same problem has been discussed before, however I can not find the similar question from archive. maybe it is too stupid. suppose two sip users A and B, which all support pcmu codec and dtmf tones. the di

[Sip-implementors] Can NOTIFY with state "pending" follow NOTIFY with state "active"??

2007-08-01 Thread Sumit Chopra
Hi All My question is -- If a subscription is in "active " state, can it be moved to "pending" state i.e can a UA generate NOTIFY request with state "pending" if it has previously generated the NOTIFY request with state "active" If so, what are the different scenarios under which this is poss

Re: [Sip-implementors] libsrtp on an embedded system

2007-08-01 Thread Daniel Corbe
I can't attest to coding in embedded devices where you have few kernel space tools to rely on; however, srand() and sranddev)_ are both RFC1750 compliant so they should fill your needs for randomness suitability for cryptography. The caveat is that it depends on some pseudo-random device