Hi All,
I'm trying to add a permanent usrloc entry via kamctl ul add.
This works, but the created entry has a q value of 1.0 which is higher than I need.
Is there a way to either:
1. Specify a q value when using kamctl ul add, or 2. Edit the q value of an existing record by using a kamctl command.
Cheers, Dave.
kamctl is a basic script to get users familiarized with kamailio tables. You will need to use SQL command to configure specific fields. Alternatively you can install siremis or enable the xhttp_pi module.
Regards, Ovidiu Sas On Jun 20, 2014 12:16 AM, "David Wilson" dw@zaq.com.au wrote:
Hi All,
I'm trying to add a permanent usrloc entry via kamctl ul add.
This works, but the created entry has a q value of 1.0 which is higher than I need.
Is there a way to either:
- Specify a q value when using kamctl ul add, or
- Edit the q value of an existing record by using a kamctl command.
Cheers, Dave.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello,
On 20/06/14 06:16, David Wilson wrote:
Hi All,
I'm trying to add a permanent usrloc entry via kamctl ul add.
This works, but the created entry has a q value of 1.0 which is higher than I need.
Is there a way to either:
- Specify a q value when using kamctl ul add, or
apparently the Q is hardcoded, a way to fix it is to edit kamctl (which is a shell script), search for 'ul_add' and update the 1.0 value in that command.
- Edit the q value of an existing record by using a kamctl command.
Maybe removing and add it it with same other attributes...
Cheers, Daniel