Only one user on asterisk will collect all voice mails. I was thinking that I will need to create all the extensions in asterisk so when the user cannot be reached at his phone, then ser will rewrite the request to asterisk keeping the original uri. Is this how to do it ?
Thanks. Samy.
----- Original Message ----- From: "Kannaiyan Natesan" nkans@lycos.co.uk Date: Monday, December 15, 2003 2:41 pm Subject: Re: [Serusers] Using asterisk as a voicemail server with SER
Samy,
That is feasible. You can create a sip user in asterisk and forward the call on busy.
Kannaiyan
----- Original Message ----- From: "Samy Touati" samy@tunix.com To: serusers@lists.iptel.org Sent: Monday, December 15, 2003 7:35 PM Subject: [Serusers] Using asterisk as a voicemail server with SER
Hi,
Can I use asterisk as a voicemail server, where unanswered calls
get
forwarded to asterisk acting as a voicemail server. I like to fact that asterisk voicemail can be accessed through a
phone
(IVR). Is this setup feasable, has anyone tried it ?
Thanks.
Samy.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Samy,
Hope you find this useful. here is the snippet
# ------------------ module loading ----------------------------------
... your other modules here
loadmodule "modules/sl/sl.so" loadmodule "modules/tm/tm.so"
# ----------------- module parameters ---------------
# -- tm params -- # fr_inv_timer sets value for INVITE transactions # fr_timer for all others
modparam("tm", "fr_inv_timer", 15 ) modparam("tm", "fr_timer", 10 )
#-------------------------------------------------------
route{
.........
append_branch("sip:asterisk@asthost:portno"); # tell your asterisk URI here # forward if the call fails t_on_failure("1"); # start forwarding all calls now t_relay();
}
failure_route[1] { log(1,"asterisk voicemail\n"); t_relay(); }
Kannaiyan
----- Original Message ----- From: "Samy Touati" samy@tunix.com To: "Kannaiyan Natesan" nkans@lycos.co.uk Cc: serusers@lists.iptel.org Sent: Monday, December 15, 2003 7:45 PM Subject: Re: [Serusers] Using asterisk as a voicemail server with SER
Only one user on asterisk will collect all voice mails. I was thinking that I will need to create all the extensions in asterisk so when the user cannot be reached at his phone, then ser will rewrite the request to asterisk keeping the original uri. Is this how to do it ?
Thanks. Samy.
----- Original Message ----- From: "Kannaiyan Natesan" nkans@lycos.co.uk Date: Monday, December 15, 2003 2:41 pm Subject: Re: [Serusers] Using asterisk as a voicemail server with SER
Samy,
That is feasible. You can create a sip user in asterisk and forward the call on busy.
Kannaiyan
----- Original Message ----- From: "Samy Touati" samy@tunix.com To: serusers@lists.iptel.org Sent: Monday, December 15, 2003 7:35 PM Subject: [Serusers] Using asterisk as a voicemail server with SER
Hi,
Can I use asterisk as a voicemail server, where unanswered calls
get
forwarded to asterisk acting as a voicemail server. I like to fact that asterisk voicemail can be accessed through a
phone
(IVR). Is this setup feasable, has anyone tried it ?
Thanks.
Samy.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers