search for: app_data

Displaying 17 results from an estimated 17 matches for "app_data".

Did you mean: apop_data
2023 Jun 07
1
Listen to ARI events
...t;1009"},"connected":{"name":"","number":""},"accountcode":"","dialplan":{"context":"from-external","exten":"s","priority":1,"app_name":"","app_data":""},"creationtime":"2023-06-07T10:54:56.295-0300","language":"en"},"asterisk_id":"0c:c4:7a:ba:b3:5a","application":"test"} < {"type":"ChannelDialplan","timestamp":"2...
2001 Oct 31
3
CPU Problem on Solaris and 2.2.2
...netbios name = xxxSAMBA01 interfaces = 208.xx.xxx.xxx security = SHARE log file = /var/adm/smb.log.%m shared mem size = 104857600 os level = 65 comment = xxxx-smb guest account = xxx create mask = 0644 directory mask = 0775 [app_data] path = /app_data writeable = Yes create mask = 0775 guest ok = Yes locking = No oplocks = No Status: [infp@infpdb01:/export/home/infp]$ /usr/local/samba/bin/smbstatus -d Unknown parameter encountered: "shared mem size" Ignoring unknown par...
2023 Jun 07
1
Listen to ARI events
...t;1009"},"connected":{"name":"","number":""},"accountcode":"","dialplan":{"context":"from-external","exten":"s","priority":1,"app_name":"","app_data":""},"creationtime":"2023-06-07T10:54:56.295-0300","language":"en"},"asterisk_id":"0c:c4:7a:ba:b3:5a","application":"test"} < {"type":"ChannelDialplan","timestamp":"2...
2023 Jun 07
1
Listen to ARI events
I’ve reread the documentation a few times, and what isn’t clear is whether I need an app=X parameter in the url. In other words, can I only get events for a single named statis app? Or can I get events for the entire Asterisk server? The command below (without app= parameter) results in no events being shown, but no error either. Thanks Brian (Ast newbie) From: asterisk-users
1996 Nov 25
2
XMCD v2.1 released (was: Security Problems in XMCD)
This is to announce that XMCD 2.1 patchlevel 0 has been released which fixes all of the issues previously raised by David Meltzer. It also contains a number of other minor feature and functionality enhancements. The new version may be obtained via the xmcd web page at: http://sunsite.unc.edu/~cddb/xmcd/ Users of xmcd with older versions are encouraged to upgrade. -Ti -- \\ // XMCD - Motif CD
2020 Aug 06
2
Is it possible to use Stasis to control both legs of a Local channel created using ARI?
...uage: en AccountCode: Context: mycontext Exten: 1000 Priority: 1 Uniqueid: mycallerid.2 Linkedid: mycallerid.1 < { "type": "ChannelDialplan", "timestamp": "2020-08-06T11:37:50.531-0500", "dialplan_app": "Stasis", "dialplan_app_data": "hello-world2", "channel": { "id": "mycallerid.1", "name": "Local/1000 at mycontext-0000000b;1", "state": "Down", "caller": { "name": "", "number&q...
2013 Jan 18
0
Inconsisten declaration of ssh_aes_ctr_iv() (fwd)
...= RCS file: /var/cvs/openssh/openbsd-compat/openssl-compat.h,v retrieving revision 1.21 diff -u -p -r1.21 openssl-compat.h --- openbsd-compat/openssl-compat.h 9 Jan 2013 05:42:49 -0000 1.21 +++ openbsd-compat/openssl-compat.h 17 Jan 2013 23:13:34 -0000 @@ -40,7 +40,7 @@ # define EVP_CIPHER_CTX_get_app_data(e) ((e)->app_data) #endif -#if OPENSSL_VERSION_NUMBER < 0x1000000fL +#if OPENSSL_VERSION_NUMBER < 0x10000001L # define LIBCRYPTO_EVP_INL_TYPE unsigned int #else # define LIBCRYPTO_EVP_INL_TYPE size_t > I applied the diff you supplied, along with the previous diff. The > regre...
2015 Mar 31
7
Wanted: smartcard with ECDSA support
Hi list, I have no idea if Damien Miller had the time to work on that. I have an initial patch to authenticate using PKCS#11 and ECDSA keys. This requires OpenSSL 1.0.2, prior OpenSSL versions do not expose the required interfaces to override the signature function pointer for ECDSA. The only limitation is that the OpenSSL API misses some cleanup function (finish, for instance), hence I have yet
2019 May 30
0
Asterisk 13.27.0 Now Available
...n) * ASTERISK-20207 - Asterisk should clear out any .lock files in the voice mail directory on startup. (Reported by Steven Wheeler) * ASTERISK-28111 - build: CHANGES/UPGRADE are irritating to work with. (Reported by Corey Farrell) * ASTERISK-28343 - Added app_name, app_data to channel type (Reported by sungtae kim) For a full list of changes in this release, please see the ChangeLog: https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.27.0 Thank you for your continued support of Asterisk! -------------- next part -------------- An HTML attac...
2003 Jul 10
4
[Bug 614] bug in krb4 support for OpenSSH on IRIX 64-bit ABI
http://bugzilla.mindrot.org/show_bug.cgi?id=614 Summary: bug in krb4 support for OpenSSH on IRIX 64-bit ABI Product: Portable OpenSSH Version: 3.6.1p2 Platform: MIPS URL: http://lib.natur.cuni.cz/komanek/webland/html/unix/opens sh_patches.html OS/Version: IRIX Status: NEW Severity: normal
2019 May 30
0
Asterisk 16.4.0 Now Available
...n) * ASTERISK-20207 - Asterisk should clear out any .lock files in the voice mail directory on startup. (Reported by Steven Wheeler) * ASTERISK-28111 - build: CHANGES/UPGRADE are irritating to work with. (Reported by Corey Farrell) * ASTERISK-28343 - Added app_name, app_data to channel type (Reported by sungtae kim) * ASTERISK-28264 - Added topic_all container (Reported by sungtae kim) For a full list of changes in this release, please see the ChangeLog: https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-16.4.0 Thank you for your c...
2005 Nov 20
0
[PATCH] Solaris 10 and missing OpenSSL functions >128bit
...curity/openssh/cvs/openssh_cvs/openbsd-compat/openssl-compat.h,v retrieving revision 1.1 diff -u -p -r1.1 openssl-compat.h --- openbsd-compat/openssl-compat.h 9 Jun 2005 11:45:11 -0000 1.1 +++ openbsd-compat/openssl-compat.h 20 Nov 2005 02:30:01 -0000 @@ -24,7 +24,11 @@ # define EVP_CIPHER_CTX_get_app_data(e) ((e)->app_data) #endif -#if OPENSSL_VERSION_NUMBER < 0x00907000L +#if (OPENSSL_VERSION_NUMBER < 0x00907000L) || defined(OPENSSL_LOBOTOMISED_AES) +# define USE_BUILTIN_RIJNDAEL +#endif + +#ifdef USE_BUILTIN_RIJNDAEL # define EVP_aes_128_cbc evp_rijndael # define EVP_aes_192_cbc evp...
2002 Mar 08
1
Problems with Solaris 8 and OpenSSH 3.1p1
When compiling the software it breaks with an error on the cipher.c file. Lot's of warnings and error of undeclared stuff. Snippet follows: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -I/usr/local/ssl/include -Iyes -I/usr/local/include -DSSHDIR=\"/etc\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\"
1996 Nov 21
2
Re: BOUNCE: Re: Chattr +i and securelevel
...n of the code; to provide some level of assurance would take a far more detailed examination that I simply can not devote the time to achieve for a non-critical piece of code such as xmcd. The offending line of code is in cdfunc.c in the cd_init() function: sprintf(titlestr, "%s %d", app_data.main_title, app_data.devnum); The titlestr is defined to be char titlestr[STR_BUF_SZ]. The string app_data.main_title is read from the XMcd resource file which will be read from a user''s home directory. A user can then modify the XMcd*mainWindowTitle resource to an arbitrary length strin...
2020 Apr 30
0
Certified Asterisk 16.8-cert1 Now Available
...n) * ASTERISK-20207 - Asterisk should clear out any .lock files in the voice mail directory on startup. (Reported by Steven Wheeler) * ASTERISK-28111 - build: CHANGES/UPGRADE are irritating to work with. (Reported by Corey Farrell) * ASTERISK-28343 - Added app_name, app_data to channel type (Reported by sungtae kim) * ASTERISK-28264 - Added topic_all container (Reported by sungtae kim) For a full list of changes in this release, please see the ChangeLog: https://downloads.asterisk.org/pub/telephony/certified-asterisk/ChangeLog-certified-16.8-cer...
2020 Apr 30
0
Certified Asterisk 16.8-cert1 Now Available
...n) * ASTERISK-20207 - Asterisk should clear out any .lock files in the voice mail directory on startup. (Reported by Steven Wheeler) * ASTERISK-28111 - build: CHANGES/UPGRADE are irritating to work with. (Reported by Corey Farrell) * ASTERISK-28343 - Added app_name, app_data to channel type (Reported by sungtae kim) * ASTERISK-28264 - Added topic_all container (Reported by sungtae kim) For a full list of changes in this release, please see the ChangeLog: https://downloads.asterisk.org/pub/telephony/certified-asterisk/ChangeLog-certified-16.8-cer...
2019 Oct 28
0
Asterisk 17.0.0 Now Available
...mail directory on startup. (Reported by Steven Wheeler) * ASTERISK-28111 - build: CHANGES/UPGRADE are irritating to work with. (Reported by Corey Farrell) * ASTERISK-28264 - Added topic_all container (Reported by sungtae kim) * ASTERISK-28343 - Added app_name, app_data to channel type (Reported by sungtae kim) * ASTERISK-28326 - ari: Added timestamp for some ari events. (Reported by sungtae kim) * ASTERISK-28317 - Add logical group at DAHDIChannel event and create "dahdi_group" at CHANNEL function (Reported by Ciri...