Displaying 3 results from an estimated 3 matches for "voicemailserver".
2009 Dec 07
1
Error : SIP/2.0 401 Unauthorized
Hi Friends,
need to help.
*I have problem about sip : SIP/2.0 401 Unauthorized*
Is it require to nathelper module in kamailio ?
*what can i write kamailio.cfg file when kamailio and Asterisk on same
network?*
Scenario is like as :
-----------------------------
1) kamailio server on 172.18.100.74
kamailio.cfg ( nathelpler module )
-----------------
loadmodule "nathelper.so"
2006 Oct 10
2
Increase VoiceMail Messages Recording Gain - Audio Calls are Ok
Hi all
I'm deploying a VoiceMailserver with Asterisk behind a legacy pbx,
providing Voicemail to email services for Lecagy PBX extensions.
On busy or unanswered calls, Legacy pbx will dial a specific DID (one per
extension) to asterisk, and the call is handled by Voicemail application.
I've several SIP extensions on this Asterisk b...
2007 Apr 24
2
Voicemail on Different Server
...I have thought about just having all voicemail on one server. Is the
best way to do this just through a dial app?
For example, if someone dials 1000 to check voicemail at site A. The
dialplan will be something like this on Site A:
[context-for-phones-at-one-location]
exten => 1000,1,Dial(SIP/voicemailserver/${EXTEN})
Then on Site B where the voicemail is to be stored:
[context-for-incoming-voicemail]
exten => 1000,1,Voicemail(@vmcontext)
exten => o,1,Dial(SIP/siteAserver/receptionistextension
Can anyone think of draw backs to this? One I can think of is I will
have to specify a extension to...