Engine.status
From Yate Documentation
(Difference between revisions)
(Created page with " '''engine.status''' is used now from rmanager to find out the status of the modules. In fact "status" command from rmanager module is sending this message and each module has...") |
Revision as of 16:07, 8 October 2012
engine.status is used now from rmanager to find out the status of the modules. In fact "status" command from rmanager module is sending this message and each module has to fill one line in the returned value.
Example
status (this is the rmanager command) %%+status ( this is filled by rmanger) name=rmanager,type=misc;conn=1 (rmanager himself has to answer to this message) name=engine,type=system,version=0.8.7;plugins=9,inuse=2,threads=5,workers=1,mutexes=13,locks=0 (engine also answer to "engine.status") name=regfile,type=misc;users=2;general=false,claudia=false name=tonegen,type=misc;tones=1,chans=1 (there is one tonegen channel started) name=oss,type=misc;osschan=true (the osschan has just one channel, and is connected to the tonegen channel) name=iaxchan,type=varchans,format=Status|Caller;chans=0; %%-status
This message is used by YateGUI to get informations about the status of each module when is connecting to Yate.