Standard Messages
From Yate Documentation
(Difference between revisions)
(→Resource subscribe/notify messages) |
(→SIP messages) |
||
Line 144: | Line 144: | ||
== SIP messages== | == SIP messages== | ||
− | + | {|class="yate-table" | |
− | + | |class="yate-header-right"|Messages | |
+ | |- | ||
+ | |class="yate-content-right"| | ||
+ | <div class="bullet"> </div><font class="yate-page-title"> [[SIP Generic Message|sip.<methodname>]]</font><br/> | ||
+ | <div class="yate-page-desc"></div> | ||
+ | <div class="bullet"> </div><font class="yate-page-title"> [[xsip.generate]]</font><br/> | ||
+ | <div class="yate-page-desc"></div> | ||
+ | |} | ||
== Encode or decode protocol specific messages== | == Encode or decode protocol specific messages== |
Revision as of 16:17, 16 January 2013
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.
Engine messages
Messages |
|
Channel messages
Call messages
Messages |
|
User messages
Messages |
|
Resource subscribe/notify messages
Messages |
|
SIP messages
Messages |
|
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
cluster.locate cluster.send
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