0

I have been working on sip configuration to do qualify on the level of active calls , but so far no option to do that , and I haven't found any script useful to do just that , if not if there is any command in asterisk CLI to accomplish this task

Regards,

AhMaD AbUIeSa
  • 805
  • 1
  • 12
  • 21
  • It is not clear what you really triing to do. Want get number of current calls? QoS info? what? – arheops Nov 03 '17 at 06:00
  • @arheops , what I am trying to do is QoS for active calls only , by sending keep alive given a pre-calculated amount of time let's say one second [ only active calls , not as the level of trunk ] – AhMaD AbUIeSa Nov 04 '17 at 18:47
  • active call send rtp data 40 times/second. Why you need ENOTHER one packet? – arheops Nov 06 '17 at 18:50
  • Use conenction tracking with sip support, via iptables. – arheops Nov 06 '17 at 18:50
  • @arheops rtp timeout is not an option since the network might glitch from time to time , but [SIP Option , I think would be more reliable ] , I think it could be better than rtp timeout parameter – AhMaD AbUIeSa Nov 07 '17 at 05:05

1 Answers1

0

Dears,

I have made it by writing a custom script that gets the active calls and take the call-id from there and send an option message every 5 seconds

Regards,

AhMaD AbUIeSa
  • 805
  • 1
  • 12
  • 21