Module.update
From Yate Documentation
(Difference between revisions)
Line 4: | Line 4: | ||
====Parameters for module that contains the channels:==== | ====Parameters for module that contains the channels:==== | ||
− | + | ||
− | How many channels were successufully routed. | + | '''routed''' |
− | + | :::How many channels were successufully routed. | |
− | How many channels are routed in the current time | + | '''routing''' |
− | + | :::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''' |
− | + | :::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.''' | |
− | The name of the 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. |
Revision as of 17: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.