Ticket #2383 (closed Bugs: fixed)

Opened 6 years ago

Last modified 6 years ago

Allow the + character as a valid CallerID Character

Reported by: daroz Assigned to: p_lindheimer
Priority: major Milestone: 2.4
Component: Core Version: 2.3.0
Keywords: callerid invalid + Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

If you attempt to create a trunk with an outbound caller ID that contains a + character the JavaScript? rejects the field. A valid CallerID would look like this:

"CID Text" <+18885551212>

Some providers (Level 3 specifically) require all CallerID strings to include the full country code designation (+1 for the US).

The admin/common/script.js.php file needs to be modified to accept the "+" character in the isCallerIDChar(c) function. This should be a trivial change.

Change History

09/16/07 18:44:51 changed by daroz

(Note the file listed above is for the 2.2 branch, the file in the 2.3 branch is a bit different.)

09/16/07 19:40:10 changed by p_lindheimer

  • status changed from new to closed.
  • confirmation changed from Unreviewed to Confirmed.
  • resolution set to fixed.