Hi All,
I am wondering if anyone has found a way to monitor active calls on a gateway. I have multiple SIP trunks to my upstream carriers and want to know what my usage is like so that I can know when to increase my channels.
Up until now, I have gotten the total channels via fs_cli and divided it by 2 which isn't ideal, obviously. It gave me a rough amount.
Ever since adding more carriers, my numbers are less accurate.
I did read on some Freeswitch mailing lists that I can add limits and then monitor that. It seems a bit hacky.
command gets me sort of what I need, except that InBound calls do not move.
Anyone have any suggestions?
I am wondering if anyone has found a way to monitor active calls on a gateway. I have multiple SIP trunks to my upstream carriers and want to know what my usage is like so that I can know when to increase my channels.
Up until now, I have gotten the total channels via fs_cli and divided it by 2 which isn't ideal, obviously. It gave me a rough amount.
Ever since adding more carriers, my numbers are less accurate.
I did read on some Freeswitch mailing lists that I can add limits and then monitor that. It seems a bit hacky.
Code:
sofia status gateways
Anyone have any suggestions?