Ticket #5407 (closed Bugs: fixed)

Opened 2 years ago

Last modified 2 years ago

Some Follow-Me Scenarios are setting bogus CONNECTEDLINE() numbers

Reported by: p_lindheimer Assigned to: p_lindheimer
Priority: minor Milestone: 2.10
Component: Core Version: 2.9-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

In some instances, the CONNECTEDLINE() function results in setting bogus information such as FMGL-xyz and FMPR-xyz type information because of the nature of some Follow-Me dialplans that redial into the Local Channel. This can happen with Ring Groups also. There have been incidents of carriers rejecting calls because this information ends up conflicting with proper credentials such as in RPID/PAI fields. Although the root cause of those situations has not been tracked down, this setting is clearly bogus and thus should be addressed.

Change History

10/12/11 14:41:32 changed by p_lindheimer

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

(In [12786]) fixes #5407 don't change CONNECTEDLINE(num) to invalid non-numeric values since all values in FreePBX should be numeric

10/12/11 21:06:33 changed by p_lindheimer

(In [12789]) Merged revisions 12169,12184-12185,12190,12192,12194-12197,12206,12214-12219,12232,12255-12256,12294,12305-12306,12312-12313,12364-12366,12368,12370-12371,12383-12384,12386,12389,12424-12425,12427-12428,12430-12435,12455,12487-12488,12531,12534,12723,12755-12756,12762-12763,12769-12770,12772-12773,12786 via svnmerge from http://www.freepbx.org/v2/svn/modules/branches/2.9 ................

r12786 | p_lindheimer | 2011-10-12 11:41:32 -0700 (Wed, 12 Oct 2011) | 1 line

fixes #5407 don't change CONNECTEDLINE(num) to invalid non-numeric values since all values in FreePBX should be numeric

................