Hi, 
<br>
I am new to this group.I searched for my problem in the forum but could not find any solution. So here it goes:
<br>
In my work place we have an asterisk box. Everything works fine except
the fact that when I first call the work phone number from my cell the
auto-attendend works fine but If I hang-up and call the same number
again, the call keeps ringing instead of auto-attendent answering.
<br>
I also watched the sequence of events from the asterisk console. Here is what's hapenning:
<br>

<br>
Starting simple switch on 'Zap/3-1'
<br>
Executing Answer(&quot;Zap/3-1&quot;, &quot;&quot;) in new stack
<br>
 Executing ResponseTimeout(&quot;Zap/3-1&quot;, &quot;10&quot;) in new stack
<br>
 Set Response Timeout to 10
<br>
 Executing BackGround(&quot;Zap/3-1&quot;, &quot;mt-welcome&quot;) in new stack
<br>
<span style="font-weight: bold;">Playing 'mt-welcome' (language 'en')</span>
<br>
Executing Wait(&quot;Zap/3-1&quot;, &quot;1&quot;) in new stack
<br>
Executing Goto(&quot;Zap/3-1&quot;, &quot;incomming|s|3&quot;) in new stack
<br>
 Goto (incomming,s,3)
<br>
 Executing BackGround(&quot;Zap/3-1&quot;, &quot;mt-welcome&quot;) in new stack
<br>
 Playing 'mt-welcome' (language 'en')
<br>
awn extension (incomming, s, 3) exited non-zero on 'Zap/3-1'
<br>
 Executing Hangup(&quot;Zap/3-1&quot;, &quot;&quot;) in new stack
<br>
pawn extension (incomming, h, 1) exited non-zero on 'Zap/3-1'
<br>
 Hungup 'Zap/3-1'
<br>

<br>
I think I try to disconnect around the bold area when the automated message is playing.
<br>
So could you be kind enough to point me to the right direction  to fix this problem?
<br>
Thanx in advance
<br>
Deniz....