Will look at it closer tomarrow sometime but a ngrep of the sip traffic would tell us if
ser or asterisk giving user not found.
---------------------
Sent with ChatterEmail
True push email for the Treo Smartphone
www.chatteremail.com
-----Original Message-----
From: "Glenn Dalgliesh" <glenn(a)routerboy.com>
Date: Monday, Jun 5, 2006 7:36 pm
Subject: Re: [Users] Openser+Asterisk Voice mail
ok remove the route(1); and replace t_relay(); in the failure_route[2]; section as below
failure_route[2]
{
if(!t_was_cancelled())
{
revert_uri();
rewritehostport("asterisk-ip-voicemail:5090");
append_branch();
#PREVENT SOME CRAZY VOICEMAIL LOOP
xlog("L_INFO", "INFO: CALL TO VOICEMAIL"); setflag(10);
t_relay();
}
----- Original Message ----- From: ram To: Glenn Dalgliesh Cc: users(a)openser.org
Sent: Monday, June 05, 2006 1:11 AM
Subject: Re: [Users] Openser+Asterisk Voice mail
Hi
here is my config
iam able to dial *86, i get voice message that no voice messages
But the call rewriting when the user not available
it should go to asterisks voice mail
ram
[root@sert openser]# more openser.cfg
#
# $Id: openser.cfg,v 1.5 2005/10/28 19:45:33 bogdan_iancu Exp $
#
# simple quick-start config script
#
# ----------- global configuration parameters ------------------------
debug=3 # debug level (cmd line: -dddddddddd)
log_facility=LOG_LOCAL7
fork=yes
log_stderror=no # (cmd line: -E)
/* Uncomment these lines to enter debugging mode
fork=no
log_stderror=yes
*/
check_via=no # (cmd. line: -v)
dns=no # (cmd. line: -r)
rev_dns=no # (cmd. line: -R)
port=5060
children=4
fifo="/tmp/openser_fifo"
# ------------------ module loading ----------------------------------
loadmodule "/usr/local/lib/openser/modules/tm.so"
loadmodule "/usr/local/lib/openser/modules/sl.so"
loadmodule "/usr/local/lib/openser/modules/acc.so"
loadmodule "/usr/local/lib/openser/modules/rr.so" loadmodule
"/usr/local/lib/openser/modules/maxfwd.so"
loadmodule "/usr/local/lib/openser/modules/mysql.so"
loadmodule "/usr/local/lib/openser/modules/usrloc.so"
loadmodule "/usr/local/lib/openser/modules/registrar.so" loadmodule
"/usr/local/lib/openser/modules/auth.so"
loadmodule "/usr/local/lib/openser/modules/auth_db.so"
loadmodule "/usr/local/lib/openser/modules/textops.so"
loadmodule "/usr/local/lib/openser/modules/uri.so" loadmodule
"/usr/local/lib/openser/modules/uri_db.so"
loadmodule "/usr/local/lib/openser/modules/group.so"
loadmodule "/usr/lRe: [Users] Openser+Asterisk Voice mail"Glenn
Dalgliesh" <glenn(a)routerboy.com>To>To: "ram" <talk2ram(a)gmail.com>
Cc: users(a)openser.org