corrected email address loading example config error

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@426 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent aee44c98cd
commit 7109ceacc6

@ -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");
};

Loading…
Cancel
Save