That's a bug mistakenly introduced and then fixed in the SVN 2988. Do an
update and try again.
Daniel
On 10/29/07 14:36, IƱaki Baz Castillo wrote:
SVN 2983
I receive a INVITE with "Forwarded" header:
--------
Forwarded: by sip:ibc@sip.domain.net
---------
but OpenSer can't detect it in anyway (I've tryed all of this):
xlog("L_ERROR","hdr(Forwarded) = $(hdr('Forwarded'))
$(hdr(Forwarded)[1])
$(hdr('Forwarded')[1]) $(hdr(Forwarded)[*])\n");
and the log says:
hdr(Forwarded) = <null> <null> <null> <null>
Any reason for this? is it a bug? it worked in 1.2.X.
I see no changes about hdr() in devel doc:
http://www.openser.org/dokuwiki/doku.php/pseudovariables:devel#headers
Thanks.