<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hello.</FONT></DIV>
<DIV>I have upgraded to version 0.8.14. I found there is no vm modules in new 
version and the function t_write_req() in tm module is same as vm() in vm 
module. So in my ser.cfg I write:</DIV>
<DIV><BR><FONT size=2>&nbsp;if( is_user_in("Request-URI", 
"voicemail")){<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; log(1, "yes,incoming voicemail 
call\n");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
if(!t_write_req("/tmp/am_fifo","voicemail")){<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
log("could not contact voicemail 
server\n");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
t_reply("500","could not contact voicemail 
server");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
};<BR>&nbsp;&nbsp;&nbsp; }</FONT></DIV>
<DIV><FONT size=2>But in sems , the debug information as the 
following,<BR>(16824) DEBUG: execute (AmServer.cpp:240): cmd.method= 
&lt;INVITE&gt;<BR>(16824) DEBUG: execute (AmServer.cpp:241): cmd.user= 
&lt;zhangwei&gt;<BR>(16824) DEBUG: execute (AmServer.cpp:242): <FONT 
color=#ff0000>cmd.email= &lt;&gt;</FONT></FONT></DIV>
<DIV><FONT size=2>.....</FONT></DIV>
<DIV><FONT size=2>(16824) ERROR: startSession (AmSession.cpp:456): <FONT 
color=#ff0000>404 voicemail: no email address for user 
&lt;zhangwei&gt;</FONT></FONT></DIV>
<DIV><FONT color=#ff0000></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Where am i wrong? Do I forget set some 
parameters?</FONT></DIV>
<DIV><FONT size=2>Thanks for your help!</DIV>
<DIV><BR><BR></DIV></FONT></BODY></HTML>