[Devel] [ openser-Bugs-1493947 ] ERROR: forward_reply: no 2nd via found in reply

SourceForge.net noreply at sourceforge.net
Wed Jun 21 19:23:15 CEST 2006


Bugs item #1493947, was opened at 2006-05-24 04:37
Message generated for change (Settings changed) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1493947&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver devel
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Norman Brandinger (goestelecom)
Assigned to: Bogdan (bogdan_iancu)
Summary: ERROR: forward_reply: no 2nd via found in reply

Initial Comment:
The options_reply() command in response to an OPTIONS
request from Asterisk generates the error.

The following code snippet is being used to execute the
options_reply():

  #----------------------------------------
  # OPTIONS request, respond to it and exit
  #----------------------------------------
  if (is_uri_host_local()) {
    if (is_method("OPTIONS") && (! uri=~"sip:.*[@]+.*")) {
      options_reply();
      return(TRUE);
    };
  };

When commented out, the error message is no longer
produced.  

Regards,
Norm

----------------------------------------------------------------------

Comment By: Bogdan (bogdan_iancu)
Date: 2006-05-25 20:46

Message:
Logged In: YES 
user_id=1275325

Hi,

the error you posted is related to reply forwarding - a
reply with only ona VIA was recevied and there was no local
reply. The code you refer at is for request processing, so
.....not sure where is the problem.

Try to get a network trace for such an OPTIONS and send it
to me.

regards,
bogdan

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1493947&group_id=139143



More information about the Devel mailing list