similar to: Asterisk-1.8.23.1 mysql cdr

Displaying 20 results from an estimated 100 matches similar to: "Asterisk-1.8.23.1 mysql cdr"

2009 Apr 19
3
asterisk-1.6.0.9-x86_64: voicemail: Segmentation fault (core dumped)
Hello, Information: gcc -v: gcc version 4.3.3 (Debian 4.3.3-3) os: Debian/Testing Pulled latest release from asterisk site, compiled, installed it. I have a barebones configuration: $ ls -l asterisk extensions.conf modules.conf sip.conf users.conf voicemail.conf You can see them here: http://home.comcast.net/~jpiszcz/20090418/extensions.conf
2010 Feb 03
1
ast_cdr_setvar: Attempt to set the 'src' read-only variable!
Hello list. I would like to set the CDR(src)-variable to the SIPphone that is initiating the call. When calling out, the src-variable is always the public telephone number. I get the ERROR : ast_cdr_setvar: Attempt to set the 'src' read-only variable! Is there some way to implement this ?? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed...
2003 Nov 05
1
Error in app_voicemail2.so after CVS update
Hi all, I have done some minutes ago a full CVS update, like that: cvs checkout zaptel zapata libpri asterisk cd zaptel make clean ; make install cd ../zapata make clean ; make install cd ../libpri make clean ; make install cd ../asterisk make clean ; make install When I try to start astersik with asterisk -vvvvvvc I get the following error and the program stops:
2003 Jul 11
4
module : cdr_sybase.so
If anyone is interested ... just in case! :-)... I have tried to write , based on the cdr_mysql.so module, an Sybase module. To compile you can use something like that: export SYBPLATFORM=linux export SYBASE=/opt/sybase cc -I$SYBASE/include -c -o cdr_sybase.o cdr_sybase.c cc -shared -Xlinker -x -o cdr_sybase.so cdr_sybase.o -lsybdb -lm -L$SYBASE/lib (anyone could write the corect Makefile
2003 Oct 31
1
Some problems after an Asterisk update
Hi, Yesterday evening I have done a full update of Asterisk on a test system. The version is CVS-08/25/03-15:55:51 After this operation I get some big problems: - the Voicemail2 application does not work anymore. I must disable it in modules.conf file in order to be able to start * without crashing. The following settings: noload => app_voicemail2.so noload => app_sayunixtime.so If
2023 Apr 17
1
RTP address learning and timing problem
Hi Joshua, Thank you for that. From the code it kind of looks like STRICT_RTP_LEARN_TIMEOUT is a minimum, not a maximum: if (!ast_sockaddr_isnull(&rtp->strict_rtp_address) && STRICT_RTP_LEARN_TIMEOUT < ast_tvdiff_ms(ast_tvnow(), rtp->rtp_source_learn.start)) { ast_verb(4, "%p -- Strict RTP learning complete - Locking on source address %s\n", Our call shows: #
2023 Apr 18
1
RTP address learning and timing problem
I don't know in that specific output what happened. Your best course of action is to add further logging or step through the logic with all of the knowledge you have of the RTP streams to understand what is happening. On Mon, Apr 17, 2023 at 8:52 PM David Cunningham <dcunningham at voisonics.com> wrote: > Hi Joshua, > > Thank you for that. From the code it kind of looks like
2015 Aug 04
2
Modifying CDR values from a hangup extension in Asterisk 13
With endbeforehexten=no I actually get two CDR entries. One for the call and a second one for the "h" extension. "","13","10","sip-locals","""13"" <13>","SIP/13-00000006","SIP/10-00000007","Dial","SIP/10","2015-08-04 06:28:44","2015-08-04
2014 Jul 02
1
Asterisk in debian Wheezy 1.8.13.1 vs. Squeeze 1.8.23.1
Hello, in Squeeze Asterisk 1.8.23.1 is installed, in Wheezy older version 1.8.13.1~dfsg1-3+deb7u3. With version 1.8.13.1 I have some problems so I would like to install version 1.8.23.1 used in Squeeze whats running fine for me. How I can do this? thanks for help Thomas
2013 Aug 27
1
Asterisk 1.8.15-cert3, 11.2-cert2, 1.8.23.1, 10.12.3, 10.12.3-digiumphones, 11.5.1 Now Available (Security Release)
The Asterisk Development Team has announced security releases for Certified Asterisk 1.8.15, 11.2, and Asterisk 1.8, 10, and 11. The available security releases are released as versions 1.8.15-cert2, 11.2-cert2, 1.8.23.1, 10.12.3, 10.12.3-digiumphones, and 11.5.1. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/releases The release of
2013 Nov 04
1
No matching peers message has gone (1.8.23.1)
Hi Ever since we upgraded our asterisk servers to 1.8.23.1, we no longer get the 'no matching peer' error when we get a dictionary SIP attack. Now the logs always show a 'wrong password' when there actually isn't a matching peer. We even have alwaysauthreject = yes in our sip.conf. Has anyone else noticed this phenomenon? Thanks in Advance Ish -- Ishfaq Malik
2013 Aug 27
0
Asterisk 1.8.15-cert3, 11.2-cert2, 1.8.23.1, 10.12.3, 10.12.3-digiumphones, 11.5.1 Now Available (Security Release)
The Asterisk Development Team has announced security releases for Certified Asterisk 1.8.15, 11.2, and Asterisk 1.8, 10, and 11. The available security releases are released as versions 1.8.15-cert2, 11.2-cert2, 1.8.23.1, 10.12.3, 10.12.3-digiumphones, and 11.5.1. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/releases The release of
2007 Jul 28
1
Error while contacting ADS from Samba server
Hi List, We have a problem in connecting ADS server from SAMBA. Whenever we try to contact the ADS server from the Samba its giving error as LDAP_NO_RESULTS_RETURNED. We have varified the code also, in the code also its giving three possibilities to raise that error message, I am pasting the portion of code here, File name: libads/ldap.c Function name: ads_server_info Code snippet
2018 Feb 20
2
Modifying CDR values from a hangup extension in Asterisk 13
Hi, Reading this old thread, may I ask if keeping hangup handlers from updating CDR values still enforced in Asterisk 15 ? If positive, would it be very complex to add in Asterisk, a configuration option allowing a system administrator to list in cdr.conf, the CDR fields allowed to be updated in hangup handlers ? I'm planning to store some RTCP stats. Saving them in CDR(userfield) would be
2004 Apr 10
0
patches for copying atimes
Hi. Here's a patch for copying the atimes of files when -t/--times is given. I bumped the protocol to 29 since it sends more data over the wire. It obviously does not send the atime if it's sending data to an older rsync version. It passes all the tests (including the added atime.test) for me on a: Linux Debian/3.0 gcc 2.95.4 (debian), glibc 2.2.5 system. Any questions/feedback? I
2004 Apr 20
1
improved atime patch
I posted a patch a few days ago that adds copying of atime. At that time, it was just enabled with -t/--times. After some time, we have figured out that that choice might not have been the best. Here's a new version of the patch (relative to CVS) that adds -A/--copy-atime instead. It also includes a test case. Any feedback on this patch and/or the previous one that I posted?
2005 Mar 15
0
[Bug 2455] New: rsync --daemon segfaults if "log file = <file>" dir does not exist
https://bugzilla.samba.org/show_bug.cgi?id=2455 Summary: rsync --daemon segfaults if "log file = <file>" dir does not exist Product: rsync Version: 2.6.3 Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P3 Component: core AssignedTo:
2000 Mar 29
1
Syntax error in lib/time.c
There is a syntax error in lib/time.c in function timestring Change if (hires)() { to if (hires) { The error occured under SCO ODT 3.0 compiling with gcc. Dr. Walter Willmertinger CONSYS Gesellschaft f?r Softwaretechnologie und Systementwicklung mbH Dr. Walter Willmertinger Landsberger Strasse 402 EMail: willmertinger@consys.de 81241 Muenchen Phone: +49 89 580 81 81 Germany
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi, I need help with modifying cdr_addon_mysql.c I want to have more fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c and replace userfield with ex team (sed -e 's/userfield/team/g' ). When I try to recomplie menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... make[1]: Nothing to be done for `all'.
2003 Apr 15
0
Patch for stderr logging
Rsync team, and interested parties: i was attempting to get rsync to launch from tcpserver[0] (an inetd replacement from djb) and log to stderr for logging via multilog[1] (syslog replacement by djb) and i was unable to get it to log to stdout/ stderr at all. [0] http://cr.yp.to/ucspi-tcp/tcpserver.html [1] http://cr.yp.to/daemontools/multilog.html i have attached a patch that allows