]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
- No space in manager event names, please
authorOlle Johansson <oej@edvina.net>
Mon, 18 Feb 2008 10:10:35 +0000 (10:10 +0000)
committerOlle Johansson <oej@edvina.net>
Mon, 18 Feb 2008 10:10:35 +0000 (10:10 +0000)
- Add new event to CHANGES

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103755 65c4cc65-6c06-0410-ace0-fbb531ad65f3

CHANGES
channels/chan_iax2.c

diff --git a/CHANGES b/CHANGES
index 4fab6ef365023a3883afe1866b916f75a97659fe..d0cd4b3e33868ae2f62ceedb64f87725200ec9c0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -47,6 +47,7 @@ AMI - The manager (TCP/TLS/HTTP)
   * 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
     existing category.
+  * Added new event "JitterBufStats" in the IAX2 channel
 
 Dialplan functions
 ------------------
index 6cad00ccf28cf7fa3de119029a3f7694ba7e588e..e3e6396d2ec63cbafd94e1792c50c0e68de0ce31 100644 (file)
@@ -7337,7 +7337,7 @@ static void log_jitterstats(unsigned short callno)
                        iaxs[callno]->remote_rr.dropped,
                        iaxs[callno]->remote_rr.ooo,
                        iaxs[callno]->remote_rr.packets);
-               manager_event(EVENT_FLAG_REPORTING, "JStats", "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]->pingtime,
                        localjitter,