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("Zap/3-1", "") in new stack
<br>
Executing ResponseTimeout("Zap/3-1", "10") in new stack
<br>
Set Response Timeout to 10
<br>
Executing BackGround("Zap/3-1", "mt-welcome") in new stack
<br>
<span style="font-weight: bold;">Playing 'mt-welcome' (language 'en')</span>
<br>
Executing Wait("Zap/3-1", "1") in new stack
<br>
Executing Goto("Zap/3-1", "incomming|s|3") in new stack
<br>
Goto (incomming,s,3)
<br>
Executing BackGround("Zap/3-1", "mt-welcome") 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("Zap/3-1", "") 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....