Re: [Sip-implementors] Query on Invite transaction

2008-02-14 Thread 라스토기
I thnink UAC must complete INVITE transaction first. If UAC is behaving like this then, UAS should delete dialog and uncompleted RE-INVITE transaction. - vipul - Original Message - From: "vinodh kumar" <[EMAIL PROTECTED]> To: "'Robert Sparks'" <[EMAIL PROTECTED]> Cc: Sent: Friday, Febr

Re: [Sip-implementors] Response code when MESSAGE is storedbecauseuser offline?

2008-02-04 Thread 라스토기
> Assuming the original MESSAGE was sent out-of-dialog, as it typically > should have been, then there is no resulting route set for a return > message. You could try the Contact address, but it might not work. > > My expectation is that any message with a 2xx response creates a > dialog.

Re: [Sip-implementors] Invite send by other user

2008-02-04 Thread 라스토기
> Hi All, >Can anybody answer me, the folowing question.. >Suppose User A send INVITE to User B..and call >has been droped before establishing, > Then User B send INVITE to User A... >Then Wht will be the C Seq no and the Call Id... >it will change..or is the same as the Firs

Re: [Sip-implementors] Reg. Proxy to proxy communication

2008-01-31 Thread 라스토기
> UA1 is registered to proxy 1 and UA2 is registered to proxy 2, I need to > make a call from UA1 to UA2. Proxy 1 and Proxy 2 are in the same LAN but > they do not know of each other. Then when UA1 dials the number of UA2, the > proxy 1 is currently rejecting the call with 480-No address found. Ho

Re: [Sip-implementors] Determining UDP Connection to use for a SIP response

2008-01-30 Thread 라스토기
>Considering the behavior of UAS-2, my question is: whether any SIP > standard suggests guidelines on whether it is advisable to send out responses > from a UDP port which is different from the one on which the request was > received? RFC 3261 - 18.2.2 Sending Responses only talks about the

Re: [Sip-implementors] Call-id for Dialog event package

2008-01-22 Thread 라스토기
> Let's imagine the case for Automatic Callback. User A calls user B but > he is busy. When user B hangs up, user A is alerted. > What I don't understand here is how A can send a SUBSCRIBE which > contains the call-id, to-tag and from-tag of B's dialog with another > user in order to be alerted to

Re: [Sip-implementors] merged request with to tag

2008-01-03 Thread 라스토기
Hi, PRAK is new transaction hence, Cseq would be increment from previous transaction, so it is not possible that UAS receives PRACK with same CSeq of previous transaction. But if UAC is malfunctioning with this behavior then UAS should reject this message with 'Loop detected'. Vipul Rastogi Eng

Re: [Sip-implementors] Difference Between NAT and ALG

2007-12-04 Thread 라스토기
ALG does a lot of SIP message modification. It changes contact, from, via, sdp and maintains register binding etc. whereas NAT is just IP/port mapping. So ALG uses NAT for it's functioning. Is it clear now ? Vipul Rastogi Engineer, Business Management Team Telecommunication Network Business Sams

Re: [Sip-implementors] To and Request-URI

2007-12-04 Thread 라스토기
Hi, Request_URI is used for routing purposes, hence if any SIP message reaches to your IP-PBX then it is becoz of R-URI (not becoz of 'TO'). Once message it reached, now it is upto IP-PBX to decide which field to use to find UAC (Station as you say). Sometimes ISP s/w sends child ID in R-URI, pa

Re: [Sip-implementors] BYE Request-URI and Proxy

2007-12-04 Thread 라스토기
If record-route is present with top entry as 'lr', then it should be R-URI, otherwise contact URI (of other party) should be R-URI. At no point R-URI be proxy URI. Proxys are intermediate entities and R-URI is for end-entity. I hope I clarified to some extent. Vipul Rastogi Engineer, Business Ma

Re: [Sip-implementors] Blind transfer using REFER

2007-11-27 Thread 라스토기
Inline comment. Vipul Rastogi Engineer, Business Management Team Telecommunication Network Business Samsung Electronics CO, LTD Suwon P.O.BOX 105, 416 Korea 442-600 MO 010-9530-0354 - Original Message - From: "vinodh kumar" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 28, 2007 1

Re: [Sip-implementors] Branch param for CANCEL message

2007-11-21 Thread 라스토기
One can argue that Call-id:CSeq-No or from-tag:CSeq-No may > also be used but using branch parameter is the most simple approach. -- Not sure on this one. In case of Forking, all above parameters could potentially be same. Via is surely different among forking INVITE. This helps in identifyi

[Sip-implementors] SIP trunk

2007-11-21 Thread 라스토기
Hi, Is it possible to send/receive refer message over SIP trunk ? can somebody share SIP trunk rfc. thanks, Vipul Rastogi Engineer, Business Management Team Telecommunication Network Business Samsung Electronics CO, LTD Suwon P.O.BOX 105, 416 Korea 442-600 MO 010-9530-0354 ___

