Hi all, I have openser 1.1.0 and i can't do any change before i'm certain. can i write this code or we have an other syntaxe with version 1.1.
$avp(s:PAI):= '"' + $fU + '" ' + 'sip:01010101010@192.222.115.213:5060'; append_hf("P-Asserted-Identity: $avp(s:PAI)\r\n");
thanks
a) Why on earth are you still using 1.1.x?
b) Should be OK, unless the lexer in 1.1.x did not recognise string constants enclosed in single quotes.
ALAEDDINE abbech wrote:
Hi all, I have openser 1.1.0 and i can't do any change before i'm certain. can i write this code or we have an other syntaxe with version 1.1.
$avp(s:PAI):= '"' + $fU + '" ' + 'sip:01010101010@192.222.115.213:5060'; append_hf("P-Asserted-Identity: $avp(s:PAI)\r\n");
thanks
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
El Miércoles, 26 de Noviembre de 2008, ALAEDDINE abbech escribió:
Hi all, I have openser 1.1.0 and i can't do any change before i'm certain. can i write this code or we have an other syntaxe with version 1.1.
Why don't you install other OpenSER 1.1.0 in a testing machine and test it?