Standard Messages

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(Miscellaneous messages)
Line 109: Line 109:
 
       [[monitor.query]]
 
       [[monitor.query]]
 
       [[monitor.notify]]
 
       [[monitor.notify]]
 +
 +
 +
'''See also'''
 +
 +
*[[Message Flows]]

Revision as of 17:50, 10 December 2012

Below you will find a list with all standards messages in Yate.

The main component of Yate are messages. Modules are passing around messages between them. This allows us to have a bigger flexibility than functions, mainly because messages in Yate can have an arbitrary number of parameters.

Contents

Engine messages

     engine.start
     engine.stop
     engine.halt
     engine.init
     engine.busy
     engine.help
     engine.command
     engine.status
     engine.timer
     engine.cipher
     module.update

Channel messages

     chan.attach
     chan.connected
     chan.disconnected
     chan.dtmf
     chan.hangup
     chan.masquerade
     chan.notify
     chan.record
     chan.rtp
     chan.startup
     chan.text
     chan.connect
     chan.locate
     chan.control
     chan.replaced
     chan.transfer

Call messages

     call.answered
     call.cdr
     call.drop
     call.execute
     call.progress
     call.ringing
     call.route
     call.preroute
     call.update
     call.conference
     mwi

User messages

     user.account
     user.auth
     user.login
     user.notify
     user.register
     user.unregister
     user.roster
     user.update

Resource subscribe/notify messages

     resource.subscribe
     resource.notify

SIP messages

     sip.<methodname>
     xsip.generate

Encode or decode protocol specific messages

     isup.decode
     isup.encode
     isup.mangle
     sccp.generate

Socket operation messages

     socket.stun
     socket.ssl
     socket.peel
     socket.sctp

Clustering related messages

     cluster.locate
     cluster.send

Instant messaging related messages

     msg.route
     msg.execute
     contact.info

Jabber / XMPP messages

     xmpp.generate
     xmpp.iq
     jabber.iq
     jabber.item

Miscellaneous messages

     database
     monitor.query
     monitor.notify


See also

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers