Any more ideas on my below mail? If a user is registered with SER and leaves a voicemail message with asterisk (by using rewritehostport etc in ser.cfg), then how is the user supposed to listen to the message afterwards? Is there any other way other than the MWI method?? Thnaksm Aisling. ---- Original Message ---- From: ashling.odriscoll@cit.ie To: asterisk-users@lists.digium.com Subject: FW: SER Asterisk Voicemail Date: Thu, 10 Feb 2005 16:45:53 -0000 Hi all, I have SER and Asterisk set up together with ser handling user registrations and asterisk providing voicemail services. When I ring a phone and it doesnt answer after a designated amount of time, the request is forwarded to asterisk, and I can leave a message. Now, this may seem a ridiculous question but how can I listen to my message afterwards? I have read about a solution by Java Rockx using sipsak for sending mwi sip notify messages to the phone but is there a simpler way which I am blindly ignoring?? Thank you in advance, Aisling. -------------------Legal Disclaimer--------------------------------------- The above electronic mail transmission is confidential and intended only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of this message is strictly prohibited. The Institute does not guarantee the security of any information electronically transmitted and is not liable if the information contained in this communication is not a proper and complete record of the message as transmitted by the sender nor for any delay in its receipt.
Steve Blair
2005-Feb-14 11:22 UTC
[Asterisk-Users] Re: [Serusers] FW: SER Asterisk Voicemail
If the message is only sent as an email attachment (delete=yes,attach=yes) then the user must listen to it by playing the attached wav file on their pc. If the message is saved on the Asterisk server then you need to provide "dial-in" access to Asterisk that sends the caller to VoiceMailMain. From there they can access their mailbox and manage messages. _Steve Aisling O'Driscoll wrote:>Any more ideas on my below mail? If a user is registered with SER and >leaves a voicemail message with asterisk (by using rewritehostport >etc in ser.cfg), then how is the user supposed to listen to the >message afterwards? Is there any other way other than the MWI method?? > >Thnaksm >Aisling. > >---- Original Message ---- >From: ashling.odriscoll@cit.ie >To: asterisk-users@lists.digium.com >Subject: FW: SER Asterisk Voicemail >Date: Thu, 10 Feb 2005 16:45:53 -0000 > >Hi all, > >I have SER and Asterisk set up together with ser handling user >registrations and asterisk providing voicemail services. When I ring >a phone and it doesnt answer after a designated amount of time, the >request is forwarded to asterisk, and I can leave a message. > >Now, this may seem a ridiculous question but how can I listen to my >message afterwards? I have read about a solution by Java Rockx using >sipsak for sending mwi sip notify messages to the phone but is there >a simpler way which I am blindly ignoring?? > >Thank you in advance, >Aisling. > > >-------------------Legal Disclaimer--------------------------------------- > >The above electronic mail transmission is confidential and intended only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of this message is strictly prohibited. The Institute does not guarantee the security of any information electronically transmitted and is not liable if the information contained in this communication is not a proper and complete record of the message as transmitted by the sender nor for any delay in its receipt. > >_______________________________________________ >Serusers mailing list >Serusers@iptel.org >http://mail.iptel.org/mailman/listinfo/serusers > >-- ISC Network Engineering The University of Pennsylvania 3401 Walnut Street, Suite 221A Philadelphia, PA 19104 voice: 215-573-8396 215-746-8001 fax: 215-898-9348 sip:blairs@upenn.edu
Aisling O'Driscoll wrote:> Any more ideas on my below mail? If a user is registered with SER and > leaves a voicemail message with asterisk (by using rewritehostport > etc in ser.cfg), then how is the user supposed to listen to the > message afterwards? Is there any other way other than the MWI method??Just forward 800@domain to the Asterisk box. You would also have had to create a voicemail user (but you probably already have this if people are leaving messages). Then, when people send 800 to SER, it sends the call to Asterisk. You create a line exten=>800,1,VoiceMailMain and when they dial it they will be asked for their account number and password. -- Cheers, Matt Riddell _______________________________________________ http://www.sineapps.com/news.php (Daily Asterisk News - html) http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)