Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
devel:kamailio-integration [2009/05/03 12:34] miconda |
devel:kamailio-integration [2009/07/10 00:27] (current) miconda |
||
---|---|---|---|
Line 31: | Line 31: | ||
During discussions on devel lists, the statistics API is planned for a redesign to avoid performance penalties. | During discussions on devel lists, the statistics API is planned for a redesign to avoid performance penalties. | ||
- | |||
- | |||
===== Test suite ===== | ===== Test suite ===== | ||
- | Not yet included | + | Included |
===== Setup scripts ===== | ===== Setup scripts ===== | ||
Line 90: | Line 88: | ||
| 041 | msilo | | | OK | | | 041 | msilo | | | OK | | ||
| 042 | nathelper | | | OK | | | 042 | nathelper | | | OK | | ||
- | | 043 | nat_traversal | | | | | + | | 043 | nat_traversal | | | OK | |
| 044 | osp | | | OK | | | 044 | osp | | | OK | | ||
| 045 | path | | | OK | | | 045 | path | | | OK | | ||
Line 120: | Line 118: | ||
| 071 | sanity | | | OK | | | 071 | sanity | | | OK | | ||
| 072 | seas | | | | | | 072 | seas | | | | | ||
- | | 073 | siptrace | core | changes in avp access functions from the core | | | + | | 073 | siptrace | core | changes in avp access functions from the core | OK | |
| 074 | siputils | | | OK | | | 074 | siputils | | | OK | | ||
| 075 | sl | | | OK | | | 075 | sl | | | OK | | ||
Line 130: | Line 128: | ||
| 081 | statistics | | | OK | | | 081 | statistics | | | OK | | ||
| 082 | textops | | | OK | | | 082 | textops | | | OK | | ||
- | | 083 | tlsops | | Missing support for server name TLS extension| | + | | 083 | tlsops | | server name TLS extension |
| 084 | tm | | | OK | | | 084 | tm | | | OK | | ||
| 085 | uac | | | OK | | | 085 | uac | | | OK | | ||
- | | 086 | uac_redirect | | | | | + | | 086 | uac_redirect | | | OK | |
| 087 | uri_db | | | OK | | | 087 | uri_db | | | OK | | ||
| 088 | userblacklist | | | OK | | | 088 | userblacklist | | | OK | | ||
Line 149: | Line 147: | ||
The Kamailio (OpenSER) extensions will be integrated in: | The Kamailio (OpenSER) extensions will be integrated in: | ||
- | - TM module (modules/ | + | * TM module (modules/ |
- | - TMX module (module_k/ | + | |
- | - KEX module (modules_k/ | + | |
- | - core | + | * PV module (modules_k/ |
+ | * core | ||
==== Core Extensions ==== | ==== Core Extensions ==== | ||
Line 163: | Line 162: | ||
| issflagset | function | ### | KEX | Test script flag | | | issflagset | function | ### | KEX | Test script flag | | ||
| resetsflag | function | ### | KEX | Reset script flag | | | resetsflag | function | ### | KEX | Reset script flag | | ||
- | | auto_aliases | param | # | - | Control DNS names added to aliases | | + | | auto_aliases | param | # | Core | Control DNS names added to aliases | |
- | | avp_aliases | param | # | - | Set AVP aliases | | + | | avp_aliases | param | # | PV | Set AVP aliases |
+ | | dns_blacklist | param | # | - | Set DNS blacklist | | ||
+ | | drop reply | - | # | - | Drop provisional or final replies in onreply_route | | ||
+ | | drop branch | - | # | - | Drop a branch via branch_route | | ||
+ | | := assignment | - | # | - | Delete all avps with same name before adding a new one | | ||
+ | | error_route | - | # | - | Special route executed on sip parsing error | | ||
==== TM Extensions ==== | ==== TM Extensions ==== | ||
Line 174: | Line 178: | ||
| $T_req | pv | ### | TMX | TM Request PV | | | $T_req | pv | ### | TMX | TM Request PV | | ||
| $T_rpl | pv | ### | TMX | TM Reply PV | | | $T_rpl | pv | ### | TMX | TM Reply PV | | ||
+ | | t_load_contacts | func | ### | TM | | | ||
+ | | t_next_contacts | func | ### | TM | | | ||
+ | | t_relay(proxy, | ||
+ | | local_route | - | # | - | Special route executed when a request generated by TM is sent out | |