Alen Salamun
2005-Jan-24 07:57 UTC
[Asterisk-Users] Cisco7905 keeps forwarding to voicemail
Hello All! I have a strange problem with Cisco 7905. It is forwarding unanswered calls to VoiceMail even thought I have setup it not to. My ring timer on cisco 7905 is 60s, and my ForwardToVMDelay is 3000s. This means that call should never be forwarded to VM! This is true if I call from internal number then this happens on asterisk: -- SIP/104-6073 is ringing -- Nobody picked up in 60000 ms -- Executing Busy("SIP/100-865d", "") in new stack == Spawn extension (normal, 104, 2) exited non-zero on 'SIP/100-865d' -- Executing Hangup("SIP/100-865d", "") in new stack == Spawn extension (normal, h, 1) exited non-zero on 'SIP/100-865d' But if I call from External ISDN line this happens: -- SIP/104-19cc is ringing -- Got SIP response 302 "Moved Temporarily" back from 192.168.10.154 -- Now forwarding CAPI[contr3/2347474]/23 to 'Local/850@normal' (thanks to SIP/104-19cc) -- Executing Answer("Local/850@normal-60d0,2", "") in new stack -- Executing Wait("Local/850@normal-60d0,2", "1") in new stack -- Local/850@normal-60d0,1 answered CAPI[contr3/2347474]/23 -- CAPI Answering for MSN 2347474 == Spawn extension (limited, 104, 1) exited non-zero on 'CAPI[contr3/2347474]/23<MASQ>' -- Executing Hangup("CAPI[contr3/2347474]/23<MASQ>", "") in new stack == Spawn extension (limited, h, 1) exited non-zero on 'CAPI[contr3/2347474]/23<MASQ>' -- Executing VoiceMailMain("CAPI[contr3/2347474]/23", "s040684543") in new stack -- Playing 'vm-login' (language 'en') As I understand this Cisco is saying back to Asterisk 302 "Moved Temporarily" and forwards call to 850. This should happen because it configured not to forward! Any ideas? Br, Alen
I also have a 7905 phone, when I had this issue happen. I had to go into the web control panel and to the SIP preferences page and remove the call forward number. Dan On Mon, 24 Jan 2005, Alen Salamun wrote:> Hello All! > > I have a strange problem with Cisco 7905. It is forwarding unanswered calls > to VoiceMail even thought I have setup it not to. > > My ring timer on cisco 7905 is 60s, and my ForwardToVMDelay is 3000s. This > means that call should never be forwarded to VM! > > This is true if I call from internal number then this happens on asterisk: > > -- SIP/104-6073 is ringing > -- Nobody picked up in 60000 ms > -- Executing Busy("SIP/100-865d", "") in new stack > == Spawn extension (normal, 104, 2) exited non-zero on 'SIP/100-865d' > -- Executing Hangup("SIP/100-865d", "") in new stack > == Spawn extension (normal, h, 1) exited non-zero on 'SIP/100-865d' > > But if I call from External ISDN line this happens: > > -- SIP/104-19cc is ringing > -- Got SIP response 302 "Moved Temporarily" back from 192.168.10.154 > -- Now forwarding CAPI[contr3/2347474]/23 to 'Local/850@normal' (thanks to > SIP/104-19cc) > -- Executing Answer("Local/850@normal-60d0,2", "") in new stack > -- Executing Wait("Local/850@normal-60d0,2", "1") in new stack > -- Local/850@normal-60d0,1 answered CAPI[contr3/2347474]/23 > -- CAPI Answering for MSN 2347474 > == Spawn extension (limited, 104, 1) exited non-zero on > 'CAPI[contr3/2347474]/23<MASQ>' > -- Executing Hangup("CAPI[contr3/2347474]/23<MASQ>", "") in new stack > == Spawn extension (limited, h, 1) exited non-zero on > 'CAPI[contr3/2347474]/23<MASQ>' > -- Executing VoiceMailMain("CAPI[contr3/2347474]/23", "s040684543") in new > stack > -- Playing 'vm-login' (language 'en') > > As I understand this Cisco is saying back to Asterisk 302 "Moved Temporarily" > and forwards call to 850. This should happen because it configured not to > forward! > > Any ideas? > > Br, > Alen > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >