[asterisk-users] VoiceMail greetings
Jonathan Thurman
jthurman42 at gmail.com
Sat Nov 28 21:48:46 CST 2009
On Sat, Nov 28, 2009 at 7:34 PM, matthieu Nicaise
<technique at thinkrosystem.com> wrote:
> I made an error in my first mail, i'm calling voicemail in extensions.conf
> this way :
> exten => _*.,1,Dial(SIP/${EXTEN:0},60)
> exten => _*.,n,VoiceMail(${EXTEN:0},u)
> exten => _*.,n,Playback(ss-noservice)
You don't need the ":0", but that shouldn't cause any issues.
>> [Nov 29 03:38:13] WARNING[24635]: app_dial.c:1528 dial_exec_full: Unable
>> to create channel of type 'SIP' (cause 20 - Unknown)
>> == Everyone is busy/congested at this time (1:0/0/1)
>> -- Executing [*11 at local:2] VoiceMail("SIP/*15-0849a370", "*11") in new stack
That last line should look like (from my 1.6.1.1 system):
-- Executing [*11 at local:2] VoiceMail("SIP/*15-0849a370", "*11","u")
in new stack
Did you reload the dialplan after the change?
-Jonathan
More information about the asterisk-users
mailing list