Displaying 20 results from an estimated 200 matches similar to: "Asterisk 1.4.37 Released"
2010 Nov 11
0
Asterisk 1.4.37 Released
The Asterisk Development Team has announced the release of Asterisk
1.4.37. This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.4.37 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this
2008 Jan 17
2
Inconsistent Model creation behavior
Hi,
I have a relatively simple Worker: (I added the line numbers to the
email, they are not in the worker)
#####################################################################################
class ImagetestWorker < BackgrounDRb::MetaWorker
set_worker_name :imagetest_worker
def create(args = nil)
end
def save_image(args)
@newbook = Book.new
@newbook.comment =
2007 Nov 28
0
troubles with res_pgsql
Database on a remote machine
res_pgsql.conf:
[general]
dbhost=172.16.0.2
dbport=5432
dbname=ast_config
dbuser=pbx
dbpass=
dbsock=5432
[Nov 28 20:12:02] DEBUG[6581] res_config_pgsql.c: Postgresql RealTime
Host: 172.16.0.2
[Nov 28 20:12:02] DEBUG[6581] res_config_pgsql.c: Postgresql RealTime Port: 5432
[Nov 28 20:12:02] DEBUG[6581] res_config_pgsql.c: Postgresql RealTime User: pbx
[Nov 28
2004 Aug 18
1
Hangups - SIGFPE in dsp.c
Hi,
I'm running the latest CVS HEAD version of asterisk, and I'm experiencing
hangups during voice conversation. This happens quite regularely and
often.
The problem is in dsp.c, line 1235, where it says
accum /= len;
But `len', at this point, is 0, resulting in a SIGFPE. The routine
ast_frame *i4l_read() in channels/chan_modem_i4l.c:411 is
setting p->fr.datalen to
2013 Apr 16
1
Access postgresql directly from dialplan?
I would like to access a Postgresql database directly from my dialplan
(to lookup names based on callerid numbers for incoming calls). Based on
everywhere I looked - it seems the only way to do this is with
func_odbc. Considering that Asterisk seems to be able to access
Postgresql databases directly using res_pgsql for the purposes of
realtime functionality (without using odbc - if I
2010 May 21
2
Using unix socket to connect with database
Hello,
I am using asterisk realtime with a postgresql database on the same server.
In res_pgsql.conf I have specified
[general]
dbhost=localhost
dbport=5432
dbname=asteriskdb
dbuser=psql
dbsock=/tmp/.s.PGSQL.5432
Since both asterisk and db are on same server, I would like asterisk
to connect to db using the local unix socket. However asterisk is not
using the local unix socket to connect to
2015 Jan 07
3
Asterisk executable suddenly about 40KB larger - modules not working
Hi all
I have a strange issue with 1.8.11.0 on a production Asterisk machine at our
head office, and the same issue with a production machine at a branch
office.
Every now and then, on the head office machine, ODBC CEL and CDR logging
will stop working. On examination in the CLI, Asterisk behaves as if the
config files for ODBC in the /etc directory are just gone.
Repeated tests have then
2011 Jan 14
1
Asterisk 1.8.3 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.2. This
release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.2 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this release:
2011 Jan 14
1
Asterisk 1.8.3 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.2. This
release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.2 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this release:
2013 Feb 23
0
Connecting to multiple databases using res_config_pgsql
Hello,
How do I use multiple postgresql databases using res_config_pgsql?
I tried creating multiple contexts in res_pgsql.conf, but asterisk is
only using the 'general' context.
My res_pgsq.conf is
[general] ;; Connect to mydb on localhost
dbport=5432
dbname=mydb
dbuser=pgdbuser
requirements=warn
[pgwritedb] ;; Connect to mydb2 on another host
dbhost=<IP
2011 Jul 11
0
Asterisk 1.8.5.0 Now Available
The Asterisk Development Team announces the release of Asterisk 1.8.5.0. This
release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.5.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this release:
2011 Jul 11
0
Asterisk 1.8.5.0 Now Available
The Asterisk Development Team announces the release of Asterisk 1.8.5.0. This
release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
The release of Asterisk 1.8.5.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this release:
2010 Sep 23
2
Asterisk 1.8.0 Release Candidate 2 Now Available
The Asterisk Development Team has announced the second release candidate of
Asterisk 1.8.0. This release candidate is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
Asterisk 1.8.0-rc1 was not released due to an issue found prior to release.
* Make AMI honor enabled=no
(Closes issue #18040. Reported by: twilson
Review:
2010 Sep 23
2
Asterisk 1.8.0 Release Candidate 2 Now Available
The Asterisk Development Team has announced the second release candidate of
Asterisk 1.8.0. This release candidate is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
Asterisk 1.8.0-rc1 was not released due to an issue found prior to release.
* Make AMI honor enabled=no
(Closes issue #18040. Reported by: twilson
Review:
2009 May 03
2
Asterisk not starting up due to database problems
When I try and start asterisk I get the following, however I have commented out the data the connections in res_mysql.conf and res_pgsql.conf. I am not sure therefore why I am getting these errors. Do I have to change something else to turn this off?
Thanks
Asterisk 1.4.21.2~dfsg-3, Copyright (C) 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk
2011 Feb 10
0
res_pgsql re-connect on db failure?
We are using PostgreSQL real-time connector (res_config_pgsql) with Asterisk 1.6.2.15.
From time to time, we need to reset our PostgreSQL server, causing all active DB connections to close. While other packages in our system re-connect gracefully when this happens, Asterisk appears to not bother trying. It instead goes into an endless loop complaining that the connection has closed.
Question --
2010 Dec 16
0
chan_iax2.c handle_call_token: Call rejected, CallToken Support required
I had two asterisk servers connected with each other, both were 1.4.22
but I've upgraded one to 1.4.37 and now I get a message when I try call from asterisk-1.4.22 to asterisk-1.4.37
ERROR[4539]: chan_iax2.c:4330 handle_call_token: Call rejected,
CallToken Support required. If unexpected, resolve by placing address
192.168.140.1 in the calltokenoptional list or setting user guest
2005 Dec 22
6
Plot problems: xlim
Hi,
Still fresh in R, tried to figure this out, now on my second day running with no luck (and a pile of hair on my desk) so
I have thrown in the towel and would like to ask for some help.
Here is what I am trying to do. I am trying to plot a distribution, I have 99 points, bound in the range
xlim.min: -0.0173
xlim.max: 0.02103
However, I have a value outside this range (0.2454959) which I
2010 May 05
0
res_config_mysql - maximum field length for appdata
Hello list,
as I am trying to write a complex macro for my users i have the problem,
that the appdata field in the extensions table is to small for all my macro
parameters.
I am using the DB definition from
http://www.voip-info.org/wiki/view/Asterisk+RealTime+Extensions
so appdata is limited to 128 characters.
And I would prefer some more ;)
After looking around in res_config_mysql.c I did
2010 Nov 25
0
IAX inbound failing
Hi,
I'm testing an upgrade from 1.4.18 to 1.4.37 in a VM prior to putting it
into production.
Ive done this by installing 1.4.18 onto the VM, putting my config files
in place and then installing 1.4.37 over the top (which is what I'd have
to do on production).
I've found a few issues in the config files, but nothing I couldn't
handle until... I hit inbound IAX issues.
My