Re: [Sip-implementors] respone code for wrong routed SIP request

2008-10-24 Thread Klaus Darilion
Scott Lawrence schrieb: > Whether or not to forward a SIP request that is not for your domain > depends on your deployment model and whether or not you want to support > end-to-end SIP calling. If you want to be able to support end-to-end > SIP, that implies that your users can use real SIP URLs

Re: [Sip-implementors] respone code for wrong routed SIP request

2008-10-20 Thread Scott Lawrence
On Mon, 2008-10-20 at 10:20 +0200, Klaus Darilion wrote: > > [EMAIL PROTECTED] schrieb: > > You should first consider if you want to give an error, rather than > > simply forwarding the request to the proxy for the domain in the > > request-URI. In many cases, a proxy will receive requests from

Re: [Sip-implementors] respone code for wrong routed SIP request

2008-10-20 Thread Klaus Darilion
[EMAIL PROTECTED] schrieb: >From: Klaus Darilion <[EMAIL PROTECTED]> > >What is the response code for a SIP request which was routed to the >wrong proxy, e.g. "INVITE sip:[EMAIL PROTECTED]" was wrongly routed to >example.com SIP proxy. How should example.com reject the request? >

Re: [Sip-implementors] respone code for wrong routed SIP request

2008-09-24 Thread Dale . Worley
From: Klaus Darilion <[EMAIL PROTECTED]> What is the response code for a SIP request which was routed to the wrong proxy, e.g. "INVITE sip:[EMAIL PROTECTED]" was wrongly routed to example.com SIP proxy. How should example.com reject the request? 404 or is there a better code - somet

Re: [Sip-implementors] respone code for wrong routed SIP request

2008-09-23 Thread Brett Tate
bia.edu > Subject: Re: [Sip-implementors] respone code for wrong routed > SIP request > > > On Tue, 2008-09-23 at 16:21 +0200, Iñaki Baz Castillo wrote: > > 2008/9/23, Klaus Darilion <[EMAIL PROTECTED]>: > > > > > > it would also be helpful to inclu

Re: [Sip-implementors] respone code for wrong routed SIP request

2008-09-23 Thread Scott Lawrence
On Tue, 2008-09-23 at 16:21 +0200, Iñaki Baz Castillo wrote: > 2008/9/23, Klaus Darilion <[EMAIL PROTECTED]>: > > > > it would also be helpful to include the request as a message/sipfrag > > > body in the response, since this gives the sender some hope of > > > understanding how the request re

Re: [Sip-implementors] respone code for wrong routed SIP request

2008-09-23 Thread Iñaki Baz Castillo
2008/9/23, Klaus Darilion <[EMAIL PROTECTED]>: > > it would also be helpful to include the request as a message/sipfrag > > body in the response, since this gives the sender some hope of > > understanding how the request reached the wrong place. > > > Sounds useful. Nevertheless I wonder why th

Re: [Sip-implementors] respone code for wrong routed SIP request

2008-09-23 Thread Klaus Darilion
Scott Lawrence schrieb: > On Mon, 2008-09-22 at 16:53 +0200, Klaus Darilion wrote: >> Hi! >> >> What is the response code for a SIP request which was routed to the >> wrong proxy, e.g. "INVITE sip:[EMAIL PROTECTED]" was wrongly routed to >> example.com SIP proxy. How should example.com reject the

Re: [Sip-implementors] respone code for wrong routed SIP request

2008-09-23 Thread Iñaki Baz Castillo
2008/9/23, Kamalakanta Palei (kpalei) <[EMAIL PROTECTED]>: > > Hi > The question is "What is the response code for a SIP request which was > routed to the wrong proxy, e.g. "INVITE sip:[EMAIL PROTECTED]" was wrongly > routed to example.com SIP proxy. How should example.com reject the request? >

Re: [Sip-implementors] respone code for wrong routed SIP request

2008-09-23 Thread Kamalakanta Palei (kpalei)
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Iñaki Baz Castillo Sent: Tuesday, September 23, 2008 3:37 PM Cc: Sip-implementors@lists.cs.columbia.edu Subject: Re: [Sip-implementors] respone code for wrong routed SIP request 2008/9/23, Kamalakanta Palei (kpalei

Re: [Sip-implementors] respone code for wrong routed SIP request

2008-09-23 Thread Iñaki Baz Castillo
2008/9/23, Kamalakanta Palei (kpalei) <[EMAIL PROTECTED]>: > > I hope the right response cdode is 403 Forbidden. > While proxy sends 403 to UA it indicates two information to UA. For me 403 means: "You don't have permission to access this resource, but I'm capable of offering it". Why not a 502

Re: [Sip-implementors] respone code for wrong routed SIP request

2008-09-23 Thread Kamalakanta Palei (kpalei)
ilion Sent: Monday, September 22, 2008 8:24 PM To: Sip-implementors@lists.cs.columbia.edu Subject: [Sip-implementors] respone code for wrong routed SIP request Hi! What is the response code for a SIP request which was routed to the wrong proxy, e.g. "INVITE sip:[EMAIL PROTECTED]" was wr

Re: [Sip-implementors] respone code for wrong routed SIP request

2008-09-22 Thread Iñaki Baz Castillo
2008/9/22, Klaus Darilion <[EMAIL PROTECTED]>: > Hi! > > What is the response code for a SIP request which was routed to the > wrong proxy, e.g. "INVITE sip:[EMAIL PROTECTED]" was wrongly routed to > example.com SIP proxy. How should example.com reject the request? > 404 or is there a better co

Re: [Sip-implementors] respone code for wrong routed SIP request

2008-09-22 Thread Scott Lawrence
On Mon, 2008-09-22 at 16:53 +0200, Klaus Darilion wrote: > Hi! > > What is the response code for a SIP request which was routed to the > wrong proxy, e.g. "INVITE sip:[EMAIL PROTECTED]" was wrongly routed to > example.com SIP proxy. How should example.com reject the request? > 404 or is there a b

[Sip-implementors] respone code for wrong routed SIP request

2008-09-22 Thread Klaus Darilion
Hi! What is the response code for a SIP request which was routed to the wrong proxy, e.g. "INVITE sip:[EMAIL PROTECTED]" was wrongly routed to example.com SIP proxy. How should example.com reject the request? 404 or is there a better code - something like "I am not authoritative for this domain"?