Hello,

On 2/21/11 10:28 AM, 侯旭光 wrote:
Hello

I need to add q value while using function append_branch(),but the function only takes decimal fraction as the parameter.
What if I want to use pv to add q value?
The $var and $avp just have string and integer type.
Thanks a lot!
do:

km_append_branch("$var(branchuri)");
$(branch(q)[-1]) = $var(q);

$var(q) has to hold an integer value that represents the decimal fraction value multiplied with 100 (so if q should be 0.5, then $var(q) = 50).

Cheers,
Daniel

--
Daniel-Constantin Mierla
http://www.asipto.com

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to