Displaying 20 results from an estimated 23 matches for "func_a".
2013 Feb 20
4
[LLVMdev] [RFC] NoBuiltin Attribute
On 2/19/2013 11:11 PM, Chris Lattner wrote:
>
> I still really have no idea what problem you think you are solving.
Dealing with different attributes on different functions.
--- a.c ---
void func_a() {
printf(...);
}
--- b.c ---
void func_b() {
printf(...);
func_a();
}
a.c is compiled with no-builtin-printf, b.c has no such options.
The prototype approach (no-builtin on the prototype of printf) won't
work in case like this, when the no-builtin attributes are not identical
ac...
2013 Feb 20
0
[LLVMdev] [RFC] NoBuiltin Attribute
...ot; <kparzysz at codeaurora.org>
wrote:
>
> On 2/19/2013 11:11 PM, Chris Lattner wrote:
>>
>>
>> I still really have no idea what problem you think you are solving.
>
>
> Dealing with different attributes on different functions.
>
> --- a.c ---
> void func_a() {
> printf(...);
> }
>
> --- b.c ---
> void func_b() {
> printf(...);
> func_a();
> }
>
> a.c is compiled with no-builtin-printf, b.c has no such options.
>
> The prototype approach (no-builtin on the prototype of printf) won't work
in case like this,...
2013 Feb 20
0
[LLVMdev] [RFC] NoBuiltin Attribute
On Feb 19, 2013, at 2:45 PM, Krzysztof Parzyszek <kparzysz at codeaurora.org> wrote:
> On 2/19/2013 1:50 PM, Chris Lattner wrote:
>>
>> How is this not handled by handling fno-builtin by putting an attribute on the code being compiled?
>
> Regardless of which solution you consider, it is always "putting an attribute on the code being compiled", the question
2013 Feb 19
2
[LLVMdev] [RFC] NoBuiltin Attribute
On 2/19/2013 1:50 PM, Chris Lattner wrote:
>
> How is this not handled by handling fno-builtin by putting an attribute on the code being compiled?
Regardless of which solution you consider, it is always "putting an
attribute on the code being compiled", the question is where exactly and
what we do with it. I'm opposed to putting the attribute on the
definitions of the
2013 Feb 20
1
[LLVMdev] [RFC] NoBuiltin Attribute
...y if this thread has gotten way-over-confusing. I really don't think it's this complicated: :)
On Feb 20, 2013, at 8:19 AM, David Blaikie <dblaikie at gmail.com> wrote:
> > Dealing with different attributes on different functions.
> >
> > --- a.c ---
> > void func_a() {
> > printf(...);
> > }
> >
> > --- b.c ---
> > void func_b() {
> > printf(...);
> > func_a();
> > }
> >
> > a.c is compiled with no-builtin-printf, b.c has no such options.
> >
> > The prototype approach (no-builtin o...
2011 Apr 05
5
IAS trunk error AES encryption disabled. Install OpenSSL.
Hey Guys!
I am getting this wired error when i am calling IAX trunk. Everything works! but i want to get rid on these RED WARNING messages.. what is wrong here ? I have func_aes.so module loaded. also i remove and test but still same error.
-Satish
== Using SIP RTP CoS mark 5
-- Executing [7623 at from-sip:1] Macro("SIP/7527-0000000d", "orasebcamdial,7623") in new stack
-- Executing [s at macro-orasebcamdial:1] Dial("SIP/7527-0000...
2010 Oct 21
10
Asterisk 1.80-rc5
Just done a clean install of rc5 on a totally new machine and found the
following:-
/etc/init.d/asterisk start
errors on line 109 - there is no 0 before $VERBOSITY as in the other lines.
More interesting is that after make samples I have no iax2 available.
Dave Cotton
2013 Sep 17
0
11.5.1 : fedora 19 rpms : lots of undefined symbols
...[Sep 17 21:09:07] WARNING[8606]: loader.c:423 load_dynamic_module: Error
loading module 'chan_motif.so':
/usr/lib64/asterisk/modules/chan_motif.so: undefined symbol:
ast_xmpp_client_send_message
[Sep 17 21:09:07] WARNING[8606]: loader.c:423 load_dynamic_module: Error
loading module 'func_aes.so': /usr/lib64/asterisk/modules/func_aes.so:
undefined symbol: ast_aes_set_encrypt_key
[Sep 17 21:09:07] WARNING[8606]: loader.c:423 load_dynamic_module: Error
loading module 'res_agi.so': /usr/lib64/asterisk/modules/res_agi.so:
undefined symbol: ast_speech_change
and some stuff...
2016 Mar 29
3
Asterisk 11.22.0 Now Available
...isk
The release of Asterisk 11.22.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following are the issues resolved in this release:
Bugs fixed in this release:
-----------------------------------
* ASTERISK-25857 - func_aes: incorrect use of strlen() leads to
data corruption (Reported by Gianluca Merlo)
* ASTERISK-25321 - [patch]DeadLock ChanSpy with call over Local
channel (Reported by Filip Frank)
* ASTERISK-25800 - [patch] Calculate talktime when is first call
answered (Reported by Rodrigo Ram...
2016 Mar 29
0
Asterisk 11.22.0 Now Available
...isk
The release of Asterisk 11.22.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following are the issues resolved in this release:
Bugs fixed in this release:
-----------------------------------
* ASTERISK-25857 - func_aes: incorrect use of strlen() leads to
data corruption (Reported by Gianluca Merlo)
* ASTERISK-25321 - [patch]DeadLock ChanSpy with call over Local
channel (Reported by Filip Frank)
* ASTERISK-25800 - [patch] Calculate talktime when is first call
answered (Reported by Rodrigo Ram...
2016 May 09
0
Asterisk 13.9.0 Now Available
...5 - Crashes during shutdown when running CLI
commands (Reported by Mark Michelson)
* ASTERISK-25407 - Asterisk fails to log to multiple syslog
destinations (Reported by Elazar Broad)
* ASTERISK-25510 - [patch]Log to syslog failing (Reported by
Michael Newton)
* ASTERISK-25857 - func_aes: incorrect use of strlen() leads to
data corruption (Reported by Gianluca Merlo)
Improvements made in this release:
-----------------------------------
* ASTERISK-25865 - Message-Account Missing From PJSIP MWI
(Reported by Ross Beer)
* ASTERISK-25444 - [patch]Music On Hold Warning...
2020 Apr 30
0
Asterisk 13.33.0 Now Available
...)
* ASTERISK-28056 - res_pjsip: Incorrect endpoint status after
endpoint synchronization for a specific AOR
(Reported by
Jason Hord)
* ASTERISK-28789 - test_utils: incorrectly printing error
'declined to load'
(Reported by Alexander Traud)
* ASTERISK-28788 - func_aes: incorrectly printing error
'declined to load'
(Reported by Alexander Traud)
* ASTERISK-16676 - DAHDIRAS fails to properly initiate pppd
unless asterisk is running as root
(Reported by Jaco
Kroon)
* ASTERISK-21205 - [patch] dundi_read_result crash due to...
2020 Apr 30
0
Asterisk 13.33.0 Now Available
...)
* ASTERISK-28056 - res_pjsip: Incorrect endpoint status after
endpoint synchronization for a specific AOR
(Reported by
Jason Hord)
* ASTERISK-28789 - test_utils: incorrectly printing error
'declined to load'
(Reported by Alexander Traud)
* ASTERISK-28788 - func_aes: incorrectly printing error
'declined to load'
(Reported by Alexander Traud)
* ASTERISK-16676 - DAHDIRAS fails to properly initiate pppd
unless asterisk is running as root
(Reported by Jaco
Kroon)
* ASTERISK-21205 - [patch] dundi_read_result crash due to...
2020 Apr 30
0
Asterisk 17.4.0 Now Available
...c AOR
(Reported by
Jason Hord)
* ASTERISK-28795 - channel: write to a stream on multi-frame
writes
(Reported by Kevin Harwell)
* ASTERISK-28789 - test_utils: incorrectly printing error
'declined to load'
(Reported by Alexander Traud)
* ASTERISK-28788 - func_aes: incorrectly printing error
'declined to load'
(Reported by Alexander Traud)
* ASTERISK-28790 - Crash during conference call using
confbridge and video
(Reported by Pascal Cadotte Michaud)
* ASTERISK-16676 - DAHDIRAS fails to properly initiate pppd
unless a...
2020 Apr 30
0
Asterisk 16.10.0 Now Available
...c AOR
(Reported by
Jason Hord)
* ASTERISK-28795 - channel: write to a stream on multi-frame
writes
(Reported by Kevin Harwell)
* ASTERISK-28789 - test_utils: incorrectly printing error
'declined to load'
(Reported by Alexander Traud)
* ASTERISK-28788 - func_aes: incorrectly printing error
'declined to load'
(Reported by Alexander Traud)
* ASTERISK-28790 - Crash during conference call using
confbridge and video
(Reported by Pascal Cadotte Michaud)
* ASTERISK-16676 - DAHDIRAS fails to properly initiate pppd
unless a...
2020 Apr 30
0
Asterisk 16.10.0 Now Available
...c AOR
(Reported by
Jason Hord)
* ASTERISK-28795 - channel: write to a stream on multi-frame
writes
(Reported by Kevin Harwell)
* ASTERISK-28789 - test_utils: incorrectly printing error
'declined to load'
(Reported by Alexander Traud)
* ASTERISK-28788 - func_aes: incorrectly printing error
'declined to load'
(Reported by Alexander Traud)
* ASTERISK-28790 - Crash during conference call using
confbridge and video
(Reported by Pascal Cadotte Michaud)
* ASTERISK-16676 - DAHDIRAS fails to properly initiate pppd
unless a...
2015 Jun 04
0
Asterisk 13.4.0 Now Available
...notify (Reported by Scott Griepentrog)
* ASTERISK-24959 - [patch]CLI command cdr show pgsql status
(Reported by Rodrigo Ramirez Norambuena)
* ASTERISK-24954 - Git migration: Asterisk version numbers are
incompatible with the Test Suite (Reported by Matt Jordan)
* ASTERISK-17608 - func_aes.so cannot be loaded if res_crypto /
openssl not compiled (Reported by Warren Selby)
* ASTERISK-24928 - [patch]t38_udptl_maxdatagram in pjsip.conf not
honored (Reported by Juergen Spies)
* ASTERISK-24835 - Early Media Not working with Chan SIP and
Asterisk 13 (Reported by Andre...
2015 Jun 04
0
Asterisk 13.4.0 Now Available
...notify (Reported by Scott Griepentrog)
* ASTERISK-24959 - [patch]CLI command cdr show pgsql status
(Reported by Rodrigo Ramirez Norambuena)
* ASTERISK-24954 - Git migration: Asterisk version numbers are
incompatible with the Test Suite (Reported by Matt Jordan)
* ASTERISK-17608 - func_aes.so cannot be loaded if res_crypto /
openssl not compiled (Reported by Warren Selby)
* ASTERISK-24928 - [patch]t38_udptl_maxdatagram in pjsip.conf not
honored (Reported by Juergen Spies)
* ASTERISK-24835 - Early Media Not working with Chan SIP and
Asterisk 13 (Reported by Andre...
2020 Oct 20
2
Asterisk 18.0.0 Now Available
...c AOR
(Reported by
Jason Hord)
* ASTERISK-28795 - channel: write to a stream on multi-frame
writes
(Reported by Kevin Harwell)
* ASTERISK-28789 - test_utils: incorrectly printing error
'declined to load'
(Reported by Alexander Traud)
* ASTERISK-28788 - func_aes: incorrectly printing error
'declined to load'
(Reported by Alexander Traud)
* ASTERISK-28790 - Crash during conference call using
confbridge and video
(Reported by Pascal Cadotte Michaud)
* ASTERISK-16676 - DAHDIRAS fails to properly initiate pppd
unless a...
2017 Feb 13
0
Certified Asterisk 13.13-cert1 Now Available
...destinations (Reported by Elazar Broad)
* ASTERISK-25510 - [patch]Log to syslog failing (Reported by
Michael Newton)
* ASTERISK-21301 - ERROR and failure to resolve socket address due
to whitespace after port number in SIP Via header (Reported by
Martin Vit)
* ASTERISK-25857 - func_aes: incorrect use of strlen() leads to
data corruption (Reported by Gianluca Merlo)
New Features made in this release:
-----------------------------------
* ASTERISK-26630 - Make logging PJPROJECT messages a bit easier
(Reported by Richard Mudgett)
* ASTERISK-26595 - ARI: Add the abil...