Module.update
From Yate Documentation
(Difference between revisions)
(→Parameters for database module:) |
|||
(2 intermediate revisions by one user not shown) | |||
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. | ||
+ | '''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. | ||
− | |||
− | + | '''See also''' | |
− | + | * [[chan.attach]] |
Latest revision as of 18:00, 18 January 2013
This message is emitted by the modules to announce their modifications.
[edit] Parameters
[edit] 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.
[edit] 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.
See also