search for: noload

Displaying 20 results from an estimated 297 matches for "noload".

2005 May 10
3
MGCP : chan_mgcp.c:1509 find_subchannel
...not respond to the ATA188. This certainly looks like a configuration problem, but I just can't seem to find exactly what is wrong. If someone has experienced the same problem or know what is wrong then I would really appreciate your help. Thanks, JF Modules.conf : [modules] autoload=yes noload => pbx_gtkconsole.so noload => pbx_kdeconsole.so noload => app_intercom.so noload => chan_modem.so noload => chan_modem_aopen.so noload => chan_modem_bestdata.so noload => chan_modem_i4l.so ;noload => res_musiconhold.so noload => app_festival.so noload => app_url.so...
2018 Feb 08
2
LLD: targeting cygwin
...recated, don't use it */ PROVIDE (end = .); PROVIDE ( _end = .); __end__ = .; } .rsrc BLOCK(__section_alignment__) : SUBALIGN(4) { KEEP (*(.rsrc)) KEEP (*(.rsrc$*)) } .reloc BLOCK(__section_alignment__) : { *(.reloc) } .stab BLOCK(__section_alignment__) (NOLOAD) : { *(.stab) } .stabstr BLOCK(__section_alignment__) (NOLOAD) : { *(.stabstr) } /* DWARF debug sections. Symbols in the DWARF debugging sections are relative to the beginning of the section. Unlike other targets that fake this by putting the section VMA at 0, th...
2018 Feb 09
0
LLD: targeting cygwin
...IDE ( _end = .); > __end__ = .; > } > .rsrc BLOCK(__section_alignment__) : SUBALIGN(4) > { > KEEP (*(.rsrc)) > KEEP (*(.rsrc$*)) > } > .reloc BLOCK(__section_alignment__) : > { > *(.reloc) > } > .stab BLOCK(__section_alignment__) (NOLOAD) : > { > *(.stab) > } > .stabstr BLOCK(__section_alignment__) (NOLOAD) : > { > *(.stabstr) > } > /* DWARF debug sections. > Symbols in the DWARF debugging sections are relative to the beginning > of the section. Unlike other targets that...
2018 Feb 07
0
LLD: targeting cygwin
COFF lld doesn't support the linker script at the moment, and I'm sad to say that it is very unlikely to support that in the future. Linker script support is so huge that I can't imagine we really want it for COFF. GNU BFD linker supports it because the linker is built as an interpreter for the built-in linker script (and that's one of the reasons why GNU linker is by far more
2018 Feb 07
2
LLD: targeting cygwin
Hello, I have a user who is trying to get LLD to link for the cygwin target: https://github.com/zig-lang/zig/issues/751 Currently the issue they are running into is needing to define a linker script, but the COFF driver (or MinGW driver) does not have support for that. Is there documentation or advice for how to use LLD to link for cygwin? As a starting point, which driver to use? Regards,
2016 Aug 16
2
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
...tsville, AL 35806 - US > Check us out at: www.digium.com <http://www.digium.com/> & > www.asterisk.org <http://www.asterisk.org/> Hello how can I disable all modules related to pjsip in modules.conf ?? I have now : [modules] autoload=yes preload => res_config_mysql.so noload => pbx_gtkconsole.so noload => res_pjsip.so noload => res_pjsip_pubsub.so noload => res_pjsip_session.so noload => chan_pjsip.so noload => res_pjsip_exten_state.so noload => res_pjsip_log_forwarder.so load => res_musiconhold.so noload => chan_alsa.so noload => chan_oss...
2009 Nov 25
0
asterisk + res_config_ldap = asterisk.core
...ward defaultuser = AstAccountDefaultUser regserver = AstAccountRegistrationServer lastms = AstAccountLastQualifyMilliseconds additionalFilter = (objectClass=AsteriskSIPUser) -------------------------------------------------------- modules.conf: [modules] autoload=yes preload => func_strings.so noload => pbx_gtkconsole.so load => res_musiconhold.so noload => chan_alsa.so noload => chan_oss.so noload => chan_console.so noload => chan_ooh323.so noload => chan_skinny.so noload => chan_h323.so noload => cdr_odbc.so noload => res_config_sqlite.so noload => res_config_...
2005 Sep 02
1
No application 'AgentsLogin'
...ntsLogin' for extension (from-internal, 28, 1) while chan_agent.so is beeing loaded i still don't seem to have access to the commands like agentlogin or agentcallbacklogin. my agents.conf and queues.conf are configured correctly imho. my modules.conf contains this: [modules] autoload=yes noload => app_intercom.so noload => cdr_pgsql.so noload => chan_mgcp.so ;noload => chan_agent.so noload => chan_skinny.so noload => chan_oss.so noload => chan_modem_bestdata.so noload => chan_modem_i4l.so noload => chan_phone.so noload => chan_modem_aopen.so noload => chan...
2003 Apr 18
1
ext3 "noload" option to mount returning error in 2.4.9&2.4.18 ser ies kernel
I have an ext3 filesystem that I want to mount without loading the journal. I tried the "noload" option with both 2.4.9 and 2.4.18 series kernels and get the errors listed below. [root@host]# mount -t ext3 -o noload /dev/sdf1 /mnt mount: wrong fs type, bad option, bad superblock on /dev/sdf1, or too many mounted file systems /var/log/messages: Apr 18 13:30:23 host kernel: ext3:...
2004 Jul 21
0
Asterisk sees inbound call, but won't answer
...lib/asterisk astagidir => /var/lib/asterisk/agi-bin astspooldir => /var/spool/asterisk astrundir => /var/run astlogdir => /var/log/asterisk ---------------------- modules.conf [this one is tweaked based on what I wanted to play with and using info from voip-info]: [modules] autoload=yes noload => chan_agent.so noload => chan_iax2.so noload => chan_local.so noload => chan_mgcp.so noload => chan_modem.so noload => chan_modem_aopen.so noload => chan_modem_bestdata.so noload => chan_modem_i4l.so noload => chan_oss.so load => chan_phone.so noload => chan_sip.s...
2016 Aug 17
4
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
...& >> www.asterisk.org <http://www.asterisk.org/> > > > Hello > > how can I disable all modules related to pjsip in modules.conf ?? > > I have now : > > [modules] > autoload=yes > preload => res_config_mysql.so > noload => pbx_gtkconsole.so > noload => res_pjsip.so > noload => res_pjsip_pubsub.so > noload => res_pjsip_session.so > noload => chan_pjsip.so > noload => res_pjsip_exten_state.so > noload => res_pjsip_log_forwarder.so > load => res...
2004 Jun 23
5
Really basic stuff :(
...eprotect=yes [default] exten => 3333,1,Dial(IAX2/janie|20|tr) root@eddie:/etc/asterisk# more iax.conf [general] port=5036 [janie] type=friend username=janie secret=mysecret host=dynamic context=default auth=md5 notransfer=yes root@eddie:/etc/asterisk# more modules.conf [modules] autoload=yes noload => pbx_gtkconsole.so noload => pbx_kdeconsole.so noload => app_intercom.so load => res_musiconhold.so noload => chan_alsa.so noload => chan_oss.so noload => chan_skinny.so noload => chan_mgcp.so noload => chan_phone.so noload => chan_modem.so noload => chan_modem_ao...
2013 Sep 24
2
PJSIP Authrentication by IP fails
...I should have loaded this module, res_pjsip_endpoint_identifier_ip.so and it is loaded. In fact, all others authentitcation modules are not, since I only identify via IP. I did not load all the methods I will never use. load => res_pjsip.so load => chan_pjsip.so load => res_pjsip_acl.so noload => res_pjsip_authenticator_digest.so load => res_pjsip_caller_id.so load => res_pjsip_diversion.so load => res_pjsip_dtmf_info.so noload => res_pjsip_endpoint_identifier_anonymous.so load => res_pjsip_endpoint_identifier_ip.so noload => res_pjsip_endpoint_identifier_user.so loa...
2003 Apr 22
0
RE: ext3 "noload" option to mount returning error in 2.4.9 & 2.4. 18 s eries kernel
...mewhere else. This enables the needs_recovery feature which prevents an ext2 mount. -Leslie -----Original Message----- From: Christopher J. PeBenito [mailto:pebenito@ieee.org] Sent: Tuesday, April 22, 2003 11:30 AM To: kuczynski, leslie Cc: 'ext3-users@redhat.com' Subject: Re: ext3 "noload" option to mount returning error in 2.4.9 & 2.4.18 s eries kernel If you don't want to load the journal, why not just mount as ext2? mount -t ext2 /dev/sdf1 /mnt Chris On Tue, 2003-04-22 at 08:56, kuczynski, leslie wrote: > I have an ext3 filesystem that I want to mount without...
2006 Apr 04
2
Asterisk svn starting problem
hi i updated asterisk today via svn no i can'T start asterisk i get core dumps. i have to comment some modules then i can start: noload => format_au.so noload => format_mp3.so noload => format_pcm_alaw.so.so noload => format_pcm_alaw.so compiling was fine just some warnings somebody has any idea? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/aster...
2003 Apr 22
0
ext3 "noload" option to mount returning error in 2.4.9 & 2.4.18 s eries kernel
I have an ext3 filesystem that I want to mount without loading the journal. I tried the "noload" option with both 2.4.9 and 2.4.18 series kernels and get the errors listed below. [root@host]# mount -t ext3 -o noload /dev/sdf1 /mnt mount: wrong fs type, bad option, bad superblock on /dev/sdf1, or too many mounted file systems /var/log/messages: Apr 18 13:30:23 host kernel: ext3:...
2004 Jun 24
2
Help with chan_capi
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: Signierter Teil der Nachricht Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040624/fe4cdcbf/PGP.pgp
2020 Sep 01
2
[lld] [arm] Linker Cannot Set Custom Section Type to NOBITS
...ITS 1ffff000 0014f0 000400 00 A 0 0 1 *arm-none-eabi-ld* Section Headers: [Nr] Name Type Addr Off Size ES Flg Lk Inf Al ... [ 5] .stack NOBITS 1ffff000 01f000 000400 00 WA 0 0 1 Reading online, I found that I should add the (NOLOAD) directive to my linker script, so I tried the following. .stack (NOLOAD) : { . += __stack_size__; } > ram But this change to the linker script does not seem to affect the output ELF file. Interestingly, if I add the (NOLOAD) directive to the script's .data section, the .data section will...
2004 Aug 21
0
How to minimally configure modules.conf loading?
...sterisk, by loading less modules. In my installation I use SIP and IAX2 for incoming calls, and that's it. No voicemail, no call parking, it just plays back voice clips. I can remove /etc/asterisk/modules.conf modules one by one: ------------------------------------ [modules] autoload=yes noload => pbx_gtkconsole.so noload => pbx_kdeconsole.so noload => app_intercom.so ;obsolete noload => chan_alsa.so noload => chan_oss.so noload => chan_skinny.so noload => chan_phone.so noload => app_voicemail.so noload => chan_zap.so noload => app_meetme.so -----------...
2006 Mar 21
2
Voice mail not working with Asteriks 1.2.5
...urs' [headoffice] 901=>111, Arshed User, mazhar@nettechltd.com 12 => 235, Mazhar User, mazhar@nettechltd.com 6412 => 235, Mazhar User, mazhar@nettechltd.com [other] 1234 => 5678,Company2 User,root@localhost And here is modules.conf file [modules] autoload=yes noload => app_intercom.so noload => chan_modem.so noload => chan_modem_aopen.so noload => chan_modem_bestdata.so noload => chan_modem_i4l.so load => res_musiconhold.so noload => chan_alsa.so [global] A quick response in this regard will be highly appreciated Tha...