[sr-dev] git:master: async module: mention $apv and $xavp in documentation Overview.

Iñaki Baz Castillo ibc at aliax.net
Mon Jun 27 17:10:17 CEST 2011


Module: sip-router
Branch: master
Commit: 42620ff1671b0b36b6ff8ee6e02e33c866522f55
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=42620ff1671b0b36b6ff8ee6e02e33c866522f55

Author: Iñaki Baz Castillo <ibc at aliax.net>
Committer: Iñaki Baz Castillo <ibc at aliax.net>
Date:   Mon Jun 27 17:09:03 2011 +0200

async module: mention $apv and $xavp in documentation Overview.

---

 modules/async/README              |    4 ++--
 modules/async/doc/async_admin.xml |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/async/README b/modules/async/README
index e01da48..a4e5e46 100644
--- a/modules/async/README
+++ b/modules/async/README
@@ -67,8 +67,8 @@ Chapter 1. Admin Guide
    Note that after invoking the an asyncronous operation, the processing
    will continue later, in another application process. Therefore, do not
    rely on variables stored in private memory, used shared memory if you
-   want to get values after the processing is resumend (e.g., $shv(...) of
-   htable $sht(...)).
+   want to get values after the processing is resumend (e.g., $avp(...),
+   $xavp(...), $shv(...), htable $sht(...)).
 
 2. Dependencies
 
diff --git a/modules/async/doc/async_admin.xml b/modules/async/doc/async_admin.xml
index 3fbaeab..71e3283 100644
--- a/modules/async/doc/async_admin.xml
+++ b/modules/async/doc/async_admin.xml
@@ -26,8 +26,8 @@
 		Note that after invoking the an asyncronous operation, the processing
 		will continue later, in another application process. Therefore, do not
 		rely on variables stored in private memory, used shared memory if you
-		want to get values after the processing is resumend (e.g., $shv(...)
-		of htable $sht(...)).
+		want to get values after the processing is resumend (e.g., $avp(...),
+		$xavp(...), $shv(...), htable $sht(...)).
 	</para>
 	</section>
 




More information about the sr-dev mailing list