Re: [asterisk-users] Copying menuselect options

2014-08-29 Thread Olivier
Le 15 août 2014 11:52, Rainer Piper rainer.pi...@soho-piper.de a écrit :

 I compile everything and then disable the unwanted modules in
modules.conf like:

 modules.conf:
 ;
 ; Asterisk configuration file
 ;
 ; Module Loader configuration file
 ;

 [modules]
 autoload=yes
 preload = res_odbc.so
 preload = res_config_odbc.so
 ;noload = res_odbc.so
 ;noload = res_config_odbc.so

 noload = pbx_gtkconsole.so
 ;load = pbx_gtkconsole.so
 load = res_musiconhold.so

Did you try autoload=no ?
I once did but gave up because I could find a reliable method to identify
modules I needed to load.

 noload = chan_alsa.so
 noload = chan_oss.so
 noload = chan_console.so
 noload = chan_sccp.so
 noload = chan_skinny.so
 noload = chan_mgcp.so
 noload = pbx_dundi.so
 noload = chan_iax2.so
 noload = chan_unistim.so
 noload = res_corosync.so
 noload = res_xmpp.so
 noload = res_ari.so
 noload = pbx_ael.so
 noload = chan_sip.so
 ;noload = chan_pjsip.so
 noload = res_config_ldap.so
 noload = chan_motif.so
 noload = res_fax.so
 noload = res_fax_spandsp.so
 noload = res_config_mysql.so
 noload = bridge_native_rtp.so
 noload = func_odbc.so

 noload = res_ari_applications.so
 noload = res_ari_bridges.so
 noload = res_ari_device_states.so
 noload = res_ari_events.so
 noload = res_ari_model.so
 noload = res_ari_recordings.so
 noload = res_ari_sounds.so
 noload = res_ari_asterisk.so
 noload = res_ari_channels.so
 noload = res_ari_endpoints.so
 noload = res_ari_mailboxes.so
 noload = res_ari_playbacks.so
 noload = res_ari.so
 noload = cel_custom.so
 noload = cel_manager.so
 noload = cel_odbc.so
 noload = cel_pgsql.so
 noload = cel_radius.so
 noload = cel_sqlite3_custom.so
 noload = cel_tds.so

 noload = cdr_pgsql.so
 noload = res_config_pgsql.so

 noload = app_morsecode.so
 noload = res_phoneprov.so
 noload = app_ices.so
 noload = app_macro.so
 noload = app_festival.so
 noload = app_page.so
 noload = app_alarmreceiver.so


 Am 15.08.2014 um 11:32 schrieb Thorsten Göllner:


 Am 14.08.2014 17:22, schrieb Mitch Claborn:

 Is it possible (and advisable) to copy menuselect options from Asterisk
11 to Asterisk 12?  If so, is menuselect.makeopts the only file to copy?

 I am not sure - but I would'nt do that. Make a hardcopy from your
console and transcribe the settings to your new installation. It yould take
you not more than 10 minutes.



 --
 Rainer Piper
 Integration engineer
 Koeslinstr. 56
 53123 BONN
 GERMANY
 Phone: +49 228 97167161
 P2P: sip:7...@sip.soho-piper.de:5072 (pjsip-test)

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Copying menuselect options

2014-08-15 Thread Thorsten Göllner


Am 14.08.2014 17:22, schrieb Mitch Claborn:
Is it possible (and advisable) to copy menuselect options from 
Asterisk 11 to Asterisk 12?  If so, is menuselect.makeopts the only 
file to copy?


I am not sure - but I would'nt do that. Make a hardcopy from your 
console and transcribe the settings to your new installation. It yould 
take you not more than 10 minutes.


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Copying menuselect options

2014-08-15 Thread Rainer Piper
I compile everything and then disable the unwanted modules in 
modules.conf like:


modules.conf:
;
; Asterisk configuration file
;
; Module Loader configuration file
;

[modules]
autoload=yes
preload = res_odbc.so
preload = res_config_odbc.so
;noload = res_odbc.so
;noload = res_config_odbc.so

noload = pbx_gtkconsole.so
;load = pbx_gtkconsole.so
load = res_musiconhold.so

noload = chan_alsa.so
noload = chan_oss.so
noload = chan_console.so
noload = chan_sccp.so
noload = chan_skinny.so
noload = chan_mgcp.so
noload = pbx_dundi.so
noload = chan_iax2.so
noload = chan_unistim.so
noload = res_corosync.so
noload = res_xmpp.so
noload = res_ari.so
noload = pbx_ael.so
noload = chan_sip.so
;noload = chan_pjsip.so
noload = res_config_ldap.so
noload = chan_motif.so
noload = res_fax.so
noload = res_fax_spandsp.so
noload = res_config_mysql.so
noload = bridge_native_rtp.so
noload = func_odbc.so

noload = res_ari_applications.so
noload = res_ari_bridges.so
noload = res_ari_device_states.so
noload = res_ari_events.so
noload = res_ari_model.so
noload = res_ari_recordings.so
noload = res_ari_sounds.so
noload = res_ari_asterisk.so
noload = res_ari_channels.so
noload = res_ari_endpoints.so
noload = res_ari_mailboxes.so
noload = res_ari_playbacks.so
noload = res_ari.so
noload = cel_custom.so
noload = cel_manager.so
noload = cel_odbc.so
noload = cel_pgsql.so
noload = cel_radius.so
noload = cel_sqlite3_custom.so
noload = cel_tds.so

noload = cdr_pgsql.so
noload = res_config_pgsql.so

noload = app_morsecode.so
noload = res_phoneprov.so
noload = app_ices.so
noload = app_macro.so
noload = app_festival.so
noload = app_page.so
noload = app_alarmreceiver.so


Am 15.08.2014 um 11:32 schrieb Thorsten Göllner:


Am 14.08.2014 17:22, schrieb Mitch Claborn:
Is it possible (and advisable) to copy menuselect options from 
Asterisk 11 to Asterisk 12?  If so, is menuselect.makeopts the only 
file to copy?


I am not sure - but I would'nt do that. Make a hardcopy from your 
console and transcribe the settings to your new installation. It yould 
take you not more than 10 minutes.





--
*Rainer Piper*
Integration engineer
Koeslinstr. 56
53123 BONN
GERMANY
Phone: +49 228 97167161
P2P: sip:7...@sip.soho-piper.de:5072 (pjsip-test)
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Copying menuselect options

2014-08-14 Thread Mitch Claborn
Is it possible (and advisable) to copy menuselect options from Asterisk 
11 to Asterisk 12?  If so, is menuselect.makeopts the only file to copy?


--

Mitch


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users