[asterisk-users] Nobody picked up in 20000 ms

Joseph syscon780 at gmail.com
Sun Jun 21 09:59:21 CDT 2009


On 06/21/09 11:31, Tzafrir Cohen wrote:
>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

My dial plan:
exten => 315,1,Dial(${family},20,rw)
exten => 315,2,Voicemail(11)

The phone does not ring for 20sec. after the first ring it goes right into the voicemail. 

-- 
Joseph



More information about the asterisk-users mailing list