Hi!
I have several Kamailio servers on a single server running. Is there a way to tell kamctl to use a different configuration (e.g. for fifo)?
regards klaus
Hello,
On 1/4/10 7:32 PM, Klaus Darilion wrote:
Hi!
I have several Kamailio servers on a single server running. Is there a way to tell kamctl to use a different configuration (e.g. for fifo)?
no option to give the cfg as parameter. What I use is command line like: FIFO=/tmp/my_fifo kamctl ...
You can create several scripts with:
FIFO=... DBNAME=... ... kamctl $@
Cheers, Daniel