Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cookbooks:selects:devel [2009/08/24 12:20] miconda |
cookbooks:selects:devel [2010/03/29 12:06] (current) andrei removed <note>, because it broke page formatting/toc |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Selects ====== | ====== Selects ====== | ||
- | The **select** is READ-ONLY " | + | The **select** is a READ-ONLY " |
+ | |||
+ | Each module can extend the syntax the select framework understands by registering its own select table. Look at the TLS module or db_ops as good samples. | ||
+ | For a more detailed overview check [[ref_manual: | ||
- | Each module can extend the syntax the select framework understands registering it's own select table. Look on TLS module or db_ops as good samples. | ||
===== Select Classes ===== | ===== Select Classes ===== | ||
==== contact ==== | ==== contact ==== | ||
+ | |||
+ | Select handling Contact headers. | ||
==== from ==== | ==== from ==== | ||
+ | |||
+ | Select handling From header | ||
==== msg ==== | ==== msg ==== | ||
+ | |||
+ | Select handling SIP message. | ||
==== ruri ==== | ==== ruri ==== | ||
+ | |||
+ | Select handling R-URI. | ||
Syntax: | Syntax: | ||
Line 24: | Line 34: | ||
==== tls ==== | ==== tls ==== | ||
+ | |||
+ | Select handling TLS environment. | ||
==== to ==== | ==== to ==== | ||
+ | |||
+ | Select handling To header. | ||
==== via ==== | ==== via ==== | ||
+ | |||
+ | Select handling Via header. | ||
Syntax: | Syntax: | ||
Line 50: | Line 66: | ||
==== xmlrpc ==== | ==== xmlrpc ==== | ||
- | ===== Raw List ===== | + | Select handling XMLRPC requests via XMLRPC module. |
+ | |||
+ | ===== Complete Select | ||
+ | |||
+ | |||
+ | **For a list with all the selects defined in the devel version (the master branch) see the auto-generated [[http:// | ||
+ | |||
+ | The list presented on this page is **obsolete**. | ||
+ | |||
+ | |||
This part is auto-generated from ser_objdump CSV output. If you want to add description, | This part is auto-generated from ser_objdump CSV output. If you want to add description, | ||
Line 3697: | Line 3723: | ||
Exported by: xmlrpc | Exported by: xmlrpc | ||
- | |||
- | |||
- | |||
- |