When I call my internal extension the phone rings only once and goes to voicemail. It suppose to ring for 30sec. before calls transfer to voicemail; -- Executing [315 at internal:1] Dial("SIP/11-00780380", "SIP/218|20|rw") in new stack -- Called 218 -- SIP/218-00786910 is ringing -- Nobody picked up in 20000 ms -- Executing [315 at internal:2] VoiceMail("SIP/11-00780380", "11") in new stack -- <SIP/11-00780380> Playing 'vm-intro' (language 'en') == Spawn extension (internal, 315, 2) exited non-zero on 'SIP/11-00780380' Does anybody knows why is it doing it? I'm using Asterisk 1.4.22.1 -- Joseph
On 06/20/09 21:49, Joseph wrote:>When I call my internal extension the phone rings only once and goes to voicemail. >It suppose to ring for 30sec. before calls transfer to voicemail; > > -- Executing [315 at internal:1] Dial("SIP/11-00780380", "SIP/218|20|rw") in new stack > -- Called 218 > -- SIP/218-00786910 is ringing > -- Nobody picked up in 20000 ms > -- Executing [315 at internal:2] VoiceMail("SIP/11-00780380", "11") in new stack > -- <SIP/11-00780380> Playing 'vm-intro' (language 'en') > == Spawn extension (internal, 315, 2) exited non-zero on 'SIP/11-00780380' > >Does anybody knows why is it doing it? >I'm using Asterisk 1.4.22.1I forgot to mention that this is happening only when I try to dial locally between some extensions when I come from PSTN line and dial the same extension the phones are ringing OK for 30sec. -- Joseph
On Sat, Jun 20, 2009 at 09:49:05PM -0600, Joseph wrote:> When I call my internal extension the phone rings only once and goes to voicemail. > It suppose to ring for 30sec. before calls transfer to voicemail; > > -- Executing [315 at internal:1] Dial("SIP/11-00780380", "SIP/218|20|rw") in new stack > -- Called 218 > -- SIP/218-00786910 is ringing > -- Nobody picked up in 20000 ms > -- Executing [315 at internal:2] VoiceMail("SIP/11-00780380", "11") in new stack > -- <SIP/11-00780380> Playing 'vm-intro' (language 'en') > == Spawn extension (internal, 315, 2) exited non-zero on 'SIP/11-00780380' > > Does anybody knows why is it doing it?You asked Asterisk to be verbose. Strangely enough Asterisk decided to tell you all sorts of non-interesting details. E.g. in your dialplan you gave a timeout of 20 seconds for that dial command. The phone rang but nobody answered that call within those 20 seconds. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
On Sun, Jun 21, 2009 at 11:28 AM, Joseph <syscon780 at gmail.com> wrote:> On 06/21/09 11:05, Steve Totaro wrote: > > [snip] > >When watching the CLI does it take 20 seconds before the "Nobody Picked > up" > >line to appear? > > > >If so, I suspect the problem is with the phone, maybe a feature like > >forwarding or DND. > > > > No, it does not wait 20sec. after the first ring it goes directly to > voicemail (so a second or two). > The strange part is that when I call the same extensions from PSTN line it > rings 20 sec. so about 3 or 4 rings; it only happens when I try to call > internally > from one extension to another. > The extensions that are only effected are on one Sipura unit (two > extensions) other sipura units ring just fine. So one might think that the > Sipura unit is > defective but it rings OK when call comes from PSTN line (another sipura > unit). > > -- > Joseph >Still strange that Asterisk would report that there was no answer in the designated amount of time. Check the firmware versions. Maybe an upgrade or factory reset might fix it. If not. I would switch phone configs with a working one and see if it still does the same thing. -- Thanks, Steve Totaro +18887771888 (Toll Free) +12409381212 (Cell) +12024369784 (Skype) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090621/cadde7da/attachment.htm
On Sun, Jun 21, 2009 at 09:28:21AM -0600, Joseph wrote:> No, it does not wait 20sec. after the first ring it goes directly to > voicemail (so a second or two). > The strange part is that when I call the same extensions from PSTN > line it rings 20 sec. so about 3 or 4 rings; it only happens when I > try to call internally from one extension to another.If you need more data, how about sip debug? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir