Module.update

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
  
 
====Parameters for module that contains the channels:====
 
====Parameters for module that contains the channels:====
;routed
+
 
How many channels were successufully routed.
+
'''routed'''
;routing
+
:::How many channels were successufully routed.
How many channels are routed in the current time
+
'''routing'''
;total
+
:::How many channels are routed in the current time
How many channels were created, in here are included the current channels and also the channels distroyed
+
'''total'''
;chans
+
:::How many channels were created, in here are included the current channels and also the channels distroyed
How many channels are when the message was emitted.
+
'''chans'''
 +
:::How many channels are when the message was emitted.
  
 
====Parameters for database module:====
 
====Parameters for database module:====
  
;database.
+
'''database.'''
The name of the database.
+
:::The name of the database.
;total.
+
'''total.'''
 
+
:::How many modification where made.
;failed.
+
'''failed.'''
 
+
:::How many queries failed.
;errorred.
+
'''errorred.'''
 
+
:::How many queries had errors.
;hasconn.
+
'''hasconn.'''
 
+
::: Bool for connection status.
;querytime.
+
'''querytime.'''
 +
::: The total time of the queries.

Revision as of 18:06, 18 January 2013

This message is emitted by the modules to announce their modifications.

Parameters

Parameters for module that contains the channels:

routed

How many channels were successufully routed.

routing

How many channels are routed in the current time

total

How many channels were created, in here are included the current channels and also the channels distroyed

chans

How many channels are when the message was emitted.

Parameters for database module:

database.

The name of the database.

total.

How many modification where made.

failed.

How many queries failed.

errorred.

How many queries had errors.

hasconn.

Bool for connection status.

querytime.

The total time of the queries.
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers