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.
Iñaki Baz Castillo writes:
Any reason for this? is it a bug? it worked in 1.2.X.
daniel fixed a $hdr related bug in trunk a couple of days ago. have you tried with latest trunk?
questions regarding trunk should go to devel, not users mailing list.
-- juha
El Monday 29 October 2007 14:02:23 Juha Heinanen escribió:
Iñaki Baz Castillo writes:
Any reason for this? is it a bug? it worked in 1.2.X.
daniel fixed a $hdr related bug in trunk a couple of days ago. have you tried with latest trunk?
Just fixed and it works. Thanks.
questions regarding trunk should go to devel, not users mailing list.
Ok, didn't know that.
Best regards.
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.