asterisk/apps/confbridge
Richard Mudgett 0721b1de83 config: Allow ConfBridge DTMF menus to have '#' as the first digit.
ConfBridge allows custom DTMF menus to be created in the confbridge.conf
file by assigning a DTMF key sequence to a sequence of actions as follows:

DTMF-sequence = action,action...

Unfortunately, the normal config file processing code interprets an
initial '#' character as starting a directive such as #include.

* Add the ability to escape the first non-blank character in a config line
so the '#' character can be used without triggering the directive
processing code.

(closes issue AFS-2)
(closes issue ASTERISK-22478)
Reported by: Nicolas Tanski
Patches:
      jira_asterisk_22478_v11.patch (license #5621) patch uploaded by rmudgett (modified)

Review: https://reviewboard.asterisk.org/r/2969/
........

Merged revisions 402407 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 402416 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@402417 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-11-02 01:15:11 +00:00
..
include app_confbridge: Make the CONFBRIDGE function be able to create dynamic menus 2013-11-01 22:48:14 +00:00
conf_chan_announce.c Restore Dial, Queue, and FollowMe 'I' option support. 2013-09-13 22:19:23 +00:00
conf_chan_record.c Hide the Surrogate channels from external consumers; kill Masquerade events 2013-08-08 14:13:05 +00:00
conf_config_parser.c config: Allow ConfBridge DTMF menus to have '#' as the first digit. 2013-11-02 01:15:11 +00:00
conf_state.c confbridge: Rename items for clarity and consistency. 2013-03-09 00:21:46 +00:00
conf_state_empty.c confbridge: Rename items for clarity and consistency. 2013-03-09 00:21:46 +00:00
conf_state_inactive.c confbridge: Rename items for clarity and consistency. 2013-03-09 00:21:46 +00:00
conf_state_multi.c confbridge: Rename items for clarity and consistency. 2013-03-09 00:21:46 +00:00
conf_state_multi_marked.c Confbridge: empty conference not being torn down 2013-09-17 14:58:22 +00:00
conf_state_single.c confbridge: Rename items for clarity and consistency. 2013-03-09 00:21:46 +00:00
conf_state_single_marked.c confbridge: Rename items for clarity and consistency. 2013-03-09 00:21:46 +00:00
confbridge_manager.c Multiple revisions 399887,400138,400178,400180-400181 2013-09-30 18:55:27 +00:00