Re: [SR-Users] Dispatcher according to called subscriber

2015-12-15 Thread Federico Cabiddu
Hi Michael, a way could be to have two different dispatcher sets (one for each mvno). Then you could store the dispatcher set associated to each user in the usr_preferences table and use it in the routing script. Something like this in your routing script: avp_db_load("fU", "$avp(dispatcher-set)"

Re: [SR-Users] Dispatcher according to called subscriber

2015-12-15 Thread Michael Nielsen
The reason for my question is that we are 2 mvno's who wants to share a single sip mvno trunk - and want to have our individual customers routed according to who owns them - but also have the dispatcher functionallity for "load-balancing". On Tue, Dec 15, 2015 at 1:23 PM, Michael Nielsen wrote: