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@smith.com
Does VM require the ztdummy or zaptel drivers for timing? Will it work without either of them? Thanks Jamie Jamie Fargen wrote:> 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@smith.com > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
> [telasip] > exten => t,1,Hangup > > [from-sip] > include => telasip > > exten => 8136198456,1,Dial(SIP/8136198456,20) > exten => 8136198456,2,Voicemail(u8136198456) > exten => 8136198456,102,Voicemail(b8136198456) > exten => 8136198456,103,HangupI could be wrong, but I think after 20 secs, it goes to the timeout extension which is included in the context. Regardless, posting more than just the last message from the CLI would be helpful. -- Nabeel Jafferali X2 Networks www.x2n.ca T: 1.647.722.6900 ?? 1.877.VOIP.X2N F: 1.866.655.6698
> 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@smith.comBest 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@mycontext) exten => 8136198456,102,Voicemail(b8136198456@mycontext) exten => 8136198456,103,Hangup and [mycontext] 8136198456=>0000,Fred Smith, fsmith@smith.com