Engine.status

From Yate Documentation
Revision as of 18:58, 18 January 2013 by Dana (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.


See also

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers