search for: default_menu

Displaying 8 results from an estimated 8 matches for "default_menu".

2018 May 23
3
Trying to add MoH to conference bridge
...n only one person is in the conference, they hear moh. My /etc/asterisk/confbridge.conf looks like: ======================================= [general] [default_bridge] type=bridge [default_user] type=user quiet=no announce_join_leave=yes music_on_hold_class=default music_on_hold_when_empty=yes [default_menu] type=menu 0=playback_and_continue(/none) 1=increase_listening_volume 2=toggle_mute 3=increase_talking_volume 4=reset_listening_volume 5=admin_toggle_mute_participants 6=reset_talking_volume 7=decrease_listening_volume 8=admin_toggle_conference_lock 9=decrease_talking_volume *=admin_kick_last \#=pa...
2011 Feb 17
5
[PATCH 0/4] Reduce core size
From: Matt Fleming <matt.fleming at linux.intel.com> These patches are based on the elflink branch. This set of patches is my attempt at moving the command-line interface functionality out of the core and into an ELF module to reduce the size of the core. The most interesting patch is [PATCH 4/4] which moves the cli code out of core/elflink and into com32/elflink/modules. [PATCH 4/4] is
2015 Mar 23
1
Unable to connect to remote asterisk
...le, !!! use the global 'nat' setting and do not set 'nat' per peer/user. !!! (config category='0000FFFF0002' global force_rport='No' peer/user force_rport='Yes') SIP channel loading... No IAX provisioning configuration found, IAX provisioning disabled. Adding default_menu menu to app_confbridge Failed to load configuration file. Module not activated. No mappings found in cel_custom.conf. Not logging CEL to custom CSVs. Failed to load configuration file. *CLI> Asterisk Ready. Another thing, everywhere in doc?s and references I see that I can use ?exit? on CLI. If...
2012 May 04
3
[GIT PULL] elflink fixes
...//"default" command line const char *onerror = NULL; //"onerror" command line +const char *ontimeout = NULL; //"ontimeout" command line /* Empty refstring */ const char *empty_string; @@ -79,6 +80,7 @@ struct menu *root_menu, *start_menu, *hide_menu, *menu_list, *default_menu; int shiftkey = 0; /* Only display menu if shift key pressed */ int hiddenmenu = 0; long long totaltimeout = 0; +unsigned int kbdtimeout = 0; /* Keep track of global default */ static int has_ui = 0; /* DEFAULT only counts if UI is found */ @@ -1081,13 +1083,14 @@ do_include: //dprintf(...
2018 Feb 15
2
Problem with DAHDI
...dahdi.c:17518 build_channels: Unable to register channel '1' [Feb 15 18:43:24] WARNING[3428]: chan_dahdi.c:19041 process_dahdi: Dahdichan '1' failure ignored: ignore_failed_channels. [Feb 15 18:43:28] NOTICE[3428]: confbridge/conf_config_parser.c:2094 verify_default_profiles: Adding default_menu menu to app_confbridge [Feb 15 18:43:28] NOTICE[3428]: cel_tds.c:452 tds_load_module: cel_tds has no global category, nothing to configure. [Feb 15 18:43:28] WARNING[3428]: cel_tds.c:557 load_module: cel_tds module had config problems; declining load [Feb 15 18:43:28] NOTICE[3428]: cel_custom.c:97...
2011 Apr 01
1
[GIT PULL] elflink ldlinux
The following changes since commit 8c576f1fe03e34879921311f46613a35c6530000: Merge remote-tracking branch 'mfleming/for-hpa/elflink/fix-compiler-warnings' into elflink (2011-03-16 12:53:58 -0700) are available in the git repository at: git://git.zytor.com/users/mfleming/syslinux.git for-hpa/elflink/ldlinux Matt Fleming (1): ldlinux: Perform auto-boot if NOESCAPE set in config
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com> This is a series of patches that, * shrink the core by moving things into an ldlinux ELF module * begin wiring up some of the C versions of various functions The core now only contains essential code and loads the ldlinux module to do everything else, like providing a command line interface and loading kernels. The config file parsing
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...Monitor(wav,${abctype}-${abcid_}-${UNIQUEID}); } } &pngnpbx-abc-cbo-user(${cnftmt}); CONFBRIDGE(bridge,max_members)=20; // Dynamic menu change requires first choosing template. // TODO: file a bug report because no template = crash CONFBRIDGE(menu,template)=default_menu; //CONFBRIDGE(menu,clear)=hmm; Set(CONFBRIDGE(menu,*)=dialplan_exec(pngnpbx-abc-hola-gps,${abcid_},1)); // HERE! Set(CONFBRIDGE(menu,0)=playback_and_continue(${saymenu})); // Operator Set(CONFBRIDGE(menu,1)=no_op); // (blank) Set(CONFBRIDGE(menu,2)=dialplan_exec(pngnpbx-abc-hola...