[OpenSIPS-Users] call center

2024-03-18 Thread Prathibha B
How to integrate Opensips with call center application? -- Regards, B.Prathibha ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Basic sum question [SOLVED]

2024-03-18 Thread Social Boh
thank you. Works Regards --- I'm SoCIaL, MayBe El 18/03/2024 a las 3:50 p. m., Ben Newlin escribió: You have to use parentheses in order to use a transformation on a variable. $var(cs) = $*(*cs{s.int}*)* + 1; Ben Newlin *From: *Users on behalf of Social Boh *Date: *Monday, March 18,

Re: [OpenSIPS-Users] Basic sum question

2024-03-18 Thread Ben Newlin
You have to use parentheses in order to use a transformation on a variable. $var(cs) = $(cs{s.int}) + 1; Ben Newlin From: Users on behalf of Social Boh Date: Monday, March 18, 2024 at 4:44 PM To: users@lists.opensips.org Subject: [OpenSIPS-Users] Basic sum question EXTERNAL EMAIL - Please

[OpenSIPS-Users] Basic sum question

2024-03-18 Thread Social Boh
Hello list how can I add a 1 to a script variable like: $var(cs) = $cs{s.int} + 1; Result: ERROR:core:eval_elem: invalid string operands WARNING:core:do_assign: no value in right expression at /etc/opensips/opensips.cfg:205 Thank you Regards -- --- I'm SoCIaL, MayBe