Re: [SR-Users] serial forking calls using TSILO

2017-01-22 Thread Federico Cabiddu
Hi, could you please provide the LOCATION route and the Kamailio's log at level 3? Thank you. Regards, Federico On Fri, Jan 20, 2017 at 11:05 AM, Tomas Zanet wrote: > Hello, > I’m using Kamailio 4.4.4 with TSILO module in order to support Push > Notifications used by our voip app on Apple ios1

Re: [SR-Users] serial forking calls using TSILO

2017-01-20 Thread Daniel-Constantin Mierla
Hello, have you stored the transaction for the second account? Cheers, Daniel On 20/01/2017 11:05, Tomas Zanet wrote: > Hello, > I’m using Kamailio 4.4.4 with TSILO module in order to support Push > Notifications used by our voip app on Apple ios10. > So far, everything works fine: Kamailio ca

Re: [SR-Users] Serial Forking and t_suspend

2016-10-06 Thread Daniel-Constantin Mierla
Hello, On 28/09/16 07:11, Kelvin Chua wrote: > we have serial forking already setup properly but need to t_suspend(). > found out that it completely breaks the destination set. > other than manually rebuilding the destination set after t_continue(), > are > there any other solution out there? a

Re: [SR-Users] Serial Forking and Lookup Function

2015-11-03 Thread Daniel W. Graham
Thanks for the clarification! -dan From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel-Constantin Mierla Sent: Tuesday, November 3, 2015 2:23 AM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Serial Forking and Lookup Function Hello, On 03/11/15

Re: [SR-Users] Serial Forking and Lookup Function

2015-11-02 Thread Daniel-Constantin Mierla
Hello, On 03/11/15 05:31, Daniel W. Graham wrote: > > Looking for some clarification / direction on setting up forking. > > > > I have configured clients to use q-value and is stored in location > table. I see several examples as described in TM module documentation > but does not mention use of

Re: [SR-Users] Serial forking & q value

2014-10-10 Thread Daniel-Constantin Mierla
Hello, you can use sqlops to retrieve data from any database table, with the structure you want. Then with append_branch() function and $branch(...) variable, you have the options to add branches and update their specific attributes with the values retrieved from database. Cheers, Daniel On

Re: [SR-Users] Serial forking

2013-05-10 Thread Vitaliy Aleksandrov
I missed that $branch(..) variable is r/w. I like this way more than playing with AVPs. According to documentation $branch(..) variable gives access to additional branches. Is it possible to change Q value for the first branch ? ___ SIP Express Route

Re: [SR-Users] Serial forking

2013-05-10 Thread Daniel-Constantin Mierla
Hello, On 5/9/13 3:14 PM, Vitaliy Aleksandrov wrote: Hello. As I understand t_load_contacts() / t_next_contacts() can help only in case when branches have different "q" values. The only way I see is to get all contacts via reg_fetch_contacts(), save the list to an AVP and then iterate through