[Asterisk-Users] external access to voicemail?

2005-04-08 Thread Mick Hastings
Hi all, I currently have a setup where my users dial in to a dedicated DID that sends them to VoiceMailMain(). this works fine except for the fact that nobody can remember the number! (they already have to remember the main number, their personal number, fax number and mobile number) What I

RE: [Asterisk-Users] External access to voicemail

2004-04-09 Thread Joe Dennick
] Subject: RE: [Asterisk-Users] External access to voicemail Instead of using playback for your vm sounds try the Background command. This command allows interruption by hitting a key. Keith _ From: [EMAIL PROTECTED] on behalf of Steven Kokinos Sent: Thu 4/8/2004 02:41 PM To: [EMAIL

[Asterisk-Users] Re: [Asterisk-Users]: External access to voicemail

2004-04-09 Thread Brian Buhrow
Hello steve. Here is a patch I wrote for app_voicemail.c which does exactly as you describe. When the outgoing message is playing, if the listener hits the * key, they're prompted for a mailbox and password, whereupon they can check their voicemail as if they were using the internal

[Asterisk-Users] External access to voicemail

2004-04-08 Thread Steven Kokinos
in my setup i have several users with DID lines coming in from various sip/iax providers. within our old phone system, a user could call their own DID line, then hit the * key when they hear their voicemail greeting and be prompted for their password. is there any way this could be

RE: [Asterisk-Users] External access to voicemail

2004-04-08 Thread Keith D'Atrio
] External access to voicemail in my setup i have several users with DID lines coming in from various sip/iax providers. within our old phone system, a user could call their own DID line, then hit the * key when they hear their voicemail greeting and be prompted for their password. is there any

Re: [Asterisk-Users] External access to voicemail

2004-04-08 Thread William Suffill
in the context of the incoming DID assuming their Caller ID is equal to the mailbox for their voicemail aka DID # exten * = 1,VoicemailMain(${CALLERIDNUM}) You might want to improve this though like so: Add all assigned DIDs to an Asterisk DB On * check if callerid is a valid did u assigned if

Re: [Asterisk-Users] External access to voicemail

2004-04-08 Thread John Todd
At 2:41 PM -0400 on 4/8/04, Steven Kokinos wrote: in my setup i have several users with DID lines coming in from various sip/iax providers. within our old phone system, a user could call their own DID line, then hit the * key when they hear their voicemail greeting and be prompted for their