Module: sip-router Branch: master Commit: fc07c55d2c7f549feeb0eb7cb4f98a1180614dda URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fc07c55d...
Author: Alex Balashov abalashov@evaristesys.com Committer: Alex Balashov abalashov@evaristesys.com Date: Wed Oct 6 03:15:26 2010 -0400
One more fix to xhttp documentation.
---
modules/xhttp/README | 5 +++-- modules/xhttp/doc/xhttp_admin.xml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/modules/xhttp/README b/modules/xhttp/README index 0133f15..9619be5 100644 --- a/modules/xhttp/README +++ b/modules/xhttp/README @@ -66,8 +66,9 @@ Chapter 1. Admin Guide
The xmlrpc module uses the same concept. xHTTP module offers a generic HTTP handling way, by calling event_route[xhttp:request] in your - config. You can check the HTTP URI via config variable $hu. Note that - $ru will raise errors since URO is not valid for SIP. + config. You can check the HTTP URL via config variable $hu. Note that + use of $ru will raise errors since the structure of an HTTP URL is not + compatible with that of a SIP URI.
2. Dependencies
diff --git a/modules/xhttp/doc/xhttp_admin.xml b/modules/xhttp/doc/xhttp_admin.xml index ee735ca..44f7ef0 100644 --- a/modules/xhttp/doc/xhttp_admin.xml +++ b/modules/xhttp/doc/xhttp_admin.xml @@ -24,8 +24,9 @@ <para> The xmlrpc module uses the same concept. xHTTP module offers a generic HTTP handling way, by calling event_route[xhttp:request] - in your config. You can check the HTTP URI via config variable - $hu. Note that $ru will raise errors since URO is not valid for SIP. + in your config. You can check the HTTP URL via config variable + $hu. Note that use of $ru will raise errors since the structure + of an HTTP URL is not compatible with that of a SIP URI. </para> </section> <section>