Hi,
I am testing kamailio replies when an INVITE or another request arrives with lets say, "VIA" header missing.... The core drops the request. But, there is no reply for the originator (so it keep on resending the request...) Why?
Uri
On 06/19/2012 02:06 PM, Uri Shacked wrote:
I am testing kamailio replies when an INVITE or another request arrives with lets say, "VIA" header missing.... The core drops the request. But, there is no reply for the originator (so it keep on resending the request...) Why?
If there was no Via header, the recipient would have no way to know where to send the response.
OK understood. I tried with no "TO" header as well, and still no error reply.... Is there suppose to be a reply from core?
On Tue, Jun 19, 2012 at 4:12 PM, Andrew Pogrebennyk < apogrebennyk@sipwise.com> wrote:
On 06/19/2012 02:06 PM, Uri Shacked wrote:
I am testing kamailio replies when an INVITE or another request arrives with lets say, "VIA" header missing.... The core drops the request. But, there is no reply for the originator (so it keep on resending the request...) Why?
If there was no Via header, the recipient would have no way to know where to send the response.
I think in such cases you get a "parse error" in the log. Do you? If yes, then Kamailio stops processing the packet and no reply is sent.
Reda
On Tue, Jun 19, 2012 at 7:10 PM, Uri Shacked ushacked@gmail.com wrote:
OK understood. I tried with no "TO" header as well, and still no error reply.... Is there suppose to be a reply from core?
On Tue, Jun 19, 2012 at 4:12 PM, Andrew Pogrebennyk < apogrebennyk@sipwise.com> wrote:
On 06/19/2012 02:06 PM, Uri Shacked wrote:
I am testing kamailio replies when an INVITE or another request arrives with lets say, "VIA" header missing.... The core drops the request. But, there is no reply for the originator (so it keep on resending the request...) Why?
If there was no Via header, the recipient would have no way to know where to send the response.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
I do get the parse error. Still, I think that even if kamailio stoped processing the request, an error reply should be sent back the the request sender, no? Something like - 501 ??
I think in such cases you get a "parse error" in the log. Do you? If yes, then Kamailio stops processing the packet and no reply is sent.
Reda
On Tue, Jun 19, 2012 at 7:10 PM, Uri Shacked <ushacked at gmail.comhttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users> wrote:
- OK understood.
*>* I tried with no "TO" header as well, and still no error reply.... *>* Is there suppose to be a reply from core? *>* *>* On Tue, Jun 19, 2012 at 4:12 PM, Andrew Pogrebennyk < *>* apogrebennyk at sipwise.comhttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users> wrote: *>* *>>* On 06/19/2012 02:06 PM, Uri Shacked wrote: *>>* > I am testing kamailio replies when an INVITE or another request arrives *>>* > with lets say, "VIA" header missing.... *>>* > The core drops the request. But, there is no reply for the originator *>>* > (so it keep on resending the request...) *>>* > Why? *>>* *>>* If there was no Via header, the recipient would have no way to know *>>* where to send the response. *>>* *>* *
in the log the error is "ERROR: <core> [receive.c:165]: ERROR: receive_msg: no via found in request"
On Wed, Jun 20, 2012 at 7:56 AM, Uri Shacked ushacked@gmail.com wrote:
I do get the parse error. Still, I think that even if kamailio stoped processing the request, an error reply should be sent back the the request sender, no? Something like - 501 ??
I think in such cases you get a "parse error" in the log. Do you? If yes, then Kamailio stops processing the packet and no reply is sent.
Reda
On Tue, Jun 19, 2012 at 7:10 PM, Uri Shacked <ushacked at gmail.comhttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users> wrote:
- OK understood.
*>* I tried with no "TO" header as well, and still no error reply.... *>* Is there suppose to be a reply from core? *>* *>* On Tue, Jun 19, 2012 at 4:12 PM, Andrew Pogrebennyk <
- apogrebennyk at sipwise.comhttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users>
wrote: *>* *>>* On 06/19/2012 02:06 PM, Uri Shacked wrote: *>>* > I am testing kamailio replies when an INVITE or another request arrives *>>* > with lets say, "VIA" header missing.... *>>* > The core drops the request. But, there is no reply for the originator *>>* > (so it keep on resending the request...) *>>* > Why? *>>* *>>* If there was no Via header, the recipient would have no way to know *>>* where to send the response. *>>* *>*
Hello,
if the message processing gets to config file, there is a condition on sanity check (see sanity module) -- if that condition fails, a reply is sent. But if the processing does not get to config file, means that mandatory SIP message structure was not met - no reply can be built based on sip requirements.
Cheers, Daniel
On 6/20/12 6:59 AM, Uri Shacked wrote:
in the log the error is "ERROR: <core> [receive.c:165]: ERROR: receive_msg: no via found in request"
On Wed, Jun 20, 2012 at 7:56 AM, Uri Shacked <ushacked@gmail.com mailto:ushacked@gmail.com> wrote:
I do get the parse error. Still, I think that even if kamailio stoped processing the request, an error reply should be sent back the the request sender, no? Something like - 501 ?? >I think in such cases you get a "parse error" in the log. Do you? >If yes, then Kamailio stops processing the packet and no reply is sent. > >Reda On Tue, Jun 19, 2012 at 7:10 PM, Uri Shacked <ushacked at gmail.com <http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users>> wrote: >/OK understood. />/I tried with no "TO" header as well, and still no error reply.... />/Is there suppose to be a reply from core? />/ />/On Tue, Jun 19, 2012 at 4:12 PM, Andrew Pogrebennyk < / >/apogrebennyk at sipwise.com <http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users>> wrote: />/ />>/ On 06/19/2012 02:06 PM, Uri Shacked wrote: />>/> I am testing kamailio replies when an INVITE or another request arrives />>/> with lets say, "VIA" header missing.... />>/> The core drops the request. But, there is no reply for the originator />>/> (so it keep on resending the request...) />>/> Why? />>/ />>/If there was no Via header, the recipient would have no way to know />>/where to send the response. />>/ />/ /
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello,
there are some mandatory SIP headers, without them a sip reply cannot be built.
One is Via as the SIP mandates to send the reply where the last Via address points to. In RFC3261, Via also carries the branch parameter that should be used to match the transaction.
Cheers, Daniel
On 6/20/12 6:56 AM, Uri Shacked wrote:
I do get the parse error. Still, I think that even if kamailio stoped processing the request, an error reply should be sent back the the request sender, no? Something like - 501 ??
I think in such cases you get a "parse error" in the log. Do you? If yes, then Kamailio stops processing the packet and no reply is sent.
Reda
On Tue, Jun 19, 2012 at 7:10 PM, Uri Shacked <ushacked at gmail.com http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users> wrote:
/OK understood.
/>/I tried with no "TO" header as well, and still no error reply.... />/Is there suppose to be a reply from core? />/ />/On Tue, Jun 19, 2012 at 4:12 PM, Andrew Pogrebennyk < />/apogrebennyk at sipwise.com http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users> wrote: />/ />>/ On 06/19/2012 02:06 PM, Uri Shacked wrote: />>/> I am testing kamailio replies when an INVITE or another request arrives />>/> with lets say, "VIA" header missing.... />>/> The core drops the request. But, there is no reply for the originator />>/> (so it keep on resending the request...) />>/> Why? />>/ />>/If there was no Via header, the recipient would have no way to know />>/where to send the response. />>/ />/ /
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users