[Devel] [ openser-Bugs-1493947 ] ERROR: forward_reply: no 2nd via
found in reply
SourceForge.net
noreply at sourceforge.net
Wed May 24 03:37:40 CEST 2006
Bugs item #1493947, was opened at 2006-05-24 01:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Submitted By: Norman Brandinger (goestelecom)
Assigned to: Nobody/Anonymous (nobody)
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
----------------------------------------------------------------------
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