search for: res_config_curl

Displaying 11 results from an estimated 11 matches for "res_config_curl".

2009 Apr 11
1
Is there documentation explaining res_config_curl?
Is there any documentation that explains res_config_curl? Specifically, the format of realtime calls made to the web server and what the return string for each call should look like? -- Eric Chamberlain
2011 Jan 17
1
Continuously core dumping of 1.8 on SLES
...nonymous binding as default. [Jan 14 17:47:00] ERROR[16133] res_config_ldap.c: No directory URL or host found. [Jan 14 17:47:00] ERROR[16133] res_config_ldap.c: Cannot load LDAP RealTime driver. [Jan 14 17:47:00] NOTICE[16133] config.c: Registered Config Engine odbc [Jan 14 17:47:00] WARNING[16133] res_config_curl.c: [globals] not found in res_curl.conf [Jan 14 17:47:00] NOTICE[16133] config.c: Registered Config Engine curl [Jan 14 17:47:00] ERROR[16133] res_config_pgsql.c: PostgreSQL RealTime: Failed to connect database asterisk on 127.0.0.1: [Jan 14 17:47:00] WARNING[16133] res_config_pgsql.c: PostgreSQL...
2011 May 23
1
[Fwd: FW: extconfig.conf]
...4, then 4 will be ignored, because there is no 3). > ; > ; "odbc" is shown in the examples below, but is not the only valid realtime ; engine. There is: > ; odbc ... res_config_odbc > ; sqlite ... res_config_sqlite > ; pgsql ... res_config_pgsql > ; curl ... res_config_curl > ; ldap ... res_config_ldap > ; > ;iaxusers => odbc,asterisk > ;iaxpeers => odbc,asterisk > ;sipusers => odbc,asterisk > ;sipusers => mysql,asterisk,sip_devices > ;sippeers => mysql,asterisk,sip_devices > ;sipusers => mysql,general,sip_devices > ;sip...
2020 Apr 13
1
Multiple real times for same object
On Mon, Apr 13, 2020 at 10:45 AM Joshua C. Colp <jcolp at sangoma.com> wrote: > On Mon, Apr 13, 2020 at 11:38 AM Dovid Bender <dovid at telecurve.com> wrote: > >> Josh, >> >> What should Asterisk do if one of the real time methods fail? I have in >> extconfig.conf >> musiconhold => curl,http://localhost/moh.php,1 >> musiconhold =>
2008 Mar 25
1
How to obtain SIPCHANINFO variables within custom application?
Hello, How can I get peerip, recvip, from, uri, useragent, peername, t38passthrough variables in (within) my custom Asterisk application? I can't use chan_sip.c internal structures (such as sip_pvt) in my custom application, because there's no chan_sip.h and I can't include it into my application (maybe there's other way?). I can do like this: exten =>
2015 Jan 28
0
Asterisk 1.8.28-cert4, 1.8.32.2, 11.6-cert10, 11.15.1, 12.8.1, 13.1.1 Now Available (Security Release)
...URL HTTP request injection vulnerability CVE-2014-8150 reported an HTTP request injection vulnerability in libcURL. Asterisk uses libcURL in its func_curl.so module (the CURL() dialplan function), as well as its res_config_curl.so (cURL realtime backend) modules. Since Asterisk may be configured to allow for user-supplied URLs to be passed to libcURL, it is possible that an attacker c...
2015 Jan 28
0
Asterisk 1.8.28-cert4, 1.8.32.2, 11.6-cert10, 11.15.1, 12.8.1, 13.1.1 Now Available (Security Release)
...URL HTTP request injection vulnerability CVE-2014-8150 reported an HTTP request injection vulnerability in libcURL. Asterisk uses libcURL in its func_curl.so module (the CURL() dialplan function), as well as its res_config_curl.so (cURL realtime backend) modules. Since Asterisk may be configured to allow for user-supplied URLs to be passed to libcURL, it is possible that an attacker c...
2015 Jan 28
0
AST-2015-002: Mitigation for libcURL HTTP request injection vulnerability
...Description CVE-2014-8150 reported an HTTP request injection vulnerability in libcURL. Asterisk uses libcURL in its func_curl.so module (the CURL() dialplan function), as well as its res_config_curl.so (cURL realtime backend) modules. Since Asterisk may be configured to allow for user-supplied URLs to be passed to libcURL, it is possible that an attack...
2015 Jan 28
0
AST-2015-002: Mitigation for libcURL HTTP request injection vulnerability
...Description CVE-2014-8150 reported an HTTP request injection vulnerability in libcURL. Asterisk uses libcURL in its func_curl.so module (the CURL() dialplan function), as well as its res_config_curl.so (cURL realtime backend) modules. Since Asterisk may be configured to allow for user-supplied URLs to be passed to libcURL, it is possible that an attack...
2009 Nov 25
0
asterisk + res_config_ldap = asterisk.core
...s_smdi.so noload => res_phoneprov.so noload => res_musiconhold.so noload => func_odbc.so noload => chan_unistim.so noload => app_minivm.so noload => chan_agent.so noload => chan_iax2.so noload => app_voicemail.so noload => chan_mgcp.so noload => pbx_ael.so noload => res_config_curl.so noload => cdr_custom.so noload => cdr_radius.so -------------------------------------------------------- part of /var/log/asterisk/full (it always same): [Nov 25 14:39:45] NOTICE[87569] loader.c: 1 modules will be loaded. [Nov 25 14:39:45] NOTICE[87569] cdr.c: CDR simple logging enabled....
2014 Dec 23
1
Problems linking asterisk against self-compiled openssl on CentOS 5
I am trying to enable full WebRTC support on asterisk-11.15 for installation on a CentOS 5 machine. Currently the distro cannot be upgraded to any later CentOS series. This CentOS series ships with openssl-0.9.8e, which lacks DTLS-SRTP support required for WebRTC. So I decided to build a parallel install of openssl. I chose the Fedora 21 package, openssl-1.0.1j, and built it on CentOS 5. The