[asterisk-users] voicemail
    Ishfaq Malik 
    ish at pack-net.co.uk
       
    Tue Oct 18 10:25:40 CDT 2011
    
    
  
On Tue, 2011-10-18 at 12:26 +0000, salaheddine elharit wrote:
> hello list
> 
>  
> 
> i have configured the voicemail in my server asterisk 1.4 i can use it
> without issue ,i have a question
> 
>  
> 
> i want to receive an email in my address email when there is no
> response from 270 after 10 s
> 
>  
> 
> could you please verify the code below and tell me what is wrong
> 
>  
> 
> thanks and regards
> 
>  
> 
>  
> 
>  
> 
>                                                                                                        
> extensions.conf
> 
> 
> exten => 9999,1,VoiceMailMain(777 at mb_tutorial)
> 
> exten => 270,1,Dial(SIP/270, 10)
> exten => 270,n,VoiceMail(777 at mb_tutorial)
> exten => 270,n,PlayBack(vm-goodbye)
> exten => 270,n,HangUp()
>  
> voicemail.conf
> [mb_tutorial]
> 777 => 1111,270,salah.elharit200 at gmail.com,,|attach=no|review=yes
> --
In 1.4 the delimiter is | so try
exten => 270,1,Dial(SIP/270|10)
-- 
Ishfaq Malik
Software Developer
PackNet Ltd
Office:   0161 660 3062
    
    
More information about the asterisk-users
mailing list