Re: [Sip-implementors] To Tag in CANCEL

2007-11-20 Thread 라스토기
I guess, UAC has liberty to use or not use to-tag in early-dialog for CANCEL. UAS should accept CANCEL with or without to-tag in early-dialog. Can somebody confirm this behavior or any other acceptable behavior ? Vipul Rastogi Engineer, Business Management Team Telecommunication Network Business

Re: [Sip-implementors] proxy call forward after number of rings

2007-11-19 Thread 라스토기
Implementation is same as CFNA but this could be interesting feature from user point of view. I mean vendor could simply add this feature to their list as a separate feature (only Engineers know it is same as CFNA :) ). Vipul Rastogi Engineer, Business Management Team Telecommunication Network B

Re: [Sip-implementors] Directionality Attribute in UPDATE Request

2007-11-19 Thread 라스토기
It is valid but not practical but looks very interesting as one can avoid 3-way handshaking of RE-INVITE by using UPDATE. Vipul Rastogi Engineer, Business Management Team Telecommunication Network Business Samsung Electronics CO, LTD Suwon P.O.BOX 105, 416 Korea 442-600 MO 010-9530-0354 - Ori

Re: [Sip-implementors] Query

2007-11-19 Thread 라스토기
'sendonly' is part of SDP, UA (we) know/s that call via this SDP is put on hold. Vipul Rastogi Engineer, Business Management Team Telecommunication Network Business Samsung Electronics CO, LTD Suwon P.O.BOX 105, 416 Korea 442-600 MO 010-9530-0354 - Original Message - From: "Koshy Thomas

Re: [Sip-implementors] How to handle mid-dialog request in Outbound?

2007-11-18 Thread 라스토기
Hi, As per my understanding Once Dialog is formed, Route list on UAC & UAS are same (of course in opposite order). So if you can send ACK message from UA1 to UA2, then INVITE from UA2 to UA1 should not be problem, as it goes the same path (as ACK response). - Vipul Rastogi Engineer, Business Ma

Re: [Sip-implementors] How to handle mid-dialog request in Outbound?

2007-11-18 Thread 라스토기
Hi Karthikeyan, Can you elaborate your query. With limited input, I assume you are asking about how to handle requests after dialog is formed. NAT plays role in forming a session hence dialog, once dialog is made, NAT provides no new conversion. Vipul Rastogi Engineer, Business Management Team T

Re: [Sip-implementors] how to prevent forking?

2007-11-15 Thread 라스토기
Request-Disposition of RFC 3841 prevents or guides forking. Hope it helps Vipul Rastogi Engineer, Business Management Team Telecommunication Network Business Samsung Electronics CO, LTD Suwon P.O.BOX 105, 416 Korea 442-600 MO 010-9530-0354 - Original Message - From: <[EMAIL PROTECTED

Re: [Sip-implementors] How to know active call status,using SIP

2007-11-14 Thread 라스토기
Hi, I am not sure about your test scenario. IP PBX generally sends UPDATE to phone to check session status. Generally it happens in much complex scenario. By UPDATE, they are sure that phone is responding well. If callID does not exist on phone then also it send NACK. I hope this helps Vip

Re: [Sip-implementors] page-mode instant-messaging question

2007-11-14 Thread 라스토기
Hi, I am not sure of your use case but I think your requirement could be achieved if you send INVITE/ACK without any content (SDP media or something else). This will make session hence end-to-end dialog for you. - Vipul Rastogi Engineer, Business Management Team Telecommunication Network Busines

Re: [Sip-implementors] How to determine transport to use from Route header

2007-11-14 Thread 라스토기
Hi, if route has sip then it is UDP, if sips then TLS and sip with transport as TCp then TCP. I hope it helps... Vipul Rastogi Engineer, Business Management Team Telecommunication Network Business Samsung Electronics CO, LTD Suwon P.O.BOX 105, 416 Korea 442-600 MO 010-9530-0354 Hi, Can anyone

Re: [Sip-implementors] Error in incoming req uri, what to do?

2007-11-14 Thread 라스토기
Hi, In my opinion, UAS should send one of following ...400, 416. thanks, Vipul Rastogi Engineer, Business Management Team Telecommunication Network Business Samsung Electronics CO, LTD Suwon P.O.BOX 105, 416 Korea 442-600 MO 010-9530-0354 - Original Message - From: "Andreas Bystr?m" <[EMA

Re: [Sip-implementors] UAS sending a CANCEL

2007-11-14 Thread 라스토기
Well, CANCEL is used to cancel any pending transaction. Since MG initiated the transaction, only it can CANCEL it. UAS can respond with some error message etc (if any) and on this response MG can should send ACK immediately which means end of transaction. MG can send CANCEL anytime after sending