Skip to main content

Handset Forwarding.

Posted by brian on Sat, 11/13/2010

Hello All,

I have a customer who wants to forward calls that arrive in the huntlist that they are a member of to a mobile.

Is there a DIAL option I can add that will allow this or what is the best way to achieve the desired result?

Regards
Brian


Submitted by brian on Sat, 11/13/2010 Permalink

Hi Erik,

I know the caveats. It's a very small office (4 handsets) and sometimes they want to forward all their calls to a mobile. I may do a day/night mode thing for them but I was just wondering was there a way to tell asterisk to do the forwarding even in a ringroup/huntlist.

Thanks for your time.

Regards
Brian

Submitted by eeman on Sat, 11/13/2010 Permalink

use device based groups instead of extension based groups.. then you can remove the 'i' option. As long as your customer understands that he's going to get every single call forwarded to his cell phone if he ever forwards at the device.

Submitted by INTACS on Mon, 12/13/2010 Permalink

Using MTE 6.1.1.5

1. DID routing to Huntlist
2. Huntlist Step1 (Device base ringing sip/105-tenant and sip/102-tenant)
3. No Answer destination set to play invalid extension

I pickup extension 105 and forward to my cell phone.
1. called 105 from another extension and it is forwarding
2. database show and CFA is set to call forward my cell

The Problem:
When I call the DID it still rings the huntlist and ignores the CF settings for SIP/105

Please advise

Submitted by thirdlane on Fri, 12/31/2010 Permalink

hunt lists disable forwarding and other settings specified on the extension level - this is by design. this way a user who forwards their extension to the cell phone won't disable the whole ringgroup in a huntlist step.

if someone wants to include their cell phone in the huntlist they can do so by including it in a ringgroup

In reply to by INTACS

Submitted by moshe on Fri, 03/18/2011 Permalink

Using asterisk 1.6.2.14 and removed option i and still not forwarding is it something related to asterisk version?

or else how do i trouble shoot ?

Submitted by INTACS on Sun, 03/20/2011 Permalink

Moshe, I second that, I really need a work around for forwarding ring groups

Devices Based Hunt Group with option "i" removed does not work

Ideas anyone?

Submitted by eeman on Sun, 03/20/2011 Permalink

I just confirmed it was working, you must be doing it wrong. PEBKAC, Problem Exists Between Keyboard and Chair.

look in your CLI and see if you see the Temporarily Moved message back from the phone.

Submitted by INTACS on Mon, 03/21/2011 Permalink

Nice one Erik.... Unfortunately its does not work, In the CLI your actually see the extension "ringing".

Help this poor soul

Submitted by eeman on Mon, 03/21/2011 Permalink

if you don't see this message then asterisk is not getting your forward from the phone..

Got SIP response 302 "Moved Temporarily" back from 192.168.10.24 (ip address of phone)

Submitted by moshe on Wed, 03/23/2011 Permalink

hi erik

just to clarify this does not work while forwarding an extension using the user portal or a feature code only when it is done trough the device?

Submitted by eeman on Thu, 03/24/2011 Permalink

If I understand your question correctly, no. The dialplan method of forwarding is bypassed in every facet of hunt lists. The forward feature of a phone device uses a 302 Moved Temporarily method.