[asterisk-users] voicemail not working for all extensions in same way

AMARDEEP SINGH yahhodeol at gmail.com
Sat Sep 11 23:41:25 CDT 2010


Hello,

I am in bit confusion as I am not able to find point of trouble.
All extensions are configured same way. All are registered, have same
context, voicemail context.
There are around 112 extensions. So I am giving example of 2 extensions. one
going to voicemail fine and other not.

==================================================================================
CLI output: //WORKING
-- Executing [13479012223 at vm:1] NoOp("SIP/n1-00000281", "13479012050") in
new stack
    -- Executing [13479012223 at vm:2] VoiceMail("SIP/n1-00000281",
"13479012050 at default|u") in new stack
    -- <SIP/n1-00000281> Playing 'vm-theperson' (language 'en')
    -- <SIP/n1-00000281> Playing 'digits/1' (language 'en')
    -- <SIP/n1-00000281> Playing 'digits/9' (language 'en')
    -- <SIP/n1-00000281> Playing 'digits/0' (language 'en

===================================================================================
// Instead of playing 'vm-theperson', plays 'vm-goodbye' and hangsup
 -- Executing [13479012223 at vm:1] NoOp("SIP/n1-00000280", "13479012071") in
new stack
    -- Executing [13479012223 at vm:2] VoiceMail("SIP/n1-00000280",
"13479012071 at default|u") in new stack
    -- Executing [13479012223 at vm:3] Playback("SIP/n1-00000280",
"vm-goodbye") in new stack
    -- <SIP/n1-00000280> Playing 'vm-goodbye' (language 'en')
    -- Executing [13479012223 at vm:4] Hangup("SIP/n1-00000280", "") in new
stack
  == Spawn extension (vm, 13479012223, 4) exited non-zero on
'SIP/n1-00000280'

============================================================================

Here is extensions.conf

[root at localhost asterisk]# cat extensions_custom.conf
[vm]
exten => 13479012223,1,NoOp(${CALLERID(rdnis)})
exten => 13479012223,2,Voicemail(${CALLERID(rdnis)}@default,u)
exten => 13479012223,3,Playback(vm-goodbye)
exten => 13479012223,4,Hangup()

exten => 13479012222,1,NoOp(${CALLERID(all)})
exten => 13479012222,2,VoiceMailMain(s${CALLERID(num):-11:11}@default)
exten => 13479012222,3,Playback(vm-goodbye)
exten => 13479012222,4,Hangup()
[root at localhost asterisk]#


Thanks:
-AEE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100911/02723f79/attachment.htm 


More information about the asterisk-users mailing list