Hi all!
I'm sending this in my message: Authorization: Digest username="test2",realm="lab.pt",nonce="",uri="sip:lab.pt",response=""
Then,I tried to get the value of the select "@hf_value.authorization.username" and all I've got was a empty string. Then, for testing, I printed "@hf_value.authorization" and only got this:
-->> Digest username="test2"
Is this working fine? tks in advance
Regard, Luis Silva
Hi!
Try @hf_value2, as stated in textops module doc (modules/textops/doc/functions.xml).
JF
On 7/6/06, Luis Silva lfs12@hotmail.com wrote:
Hi all!
I'm sending this in my message: Authorization: Digest username="test2",realm="lab.pt",nonce="",uri="sip:lab.pt",response=""
Then,I tried to get the value of the select "@hf_value.authorization.username" and all I've got was a empty string. Then, for testing, I printed "@hf_value.authorization" and only got this:
-->> Digest username="test2"
Is this working fine? tks in advance
Regard, Luis Silva
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Tks for the answer, it worked!!
BTW, I've posted another question related to this cvs commit:
http://lists.iptel.org/pipermail/serdev/2005-November/006489.html
%var1= "value1; %var1 +="value2"; was suppose to work. But when I tried I found an error in the script. I saw that this functionality is comment in the file cfg.y. Do you know why? is there another way of doing the same thing?
Regards, Luís Silva
In the latest CVS code you can use authorization specialized select:
@authorization["realm"].xxxx
where xxxx can be: username, username.user, username.domain, realm, nonce, uri, cnonce, nc, response, opaque, algorithm or qop.
To the AVP question, you can use %avp[]="val";%avp[]="val2"; to create two AVPs with the same name (as += was intended to work).
Michal
On Thu, Jul 06, 2006 at 05:56:58PM +0000, Luis Silva wrote:
Tks for the answer, it worked!!
BTW, I've posted another question related to this cvs commit:
http://lists.iptel.org/pipermail/serdev/2005-November/006489.html
%var1= "value1; %var1 +="value2"; was suppose to work. But when I tried I found an error in the script. I saw that this functionality is comment in the file cfg.y. Do you know why? is there another way of doing the same thing?
Regards, Lu?s Silva
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers