<div>thanks a million,</div>
<div>got the same issue on cisco 7912 and thanks your posts it's fixed!</div>
<div>jl<br><br> </div>
<div><span class="gmail_quote">2005/1/24, Oswaldo Arratia <<a href="mailto:oarratia@workersequity.net">oarratia@workersequity.net</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Yes, I raised both values. I have ForwardToVMDelay:120 and<br>SigTimer:0x03C00064 so the phone itself does not send the caller to VM, and
<br>I take care of the voicemail timer at Asterisk level (extensions.conf).<br><br>Hope that helps.<br><br>O.A.<br><br>-----Original Message-----<br>From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com
</a><br>[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Alen Salamun<br>Sent: Monday, January 24, 2005 3:42 PM<br>To: Asterisk Users Mailing List - Non-Commercial Discussion
<br>Subject: Re: [Asterisk-Users] Cisco7905 keeps forwarding to voicemail<br><br>Hi,<br><br>I thought it might be something with that. So I assume you left the default<br>value ForwardToVMDelay=20s and since you raised the No Answer Timeout to 60s
<br>this does not happen. Right?<br><br>BR,<br>Alen<br><br>Oswaldo Arratia wrote:<br><br>>Hi,<br>>I had the same problem and I fixed it by modifying the SigTimer. I<br>>made it<br>>SigTimer:0x03C00064 in the phone's configuration file.
<br>><br>>What happens is that ForwardToVMDelay value has no effect if<br>>VoiceMailNumber is not provisioned OR the value is 0 or greater than<br>>the ring timeout value (see SigTimer bits 14-19).<br>><br>
> Parameter: SigTimer<br>>#<br>># Type: Bitmap value<br>>#<br>># Description: Timeout values to start/stop the following signalling<br>>events #<br>># Options: Bit Values<br>># -----
<br>>--------------------------------------------------------<br>># 0-7 CALL WAITING PERIOD<br>># Period between each burst of call waiting tone<br>>#<br>># Range: 0 - 255
<br>># Factor: 0.1 second<br>># Note: 0 defaults to 100 (or 10 sec)<br>># Default: 100 (0x64 = 10 sec)<br>>#<br>># 8-13 RESERVED. Must be set to 0.
<br>>#<br>># 14-19 RING TIMEOUT<br>># Timeout in ringing the phone after which the<br>incoming<br>># call is rejected<br>>#<br>># Range: 0 - 63
<br>># Factor: 10 seconds<br>># Note: 0 means ring never times out<br>># Default: 6 (60 sec)<br>>#<br>># 20-25 NO ANSWER TIMEOUT
<br>># Time to declare no answer and initiate call<br>>forwarding<br>># on no answer<br>>#<br>># Range: 0 - 63<br>># Factor: 1 second
<br>># Default: 20 (0x14 = 20 sec)<br>>#<br>># 26-27 RESERVED. Must be set to 0.<br>>#<br>># 28-29 FIRST KEY REPEAT INTERVAL<br>># The minimum time required initially for the Volume
<br>or<br>># Navigation key to be pressed before the highlight<br>bar<br>># begins to move automatically.<br>>#<br>># Range: 0 to 3<br>># Default: 0 (1 second)
<br>>#<br>># 0 = 1 sec 1 = Disable Key Repeat<br>># 2 = 2 sec 3 = 3 sec<br>>#<br>># 30-31 SUBSEQUENT KEY REPEAT INTERVAL<br>
># The minimum time required subsequently for Volume or<br>># Navigation key to be pressed to keep the highlight<br>>bar<br>># moving automatically.
<br>>#<br>># Range: 0 to 3<br>># Default: 0 (0.25 second)<br>>#<br>># 0 = 0.25 sec 1 = 0.5 sec<br>># 2 =
0.75 sec 3 = 1 sec<br>><br>><br>>Again, I made it SigTimer:0x03C00064 and it's working great.<br>><br>>-----Original Message-----<br>>From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com
</a><br>>[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Dan Adams<br>>Sent: Monday, January 24, 2005 12:43 PM<br>>To: Asterisk Users Mailing List - Non-Commercial Discussion
<br>>Subject: Re: [Asterisk-Users] Cisco7905 keeps forwarding to voicemail<br>><br>>I also have a 7905 phone, when I had this issue happen. I had to go<br>>into the web control panel and to the SIP preferences page and remove
<br>>the call forward number.<br>><br>>Dan<br>><br>>On Mon, 24 Jan 2005, Alen Salamun wrote:<br>><br>><br>><br>>>Hello All!<br>>><br>>>I have a strange problem with Cisco 7905. It is forwarding unanswered
<br>>>calls to VoiceMail even thought I have setup it not to.<br>>><br>>>My ring timer on cisco 7905 is 60s, and my ForwardToVMDelay is 3000s.<br>>>This means that call should never be forwarded to VM!
<br>>><br>>>This is true if I call from internal number then this happens on asterisk:<br>>><br>>> -- SIP/104-6073 is ringing<br>>> -- Nobody picked up in 60000 ms<br>>> -- Executing Busy("SIP/100-865d", "") in new stack == Spawn
<br>>>extension (normal, 104, 2) exited non-zero on 'SIP/100-865d'<br>>> -- Executing Hangup("SIP/100-865d", "") in new stack == Spawn<br>>>extension (normal, h, 1) exited non-zero on 'SIP/100-865d'
<br>>><br>>>But if I call from External ISDN line this happens:<br>>><br>>> -- SIP/104-19cc is ringing<br>>> -- Got SIP response 302 "Moved Temporarily" back from <a href="http://192.168.10.154">
192.168.10.154</a><br>>> -- Now forwarding CAPI[contr3/2347474]/23 to 'Local/850@normal'<br>>>(thanks to<br>>>SIP/104-19cc)<br>>> -- Executing Answer("Local/850@normal-60d0,2", "") in new stack
<br>>> -- Executing Wait("Local/850@normal-60d0,2", "1") in new stack<br>>> -- Local/850@normal-60d0,1 answered CAPI[contr3/2347474]/23<br>>> -- CAPI Answering for MSN 2347474<br>>>== Spawn extension (limited, 104, 1) exited non-zero on
<br>>>'CAPI[contr3/2347474]/23<MASQ>'<br>>> -- Executing Hangup("CAPI[contr3/2347474]/23<MASQ>", "") in new<br>>>stack == Spawn extension (limited, h, 1) exited non-zero on
<br>>>'CAPI[contr3/2347474]/23<MASQ>'<br>>> -- Executing VoiceMailMain("CAPI[contr3/2347474]/23", "s040684543")<br>>>in new stack<br>>> -- Playing 'vm-login' (language 'en')
<br>>><br>>>As I understand this Cisco is saying back to Asterisk 302 "Moved<br>>><br>>><br>>Temporarily"<br>><br>><br>>>and forwards call to 850. This should happen because it configured not
<br>>>to forward!<br>>><br>>>Any ideas?<br>>><br>>>Br,<br>>>Alen<br>>>_______________________________________________<br>>>Asterisk-Users mailing list<br>>><a href="mailto:Asterisk-Users@lists.digium.com">
Asterisk-Users@lists.digium.com</a><br>>><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>>>To UNSUBSCRIBE or update options visit:
<br>>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>>><br>>><br>>><br>>_______________________________________________
<br>>Asterisk-Users mailing list<br>><a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br>><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br>>To UNSUBSCRIBE or update options visit:<br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>><br>><br>>_______________________________________________
<br>>Asterisk-Users mailing list<br>><a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br>><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br>>To UNSUBSCRIBE or update options visit:<br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>><br>><br>><br>_______________________________________________
<br>Asterisk-Users mailing list<br><a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br>To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br><br><br>_______________________________________________
<br>Asterisk-Users mailing list<br><a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br>To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>