Ticket #3486 (new Feature Requests)

Opened 4 years ago

Last modified 4 years ago

Need to accept * in function isCallerIDChar(c)

Reported by: friend Assigned to: p_lindheimer
Priority: minor Milestone: Undetermined
Component: Core - Trunks/Routing Version: 2.5-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

I have a provider that uses an * in the CallerID, like: 123*456 which I need to enter for outgoing calls (and my user-interface does not accept this entry because of the call to isCallerID()).

Please add '(c=="\*")' in function isCallerIDChar(c) in libfreepbx.javascripts.js

Thanks, Marcel.

Change History

01/23/09 11:40:29 changed by friend

The \ is not needed I see, so '(c=="*")' to keep in line with the other code.

01/29/09 09:05:54 changed by friend

I noticed isCallerIDChar(c) is replicated in more files: script.legacy.js So it should be changed there too.

08/24/09 01:35:55 changed by p_lindheimer

  • type changed from Patches to Feature Requests.
  • milestone changed from 2.6 to 2.7.