Ticket #1718 (closed Feature Requests: fixed)

Opened 5 years ago

Last modified 2 years ago

provide option to use extension's cid on followme

Reported by: itiliti Assigned to: p_lindheimer
Priority: minor Milestone: 2.7
Component: Follow Me Version:
Keywords: Never Override Cc:
Confirmation: Confirmed SVN Revision (if applicable):
Backend Engine: Asterisk 1.2.x Backend Engine Version:

Description

I have SIP trunking and 200 DID's with my provider. I am trying to setup follow me so that if someone calls a DID, and the follow me is enabled, it will use that DID as the CID of the follow me call to a cell phone. So if you are looking at the cell phone, it has a CID of the DID, not of the original CID of the calling party. They won't let us change the CID to numbers that arte not part of our DID range.

If I leave the Trunk CID setup, and enable the "Never Override CallerID" checked. The follow me works fine, but uses the main number that is defined in the trunk, instead of the extensions DID.

Basically, I want a follow me call to ring to my cell phone from my DID so I know that it is a follow me call. If it comes from another DID, then I know it is someone calling me from my office. That way I can decide whether I want to answer it or not.

If I leave the trunk CID cleared, and leave the "Never Override CallerID" enabled. then the follow me tries to set the CID to that of the originating call instead of the DID of the extension they are calling.

I do have the CID setup in the actual extension as well, so if I call my cell phone from my desk phone, it does ring with my DID number. It is only when I do the follow me that it does not work.

If I leave the trunk CID blank, and disable the "Never Override CallerID" then it sets the same information up for the CID as when the check box is enabled, meaning that it tries to make the CID that of the originating caller. I did notice that it will only do the number when activated, and sets the CID when disactivated to the full CID name, and CID number of the originating caller.

if anyone from another desk in my office calls my extension, then it also follows me and set the CID correctly to their DID, and since it is one of the 200 I have from the SIP provider, then it will allow it to go through.

Basically from what I can tell, there is something that is not keeping the CID in the Extension, then trunk order of prevalience when trying to make outbound calls during the follow me.

Change History

06/20/07 13:47:46 changed by p_lindheimer

  • version changed from 2.2.0 to 2.3-branch.

06/26/07 16:27:11 changed by p_lindheimer

  • type changed from Bugs to Feature Requests.
  • summary changed from Never Override CallerID not working to provide option to use extension's cid on followme.

this is a feature request, not bug.

11/13/07 12:57:16 changed by p_lindheimer

  • confirmation set to Confirmed.
  • version deleted.
  • milestone changed from 2.2 to 3.0.

07/15/08 20:57:39 changed by p_lindheimer

  • milestone changed from 2.5 to 3.0.

09/29/09 23:53:50 changed by mickecarlsson

  • milestone changed from 2.6 to 2.7.

01/10/10 13:48:10 changed by p_lindheimer

(In [8577]) add dialplan to set various CIDs on followme re #1718 still needs GUI to set values and is compatible with ARI if we want to add GUI there also

01/10/10 17:39:29 changed by p_lindheimer

(In [8582]) re #1718 adds GUI and needed functionality in core to force CIDs out trunks blocked for foreign CIDS, only serverside validation no js yet so not closing

01/26/10 17:09:35 changed by p_lindheimer

(In [8687]) add validation to CID Value and disable field when selection inconsistent with a value re #1718

01/31/10 00:48:54 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

02/05/10 13:25:02 changed by p_lindheimer

(In [8779]) fixes #4026 use proper grpnum variable, re #1718

02/16/10 23:36:29 changed by p_lindheimer

(In [8839]) closes #4050 add external CID manipulation re #1718 in followme, initial check-in not yet tested