[Asterisk-Users] VM answer call after 20 sec...

Rich Adamson radamson at routers.com
Sun Apr 10 20:04:05 MST 2005


> I can place and receive calls successfull but a call will never go to 
> voicemail and I am stumped. I eventually see a line that says:
> -- Nobody picked up in 20000 ms
> 
> 
> 
> Extensions.conf
> [general]
> 
> static=yes       ; These two lines prevent the command-line interface
> writeprotect=yes ; from overwriting the config file. Leave them here.
> 
> [bogon-calls]
> exten => _.,1,Congestion
> 
> [telasip]
> exten => _NXXNXXXXXX,1,Dial,SIP/${EXTEN}@disverge-gw1
> exten => _NXXNXXXXXX,2,congestion
> exten => i,1,congestion
> exten => t,1,Hangup
> exten => h,1,Hangup
> 
> [telasip-in]
> exten => 8136198456,1,Dial(SIP/8136198456,20)
> 
> [from-sip]
> include => telasip
> 
> ;8133175915
> exten => 8136198456,1,Dial(SIP/8136198456,20)
> exten => 8136198456,2,Voicemail(u8136198456)
> exten => 8136198456,102,Voicemail(b8136198456)
> exten => 8136198456,103,Hangup
> 
> 
> In my voicemail.conf I have all of the standard stuff with the line for 
> this extensions
> 
> 8136198456=>0000,Fred Smith, fsmith at smith.com

Best guess is that you're dealing with a voicemail "context" issue.

Take a look at "show application voicemail". Play around with something
that looks sort of like this:
 exten => 8136198456,1,Dial(SIP/8136198456,20)
 exten => 8136198456,2,Voicemail(u8136198456 at mycontext)
 exten => 8136198456,102,Voicemail(b8136198456 at mycontext)
 exten => 8136198456,103,Hangup

and

 [mycontext]
 8136198456=>0000,Fred Smith, fsmith at smith.com






More information about the asterisk-users mailing list