Dear All,
I'm a long-term Asterisk user and have two data centers using Asterisks to send and receive calls. This works great and I service
I needed a capable SIP proxy and following some good reviews of SER I put a copy of SER in my test lab.
Quad T1's<->Asterisk (PBX)<->(LAN<->DMZ)<->SER<->(Firewall)<->(Internet) | Local US Help Desk (Snom 200') This setup works well. I can pass calls from over the internet to the Asterisk PBX via SER using X-Ten Lit.
I have now loaded Ser WEB and like the functionality. I understand to use the accounting, missed calls and voicemail I need to use the sem modules?
I downloaded the sem modules from the cvs repository on belios.de.
I can't really find any documentation on how to integrate voicemail.
At the moment if I don't have one of my users registered with ser and I try to dial them I get 404 error.
I would really appreciate some help;
1. How do I make the system emulate the phone ringing and not just get a 404? 2. How do I send the call to Voicemail after 10 rings if the user is not available?
Warm Regards
Shad Mortazavi ----------------------- Nexus Technical Manager n|m Nexus Management Inc Sydney
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi , 1st have you installed sems on your machine? this is the voicemail server. after that , on your ser.cfg you must check is the user in the voicemail group, and if it is...: if is online (registred), then you can call him, if is offline, redirect to voicemail, if is online and not answer... here it comes the "fr_inv_timer" (Invite Timer) example of this is: modparam("tm", "fr_inv_timer", 30 ) -> after 30 seconds if the user is not answer... it will send Request Time Out (and you can then redirect to the voice machine) :) you can download sems on CVS... look into iptel.org and you will find from where... it's verry good system :) I'm using not just normal voicemail, but IVR system who can be verry helpful for you... P.s Excuse my Bad English :)
On Monday 31 May 2004 10:23, Shad Mortazavi wrote: Dear All,
I'm a long-term Asterisk user and have two data centers using Asterisks to send and receive calls. This works great and I service
I needed a capable SIP proxy and following some good reviews of SER I put a copy of SER in my test lab.
Quad T1's<->Asterisk (PBX)<->(LAN<->DMZ)<->SER<->(Firewall)<->(Internet)
Local US Help Desk (Snom 200')
This setup works well. I can pass calls from over the internet to the Asterisk PBX via SER using X-Ten Lit.
I have now loaded Ser WEB and like the functionality. I understand to use the accounting, missed calls and voicemail I need to use the sem modules?
I downloaded the sem modules from the cvs repository on belios.de.
I can't really find any documentation on how to integrate voicemail.
At the moment if I don't have one of my users registered with ser and I try to dial them I get 404 error.
I would really appreciate some help;
- How do I make the system emulate the phone ringing and not just get a
404? 2. How do I send the call to Voicemail after 10 rings if the user is not available?
Warm Regards
Shad Mortazavi
Nexus Technical Manager n|m Nexus Management Inc Sydney
- --
Regards, Kamen Sharlandjiev System Administrator NetBG Communication Tel: +359 2 962 43 52 +359 2 962 53 93 - -- Public GPG key at: http://pgp.mit.edu pub 1024D/C6347D3D 2003-03-19 Kamen Sharlandjiev (Comment) stone@netbg.com Key fingerprint = D6AA 55BD F0CB FC6B 8C22 A13B 91D1 55C3 C634 7D3D
On 31-05 03:23, Shad Mortazavi wrote:
Dear All,
I'm a long-term Asterisk user and have two data centers using Asterisks to send and receive calls. This works great and I service
I needed a capable SIP proxy and following some good reviews of SER I put a copy of SER in my test lab.
Quad T1's<->Asterisk (PBX)<->(LAN<->DMZ)<->SER<->(Firewall)<->(Internet) | Local US Help Desk (Snom 200') This setup works well. I can pass calls from over the internet to the Asterisk PBX via SER using X-Ten Lit.
I have now loaded Ser WEB and like the functionality. I understand to use the accounting, missed calls and voicemail I need to use the sem modules?
Yes, if you want voicemail then you need sems (it's a standalone application).
I downloaded the sem modules from the cvs repository on belios.de.
I can't really find any documentation on how to integrate voicemail.
Try to search archives of the list, example config files have been posted several times.
At the moment if I don't have one of my users registered with ser and I try to dial them I get 404 error.
I would really appreciate some help;
- How do I make the system emulate the phone ringing and not just get a
404?
The user agents that you try to call must be registered first. If they are not registered then you either get 404 Not Available, or the call can be redirected to voicemail (depends on the configuration of the proxy and preferences of the callee).
- How do I send the call to Voicemail after 10 rings if the user is not
available?
You can't do that, you can redirect to voicemail after some time, but not after 10 rings. Rings are generated locally by the calling user agent.
Jan.