- No space in manager event names, please

- Add new event to CHANGES


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103755 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Olle Johansson 18 years ago
parent 26755e3882
commit 17c761c5ff

@ -47,6 +47,7 @@ AMI - The manager (TCP/TLS/HTTP)
* Added new action insert to add new variable to category at specified line. * Added new action insert to add new variable to category at specified line.
* Updated action newcat to allow new category to be inserted in file above another * Updated action newcat to allow new category to be inserted in file above another
existing category. existing category.
* Added new event "JitterBufStats" in the IAX2 channel
Dialplan functions Dialplan functions
------------------ ------------------

@ -7337,7 +7337,7 @@ static void log_jitterstats(unsigned short callno)
iaxs[callno]->remote_rr.dropped, iaxs[callno]->remote_rr.dropped,
iaxs[callno]->remote_rr.ooo, iaxs[callno]->remote_rr.ooo,
iaxs[callno]->remote_rr.packets); iaxs[callno]->remote_rr.packets);
manager_event(EVENT_FLAG_REPORTING, "JB Stats", "Owner: %s\r\nPing: %d\r\nLocalJitter: %d\r\nLocalJBDelay: %d\t\nLocalTotalLost: %d LocalLossPercent: %d\r\nLocalDropped: %d\r\nLocalooo: %d\r\nLocalReceived: %d\r\nRemoteJitter: %d\r\nRemoteJBDelay: %d\r\nRemoteTotalLost: %d\r\nRemoteLossPercent: %d\r\nRemoteDropped: %d\r\nRemoteooo: %d\r\nRemoteReceived: %d\r\n", manager_event(EVENT_FLAG_REPORTING, "JitterBufStats", "Owner: %s\r\nPing: %d\r\nLocalJitter: %d\r\nLocalJBDelay: %d\t\nLocalTotalLost: %d LocalLossPercent: %d\r\nLocalDropped: %d\r\nLocalooo: %d\r\nLocalReceived: %d\r\nRemoteJitter: %d\r\nRemoteJBDelay: %d\r\nRemoteTotalLost: %d\r\nRemoteLossPercent: %d\r\nRemoteDropped: %d\r\nRemoteooo: %d\r\nRemoteReceived: %d\r\n",
iaxs[callno]->owner->name, iaxs[callno]->owner->name,
iaxs[callno]->pingtime, iaxs[callno]->pingtime,
localjitter, localjitter,

Loading…
Cancel
Save