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? I'm not using alias_db, just sqlops with a custom statement that returns the URI/Q as columns.
-----Original Message----- From: Juha Heinanen [mailto:[email protected]] Sent: Thursday, July 02, 2009 1:41 AM To: Robert McGilvray Cc: [email protected] Subject: [Kamailio-Users] forking on URIs from DB Robert McGilvray writes: > I noticed serialize_branches was removed in 1.4, which is what I use in > production today in 1.3 - do I need to use the replacements in TM to > order them and add the branches? serialize_branches is replaced in 1.5 by tm functions t_load_contacts()/t_next_contacts(). you call t_load_contacts() after you have your uris (including their q values) in the destination set. i don't use alias db and thus don't know about that. -- 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. _______________________________________________ Kamailio (OpenSER) - Users mailing list [email protected] http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
