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 [13479012...@vm:1] NoOp("SIP/n1-00000281", "13479012050") in
new stack
    -- Executing [13479012...@vm:2] VoiceMail("SIP/n1-00000281",
"13479012...@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 [13479012...@vm:1] NoOp("SIP/n1-00000280", "13479012071") in
new stack
    -- Executing [13479012...@vm:2] VoiceMail("SIP/n1-00000280",
"13479012...@default|u") in new stack
    -- Executing [13479012...@vm:3] Playback("SIP/n1-00000280",
"vm-goodbye") in new stack
    -- <SIP/n1-00000280> Playing 'vm-goodbye' (language 'en')
    -- Executing [13479012...@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

[r...@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:1...@default)
exten => 13479012222,3,Playback(vm-goodbye)
exten => 13479012222,4,Hangup()
[r...@localhost asterisk]#


Thanks:
-AEE
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to