Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-22 Thread Will Ferrer
Hi Daniel Thank you very much for looking into it. I don't see us setting a value to the avp. We aren't even using the avp at present: #!ifdef WITH_DISPATCHER_LOAD_AWARE modparam("dispatcher", "dstid_avp", "$avp(dsdstid)") modparam("dispatcher", "ds_hash_size", 8) #!endif We have the directive

Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-22 Thread Daniel-Constantin Mierla
Hello, got the time to look more at the code. The value for dstid_avp is added only for algorithm 10 (call load). It is not about the name of the avp, but the value of the avp. Do you set this avp in routing blocks? If this avp has a value, it assumes to be a call load distribution and the error m

Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-10 Thread Will Ferrer
Hi Daniel Sounds great. Thanks again for everything and happy holidays. All the best Will On Wed, Dec 10, 2014 at 3:28 AM, Daniel-Constantin Mierla wrote: > Hello, > > I will look into it as soon as possible - again, it is harmless overall, > but shouldn't be a log message if it is not an is

Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-10 Thread Daniel-Constantin Mierla
Hello, I will look into it as soon as possible - again, it is harmless overall, but shouldn't be a log message if it is not an issue there. Cheers, Daniel On 10/12/14 02:14, Will Ferrer wrote: > Hi Daniel > > I seem to see be having the issue with out with out defining > the dstid_avp. I guess i

Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-09 Thread Will Ferrer
Hi Daniel I seem to see be having the issue with out with out defining the dstid_avp. I guess it's a non issue but was wondering if there was a way to make it go away. Thanks again for the assistance. Will On Tue, Dec 9, 2014 at 4:06 PM, Will Ferrer wrote: > Hi Daniel > > Thanks for the write

Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-09 Thread Will Ferrer
Hi Daniel Thanks for the write back. We are using the dstid_avp but we are not using alg 10 for call load distribution. We have dstid_avp set because the distribution alg is a directive we set for the deployment via the local.cfg. We leave the avp for it on incase we switch the deployment to alg

Re: [SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-09 Thread Daniel-Constantin Mierla
Hello, do you use call load dispatching algorithm or have the dstid attribute set? The log is harmless itself if not using the call load dispatching algorithm. Cheers, Daniel On 05/12/14 02:03, Will Ferrer wrote: > Hi All > > We recently discovered that our dispatcher boxes have this error > co

[SR-Users] ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for

2014-12-04 Thread Will Ferrer
Hi All We recently discovered that our dispatcher boxes have this error constantly at the end of our calls. ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for () We aren't seeing any issues arising from it that we can notice but wanted to see if any one knew what it mean