Module: sip-router Branch: master Commit: 84457e881eb9b2796d7507373fc6299941440e39 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=84457e881eb9b2796d7507373fc6299941440e39
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: Mon Mar 17 21:49:05 2014 +0100 registrar: fixed name of pv in docs - -> was used instead of => inside $ucl(...) - reported by Corey Edwards, FS#411 --- modules/registrar/README | 2 +- modules/registrar/doc/registrar_admin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/registrar/README b/modules/registrar/README index 6ce17a7..fe52651 100644 --- a/modules/registrar/README +++ b/modules/registrar/README @@ -964,7 +964,7 @@ reg_free_contacts("callee"); Example 1.35. event_route[usrloc:contact-expired] usage ... event_route[usrloc:contact-expired] { - xlog("expired contact for $ulc(exp->aor)\n"); + xlog("expired contact for $ulc(exp=>aor)\n"); } ... diff --git a/modules/registrar/doc/registrar_admin.xml b/modules/registrar/doc/registrar_admin.xml index 2c0faf5..90d889c 100644 --- a/modules/registrar/doc/registrar_admin.xml +++ b/modules/registrar/doc/registrar_admin.xml @@ -1262,7 +1262,7 @@ reg_free_contacts("callee"); <programlisting format="linespecific"> ... event_route[usrloc:contact-expired] { - xlog("expired contact for $ulc(exp->aor)\n"); + xlog("expired contact for $ulc(exp=>aor)\n"); } ... </programlisting> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
