From 7109ceacc6b0bfb2975f829a357906c83447db16 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 13 Aug 2007 10:46:20 +0000 Subject: [PATCH] corrected email address loading example config error git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@426 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- doc/Configure-Sems-Ser-HOWTO | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/Configure-Sems-Ser-HOWTO b/doc/Configure-Sems-Ser-HOWTO index 4f878df7..a071bdab 100644 --- a/doc/Configure-Sems-Ser-HOWTO +++ b/doc/Configure-Sems-Ser-HOWTO @@ -142,9 +142,10 @@ t_write_unix. }; # no service number, redirect to voicemail. - # do not forget to load AVPs so that voicemail gets the - # callee's email address. - load_avp("ruri","email",0); + # load email address into AVP so that voicemail gets the + # callee's email address. (see below for avpops modparams) + # + avp_db_load( "$ruri", "$email/$email_scheme"); if(!t_write_unix("/tmp/sems_sock","voicemail")) { t_reply("500","error contacting sems"); };