Module: sip-router Branch: master Commit: 98b4fd46fa5fb42422346793cad5406220f3992e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=98b4fd46...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: Thu Dec 20 20:28:34 2012 +0100
avp Minor README xml file changes
---
modules/avp/README | 28 ++++++++++++++++++++ modules/avp/doc/avp.xml | 4 +- .../avp/doc/{functions.xml => avp_functions.xml} | 0 modules/avp/doc/{params.xml => avp_params.xml} | 0 4 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/modules/avp/README b/modules/avp/README index 45a84ba..3f83d64 100644 --- a/modules/avp/README +++ b/modules/avp/README @@ -43,6 +43,32 @@ Michal Matyska
2. Functions
+ 2.1. set_iattr(attribute,value) + 2.2. flags2attr("$avp") + 2.3. set_sattr(attribute,value) + 2.4. print_attr($attribute) + 2.5. attr2uri($attribute[,uri-part]) + 2.6. attr_exists(attribute) + 2.7. attr_equals(attribute, value) + 2.8. attr_equals_xl(attribute, xl_format) + 2.9. dump_attrs() + 2.10. xlset_attr($attribute, xl_format) + 2.11. xlfix_attr($attribute) + 2.12. insert_attr_hf(name) + 2.13. insert_attr_hf(header_name, $avp_name) + 2.14. append_attr_hf(name) + 2.15. append_attr_hf(header_name, $avp_name) + 2.16. replace_attr_hf(name) + 2.17. replace_attr_hf(header_name, $avp_name) + 2.18. attr_to_reply(name) + 2.19. attr_to_reply(header_name, $avp_name) + 2.20. attr_destination($avp_name) + 2.21. xlset_destination(xl_format) + 2.22. subst_attr($avp_name, subst_re) + 2.23. del_attr($avp_name) + 2.24. hdr_body2attrs(headername, prefix) + 2.25. hdr_body2attrs2(headername, prefix) + 2.1. set_iattr(attribute,value)
Create an AVP of type integer. @@ -425,6 +451,8 @@ if (method=="BYE") {
3. Parameters
+ 3.1. xlbuf_size (integer) + 3.1. xlbuf_size (integer)
Defines size of internal buffer for all xprint formatting calls. If you diff --git a/modules/avp/doc/avp.xml b/modules/avp/doc/avp.xml index 661605a..4887335 100644 --- a/modules/avp/doc/avp.xml +++ b/modules/avp/doc/avp.xml @@ -46,7 +46,7 @@ </para> </section>
- <xi:include href="functions.xml"/> - <xi:include href="params.xml"/> + <xi:include href="avp_functions.xml"/> + <xi:include href="avp_params.xml"/>
</book> diff --git a/modules/avp/doc/functions.xml b/modules/avp/doc/avp_functions.xml similarity index 100% rename from modules/avp/doc/functions.xml rename to modules/avp/doc/avp_functions.xml diff --git a/modules/avp/doc/params.xml b/modules/avp/doc/avp_params.xml similarity index 100% rename from modules/avp/doc/params.xml rename to modules/avp/doc/avp_params.xml