Hello all !
First of all, thank you very much for this great software it is really awesome.
For the moment, I am doing static routing with config file rotation in order to have a kind of dynamic routing to voip gateways, but I would like to store my routing conditions (src_ip, forward ...) in a MySQL database, is that currently possible ?
I also have another need. Is openser capable of knowing the capacity of a remote gateway it fowards the traffic to ? For instance, I have a machine sending 100+ calls, and I have several voip gateways with 32 channels, then I would like to "fill" them according to my openser incoming calls. I am not sure I am clear, but I can re-explain that if needed.
Finally, is there a management tool that can show at any time the amount of calls being reached trough openser ?
Thank you very much in advance for your answers and keep on the good work !
Florian Fainelli wrote:
Hello all !
First of all, thank you very much for this great software it is really awesome.
For the moment, I am doing static routing with config file rotation in order to have a kind of dynamic routing to voip gateways, but I would like to store my routing conditions (src_ip, forward ...) in a MySQL database, is that currently possible ?
Use the LCR module - I guess it can handle all your needs.
I also have another need. Is openser capable of knowing the capacity of a remote gateway it fowards the traffic to ? For instance, I have a machine sending 100+ calls, and I have several voip gateways with 32 channels, then I would like to "fill" them according to my openser incoming calls. I am not sure I am clear, but I can re-explain that if needed.
Finally, is there a management tool that can show at any time the amount of calls being reached trough openser ?
You can retrieve some statistics via the fifo. I think you can use openserctl for this purpose. There is also new statistics support in CVS head, but I did not have used it yet.
regards klaus