This works
append_branch("sip:3800@example.com", "0.90");
My next issue is that append_branch doesn't accept avps or pv as input parameters. Does anyone know the syntax (if there is one) to duplicate the above statement using assignments to $br?
I've tried a few combinations of assigning ;q=0.90 onto the end of the URI without success. If possible I'd prefer not to use the hack of modifying the ruri back and forth.
-----Original Message----- From: Juha Heinanen [mailto:jh@tutpro.com] Sent: Thursday, July 02, 2009 8:38 AM To: Robert McGilvray Cc: users@lists.kamailio.org Subject: RE: [Kamailio-Users] forking on URIs from DB
Robert McGilvray writes:
I guess that's the part where I'm getting stuck. How do I go about adding my URIs with the proper q values to the dset?
have you tried append_branch with q value, something like this:
append_branch("sip:foo@bar;q=0.5");
if that does not work and no-one else on the mailing list has a better suggestion, open a new feature request on sr tracker.
i myself get q values into destination set using lookup or enum_query function.
-- juha
-------------------------------------------------------------------------- This email with all information contained herein or attached hereto may contain confidential and/or privileged information intended for the addressee(s) only. If you have received this email in error, please contact the sender and immediately delete this email in its entirety and any attachments thereto.