[asterisk-users] Error compiling Asterisk on Centos 8

2021-10-18 Thread cio-alves
I am compiling asterisk11 (eleven) on Centos 8 (eight) with ./configure LDFLAGS="-z muldefs" --libdir=/usr/lib64 --with-unixodbc=$(odbc_config --include-prefix)/ --disable-asteriskssl -enable-xmldoc NOISY_BUILD=no Since I did the configure with "--disable-asteriskssl", why is even trying

Re: [asterisk-users] error compiling current git

2020-02-28 Thread hw
On Thursday, February 27, 2020 4:29:01 PM CET Kevin Harwell wrote: > On Thu, Feb 27, 2020 at 8:51 AM hw wrote: > > Hi, > > > > compiling the current git version on Centos 7 gives me: > >[CC] res_statsd.c -> res_statsd.o > > > > res_rtp_asterisk.c:2669:2: error: unknown field ‘on_valid_pair’

Re: [asterisk-users] error compiling current git

2020-02-27 Thread Kevin Harwell
On Thu, Feb 27, 2020 at 8:51 AM hw wrote: > Hi, > > compiling the current git version on Centos 7 gives me: > > >[CC] res_statsd.c -> res_statsd.o > res_rtp_asterisk.c:2669:2: error: unknown field ‘on_valid_pair’ specified > in initializer > .on_valid_pair = ast_rtp_on_valid_pair, > ^ >

Re: [asterisk-users] error compiling current git

2020-02-27 Thread Joshua C. Colp
On Thu, Feb 27, 2020 at 10:51 AM hw wrote: > Hi, > > compiling the current git version on Centos 7 gives me: > > >[CC] res_statsd.c -> res_statsd.o > res_rtp_asterisk.c:2669:2: error: unknown field ‘on_valid_pair’ specified > in initializer > .on_valid_pair = ast_rtp_on_valid_pair, > ^ >

[asterisk-users] error compiling current git

2020-02-27 Thread hw
Hi, compiling the current git version on Centos 7 gives me: [CC] res_statsd.c -> res_statsd.o res_rtp_asterisk.c:2669:2: error: unknown field ‘on_valid_pair’ specified in initializer .on_valid_pair = ast_rtp_on_valid_pair, ^ res_rtp_asterisk.c:2669:2: warning: initialization from

Re: [asterisk-users] Error compile dahdi 3 on CentOS 7.7

2019-10-03 Thread Shaun Ruffell
On Thu, Oct 03, 2019 at 09:53:40AM -0400, Jerry Geis wrote: > >although it looks like the dahdi-linux-complete tarball has not been > >updated since the final 3.1.0 was released) > > This works - when will the tar be updated ? Unfortunately, I do not have any specific insight that would allow me

Re: [asterisk-users] Error compile dahdi 3 on CentOS 7.7

2019-10-03 Thread Jerry Geis
>although it looks like the dahdi-linux-complete tarball has not been >updated since the final 3.1.0 was released) This works - when will the tar be updated ? Thanks, Jerry -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Error compile dahdi 3 on CentOS 7.7

2019-10-03 Thread Shaun Ruffell
On Thu, Oct 03, 2019 at 08:59:29AM -0400, Jerry Geis wrote: > What should I do about the below error? Compiling from source. CentOS 7.7 > is fully updated. > > Thanks > > Jerry > > In file included from > digium/dahdi-linux-complete-3.0.0+3.0.0/linux/drivers/dahdi/dahdi-base.c:68:0: >

[asterisk-users] Error compile dahdi 3 on CentOS 7.7

2019-10-03 Thread Jerry Geis
What should I do about the below error? Compiling from source. CentOS 7.7 is fully updated. Thanks Jerry In file included from digium/dahdi-linux-complete-3.0.0+3.0.0/linux/drivers/dahdi/dahdi-base.c:68:0: digium/dahdi-linux-complete-3.0.0+3.0.0/linux/include/dahdi/kernel.h:1422:1: error:

Re: [asterisk-users] error compiling dahdi for recent kernels

2019-06-06 Thread John Novack
Too bad. LOTS of users will still want to continue to use these cards, example the OP! Good news it probably suppresses prices on used cards! John Novack Malcolm Davenport wrote: Howdy, That is correct. The list of supported cards is in the README file (not the -complete package

Re: [asterisk-users] error compiling dahdi for recent kernels

2019-06-06 Thread Malcolm Davenport
Howdy, That is correct. The list of supported cards is in the README file (not the -complete package README, but the dahdi-linux README) Cheers On Thu, Jun 6, 2019 at 2:52 PM John Novack SCII_U wrote: > Doesn't DAHDI 3.0 remove support for a bunch of older cards, including the > TDM400 and

Re: [asterisk-users] error compiling dahdi for recent kernels

2019-06-06 Thread Greg Woods
On Thu, Jun 6, 2019 at 1:51 PM John Novack SCII_U wrote: > Doesn't DAHDI 3.0 remove support for a bunch of older cards, including the > TDM400 and 410? > If it does, they have a funny way of implementing it, since the proper modules are still being loaded. This is a $600+ card, which is about

Re: [asterisk-users] error compiling dahdi for recent kernels

2019-06-06 Thread John Novack SCII_U
Doesn't DAHDI 3.0 remove support for a bunch of older cards, including the TDM400 and 410? John Novack Greg Woods wrote: On Thu, Jun 6, 2019 at 12:17 PM Malcolm Davenport mailto:malco...@sangoma.com>> wrote: Howdy, There's a dahdi-linux-complete-3.1.0-rc1+3.1.0-rc1.tar.gz.

Re: [asterisk-users] error compiling dahdi for recent kernels

2019-06-06 Thread Greg Woods
On Thu, Jun 6, 2019 at 12:17 PM Malcolm Davenport wrote: > Howdy, > > There's a dahdi-linux-complete-3.1.0-rc1+3.1.0-rc1.tar.gz. > > Try that. > I noticed that was there, but I didn't try it originally because it's obviously a beta version. However, I did download it and try it. It does

Re: [asterisk-users] error compiling dahdi for recent kernels

2019-06-06 Thread Malcolm Davenport
Howdy, There's a dahdi-linux-complete-3.1.0-rc1+3.1.0-rc1.tar.gz. Try that. On Thu, Jun 6, 2019 at 1:11 PM Greg Woods wrote: > Seems like I post about this about once a year, when it's time to upgrade > Fedora. > > I first got this error trying to compile a patched version of >

[asterisk-users] error compiling dahdi for recent kernels

2019-06-06 Thread Greg Woods
Seems like I post about this about once a year, when it's time to upgrade Fedora. I first got this error trying to compile a patched version of dahdi-linux-2.11.1; I noticed that there is now a dahdi-linux-complete-3.0.0+3.0.0, so I tried that one with the same result. If I compile it while

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-09-05 Thread Joseph Smith
DR module, kept on the SQL CDR only and things have been working fine ever since. Mike From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joseph Smith Sent: September 1, 2017 16:41 To: asterisk-users@lists.digium.com Subject: Re: [asteri

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-09-01 Thread Mike
gs have been working fine ever since. Mike From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joseph Smith Sent: September 1, 2017 16:41 To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] ERROR during high volume MoH

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-09-01 Thread Joseph Smith
. :( From: asterisk-users-boun...@lists.digium.com <asterisk-users-boun...@lists.digium.com> on behalf of Tony Mountifield <t...@softins.co.uk> Sent: Friday, September 1, 2017 11:01 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] ERROR during high volume MoH dialplan

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-09-01 Thread Tony Mountifield
In article , Joseph Smith wrote: > > Thanks for the feedback. > > I do agree with having multiple smaller servers. When I was first approached > with this task I mentioned as much. >

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-09-01 Thread Joseph Smith
nt: Thursday, August 31, 2017 2:42 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] ERROR during high volume MoH dialplan >> On Thu, 31 Aug 2017, Joseph Smith wrote: >> >> So I am looking for a better way to allow several thousand callers

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Pete Mundy
>> On Thu, 31 Aug 2017, Joseph Smith wrote: >> >> So I am looking for a better way to allow several thousand callers to listen >> to this IVR menu at the same time. > On 1/09/2017, at 7:10 AM, Steve Edwards wrote: > > I'm thinking multiple hosts. > > I'm not a fan

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Steve Edwards
On Thu, 31 Aug 2017, Joseph Smith wrote: So I am looking for a better way to allow several thousand callers to listen to this IVR menu at the same time. I'm thinking multiple hosts. I'm not a fan of 4,000 eggs in one basket. -- Thanks in advance,

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Daniel Tryba
On Thu, Aug 31, 2017 at 05:54:43PM +, Joseph Smith wrote: > > So I am looking for a better way to allow several thousand callers to listen > to this IVR menu at the same time. > An alternative that comes to mind is to have 1 conference with 1 channel playing MoH in it and then add callers

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Joseph Smith
-users-boun...@lists.digium.com <asterisk-users-boun...@lists.digium.com> on behalf of Antony Stone <antony.st...@asterisk.open.source.it> Sent: Thursday, August 31, 2017 11:58 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] ERROR during hig

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Antony Stone
On Thursday 31 August 2017 at 18:15:54, Joseph Smith wrote: > I was hoping Asterisk would handle more than 4k simultaneous calls. I know from experience that Asterisk can handle more than 4k simultaneous calls, however it's an extreme case to have all of them playing music on hold. I think

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Richard Mudgett
On Thu, Aug 31, 2017 at 11:15 AM, Joseph Smith wrote: > Is there any more information I can provide to give insight to these > errors? > > Any further advice on avoiding these during high call volume? > > > I was hoping Asterisk would handle more than 4k simultaneous

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-31 Thread Joseph Smith
...@lists.digium.com <asterisk-users-boun...@lists.digium.com> on behalf of Joseph Smith <warlock1...@hotmail.com> Sent: Monday, August 28, 2017 5:00 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] ERROR during high volume MoH dialplan Hi Richard

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-28 Thread Doug Lytle
On 08/28/2017 06:00 PM, Joseph Smith wrote: I set no optimize and better backtrace through "make menuselect" and the output is now Please ignore the noise, I need to slow down when I read. Doug -- _ -- Bandwidth and

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-28 Thread Doug Lytle
On 08/28/2017 06:00 PM, Joseph Smith wrote: I set no optimize and better backtrace through "make menuselect" and the output is now menuselect => Compiler Flags => Better Backtraces Doug -- _ -- Bandwidth and Colocation

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-28 Thread Joseph Smith
Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] ERROR during high volume MoH dialplan On Mon, Aug 28, 2017 at 1:04 PM, Joseph Smith <warlock1...@hotmail.com<mailto:warlock1...@hotmail.com>> wrote: Hello, I've recently setup a small load tes

Re: [asterisk-users] ERROR during high volume MoH dialplan

2017-08-28 Thread Richard Mudgett
On Mon, Aug 28, 2017 at 1:04 PM, Joseph Smith wrote: > Hello, > > I've recently setup a small load test against an instance of Asterisks. > I've tested on asterisk 13.5 and 14.6 with the same results. > I think you mean 13.15.0 as the excessive ref count trap is not in

[asterisk-users] ERROR during high volume MoH dialplan

2017-08-28 Thread Joseph Smith
Hello, I've recently setup a small load test against an instance of Asterisks. I've tested on asterisk 13.5 and 14.6 with the same results. I am using PJSIP. My dial plan is, [test] exten => 1001,1,Answer exten => 1001,n,MusicOnHold(15) exten => 1001,n,Hangup I am using SIPP to test. I

Re: [asterisk-users] Error when installing asterisk on Ubuntu 16.03LTS

2016-10-08 Thread Антон Сацкий
try to uncheck chan_unistim.so module 2016-10-08 14:57 GMT+03:00 christopher kamutumwa : > Hello, > I am trying to install asterisk 14 on ubuntu 16 but i am getting below > error message please assist with how to resolve that after i run make > && make install && make

[asterisk-users] Error when installing asterisk on Ubuntu 16.03LTS

2016-10-08 Thread christopher kamutumwa
Hello, I am trying to install asterisk 14 on ubuntu 16 but i am getting below error message please assist with how to resolve that after i run make && make install && make config && make samples [LD] astdb2bdb.o db1-ast/libdb1.a -> astdb2bdb [CPP] chan_unistim.c -> chan_unistim.i [CCi]

Re: [asterisk-users] Error compiling dahdi on CentOS 7

2016-02-28 Thread Tzafrir Cohen
On Wed, Feb 24, 2016 at 03:55:09PM -0600, Carlos Chavez wrote: > I am having a problem trying to compile > dahdi-linux-complete-2.11.0+2.11.0 on a CentOS 7.2 server. Version 2.10.2 > compiles fine. Is there a new dependency for 2.11.0 that was not required > for previous versions? Here are

[asterisk-users] Error compiling dahdi on CentOS 7

2016-02-24 Thread Carlos Chavez
I am having a problem trying to compile dahdi-linux-complete-2.11.0+2.11.0 on a CentOS 7.2 server. Version 2.10.2 compiles fine. Is there a new dependency for 2.11.0 that was not required for previous versions? Here are some of the errors I get: INSTALL

Re: [asterisk-users] Error making dahdi linux compete 2.11.0

2016-02-17 Thread Tzafrir Cohen
On Mon, Feb 15, 2016 at 05:28:14PM +0200, Tzafrir Cohen wrote: > On Mon, Feb 15, 2016 at 02:15:58PM +, Ryan, Travis wrote: > > Getting the some errors making dahdi 2.11.0. > > > > Seems same as listed here > > http://forums.asterisk.org/viewtopic.php?f=1=96455 > > > > In that link they say

Re: [asterisk-users] Error making dahdi linux compete 2.11.0

2016-02-15 Thread Tzafrir Cohen
On Mon, Feb 15, 2016 at 02:15:58PM +, Ryan, Travis wrote: > Getting the some errors making dahdi 2.11.0. > > Seems same as listed here http://forums.asterisk.org/viewtopic.php?f=1=96455 > > In that link they say to use 2.10.2 but that's from December. Is there a fix > yet for this? My bad,

[asterisk-users] Error making dahdi linux compete 2.11.0

2016-02-15 Thread Ryan, Travis
Getting the some errors making dahdi 2.11.0. Seems same as listed here http://forums.asterisk.org/viewtopic.php?f=1=96455 In that link they say to use 2.10.2 but that's from December. Is there a fix yet for this? Travis Ryan Director of Information Technologies Oscar Winski Company 2407 North

Re: [asterisk-users] Error while compiling asterisk asterisk-1.8.32.3

2015-11-25 Thread Rusty Newton
On Sat, Nov 21, 2015 at 1:51 AM, Jayesh Labade wrote: > Hi, > > I encountered following error while compiling asterisk-1.8.32.3. I am > using Debian 8(Jessie) 64 bit version. > > make[1]: *** [chan_dahdi.so] Error 1 > Makefile:351: recipe for target 'channels' failed >

[asterisk-users] Error while compiling asterisk asterisk-1.8.32.3

2015-11-20 Thread Jayesh Labade
Hi, I encountered following error while compiling asterisk-1.8.32.3. I am using Debian 8(Jessie) 64 bit version. make[1]: *** [chan_dahdi.so] Error 1 Makefile:351: recipe for target 'channels' failed make: *** [channels] Error 2 Detailed error attached in log file. Best Regards, Jayesh Labade

Re: [asterisk-users] error trying to get PJSIP working

2015-06-19 Thread Matthew Jordan
On Thu, Jun 18, 2015 at 1:52 PM, Ryan, Travis ry...@oscarwinski.com wrote: I’m doing an upgrade from Asterisk 11 to 13. I’m following the guide at https://wiki.asterisk.org/wiki/display/ast/setting+up+PJSIP+REaltime to setup realtime, as I use realtime on Asterisk 11 too. I’m getting the

[asterisk-users] error trying to get PJSIP working

2015-06-18 Thread Ryan, Travis
I'm doing an upgrade from Asterisk 11 to 13. I'm following the guide at https://wiki.asterisk.org/wiki/display/ast/setting+up+PJSIP+REaltime to setup realtime, as I use realtime on Asterisk 11 too. I'm getting the following error when trying to connect the peer to the server. Help? :) Thanks,

Re: [asterisk-users] Error writing CDR

2015-04-26 Thread jg
Hi All I have dozens of these messages on CLI complaining about database connection and error writing CDR to disk. The curious thing is I can find them all inside the database. I selected them using uniqueid and manually compared each column with the cdr_adaptive_odbc.c error line. mysqlcheck

Re: [asterisk-users] Error writing CDR

2015-04-26 Thread Ethy H. Brito
On Sun, 26 Apr 2015 11:11:10 +0200 jg webaccounts...@jgoettgens.de wrote: Hi All I have dozens of these messages on CLI complaining about database connection and error writing CDR to disk. The curious thing is I can find them all inside the database. I selected them using uniqueid

Re: [asterisk-users] Error writing CDR

2015-04-25 Thread Ethy H. Brito
On Sat, 25 Apr 2015 17:05:44 -0300 Ethy H. Brito ethy.br...@inexo.com.br wrote: On Sat, 25 Apr 2015 17:11:34 +0200 jg webaccounts...@jgoettgens.de wrote: Hi All I have dozens of these messages on CLI complaining about database connection and error writing CDR to disk. The

Re: [asterisk-users] Error writing CDR

2015-04-25 Thread Ethy H. Brito
On Sat, 25 Apr 2015 17:11:34 +0200 jg webaccounts...@jgoettgens.de wrote: Hi All I have dozens of these messages on CLI complaining about database connection and error writing CDR to disk. The curious thing is I can find them all inside the database. I selected them using uniqueid

Re: [asterisk-users] Error writing CDR

2015-04-25 Thread Guenther Boelter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/25/2015 10:51 PM, Ethy H. Brito wrote: Hi All I have dozens of these messages on CLI complaining about database connection and error writing CDR to disk. The curious thing is I can find them all inside the database. I selected them

[asterisk-users] Error writing CDR

2015-04-25 Thread Ethy H. Brito
Hi All I have dozens of these messages on CLI complaining about database connection and error writing CDR to disk. The curious thing is I can find them all inside the database. I selected them using uniqueid and manually compared each column with the cdr_adaptive_odbc.c error line.

Re: [asterisk-users] Error writing CDR

2015-04-25 Thread jg
Hi All I have dozens of these messages on CLI complaining about database connection and error writing CDR to disk. The curious thing is I can find them all inside the database. I selected them using uniqueid and manually compared each column with the cdr_adaptive_odbc.c error line.

[asterisk-users] error retrieving a video voicemail in asterisk 11

2015-04-13 Thread Steve Dolloff
Using asterisk 11.16.0 I am unable to retrieve any voicemail with a video attachment while using any video phone. This does work in my 1.8.23.1 installation. The file is skipped with the ast_streamfile error (and moved to OLD), and the prompts following that message display the ast_best_codec

Re: [asterisk-users] Error saving cdr at h exten in Asterisk13

2014-11-21 Thread Alonso Genis
If you are setting the userfield in the 'h' extension, then this is what I would expect. CDRs are finalized when the path of communication between channels is finished; altering the data after that point updates the next CDR for that channel. It isn't retroactive. The 'h' extension is

[asterisk-users] Error saving cdr at h exten in Asterisk13

2014-11-20 Thread Alonso Genis
Dears, I need to save some information on userfield when calls end in Asterisk13, but I have two error cases: 1. With endbeforehexten=no in cdr.conf, I have a registry in cdr, but userfield is not set. 2. With endbeforehexten=yes, I have two lines in cdr, one with duration, src e dst correct,

Re: [asterisk-users] Error saving cdr at h exten in Asterisk13

2014-11-20 Thread Matthew Jordan
On Thu, Nov 20, 2014 at 12:10 PM, Alonso Genis alo...@planetfone.com.br wrote: Dears, I need to save some information on userfield when calls end in Asterisk13, but I have two error cases: 1. With endbeforehexten=no in cdr.conf, I have a registry in cdr, but userfield is not set. 2. With

Re: [asterisk-users] error receiving a fax ... but with a fax that was received without problems

2014-09-22 Thread Larry Moore
On 21/09/2014 9:11 PM, Bart Remmerie wrote: Dear Joshua, I don't think this is it: first, this has been working in the past second, why would I get a message like the one below exited non-zero if everything is normal. Joshua is correct, to reliably process the received fax you will need to

[asterisk-users] error receiving a fax ... but with a fax that was received without problems

2014-09-21 Thread Bart Remmerie
Dear all, When receiving a fax, the extension is spawned, despite nothing but positive messages (see below) The sending fax considers it a success the verbose output of asterisk gives a FAX_SUCCESS and a NO_ERROR error in the ReceiveFax command. The problem is that all the next steps

Re: [asterisk-users] error receiving a fax ... but with a fax that was received without problems

2014-09-21 Thread Joshua Colp
Bart Remmerie wrote: Dear all, Kia ora, When receiving a fax, the extension is spawned, despite nothing but positive messages (see below) The sending fax considers it a success the verbose output of asterisk gives a FAX_SUCCESS and a NO_ERROR error in the ReceiveFax command. The problem

Re: [asterisk-users] error receiving a fax ... but with a fax that was received without problems

2014-09-21 Thread Bart Remmerie
Dear Joshua, I don't think this is it: first, this has been working in the past second, why would I get a message like the one below exited non-zero if everything is normal. In the past, all following lines were executed just fine (converting the tif to a pdf and sending it a gmail mailbox) I'm

Re: [asterisk-users] error receiving a fax ... but with a fax that was received without problems

2014-09-21 Thread Joshua Colp
Bart Remmerie wrote: Dear Joshua, I don't think this is it: first, this has been working in the past If the either side didn't hang up (or it took awhile for the hangup to be recognized) then the dialplan would continue. second, why would I get a message like the one below exited non-zero

Re: [asterisk-users] Error opening file for reading: Permission denied

2014-08-19 Thread Mitch Claborn
- Non-Commercial Discussion Subject: [asterisk-users] Error opening file for reading: Permission denied Asterisk 12.4 I am seeing message Error opening file for reading: Permission denied several times during the asterisk startup (asterisk -cv) but it doesn't say which file. Is there a way

Re: [asterisk-users] Error opening file for reading: Permission denied

2014-08-19 Thread Matthew Jordan
On Tue, Aug 19, 2014 at 11:36 AM, Mitch Claborn mitch...@claborn.net wrote: No, that's not it. The wording is different. grep doesn't turn up your phrase: ~/projects/12$ grep --include=*.c --include=*.h -r Error opening file . ~/projects/12$ Are you using any 3rd party modules that aren't

Re: [asterisk-users] Error opening file for reading: Permission denied

2014-08-19 Thread Mitch Claborn
I tried grep too. No 3rd party modules - this is an out-of-the box download and build. I'm guessing that some library function is being called to read a file and the error is happening there? Mitch On 08/19/2014 02:33 PM, Matthew Jordan wrote: On Tue, Aug 19, 2014 at 11:36 AM, Mitch

Re: [asterisk-users] Error opening file for reading: Permission denied

2014-08-19 Thread Steve Edwards
On Tue, Aug 19, 2014 at 11:36 AM, Mitch Claborn mitch...@claborn.net No, that's not it. The wording is different. Can you run Asterisk via strace? Something like: sudo -u asterisk strace /usr/sbin/asterisk -c -p -U asterisk -- Thanks in advance,

Re: [asterisk-users] Error opening file for reading: Permission denied

2014-08-19 Thread Mitch Claborn
Grepping the output of the strace revealed this: stat(/root/.terminfo, 0x7fff8622ed50) = -1 EACCES (Permission denied) open(/root/.asterisk_history, O_RDONLY) = -1 EACCES (Permission denied) open(/root/.odbcinst.ini, O_RDONLY) = -1 EACCES (Permission denied) [this one many times] That must

[asterisk-users] Error opening file for reading: Permission denied

2014-08-18 Thread Mitch Claborn
Asterisk 12.4 I am seeing message Error opening file for reading: Permission denied several times during the asterisk startup (asterisk -cv) but it doesn't say which file. Is there a way to find out which file is having trouble? -- Mitch --

Re: [asterisk-users] Error opening file for reading: Permission denied

2014-08-18 Thread Paul Greenberg
-users-boun...@lists.digium.com asterisk-users-boun...@lists.digium.com on behalf of Mitch Claborn mitch...@claborn.net Sent: Monday, August 18, 2014 1:14 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Error opening file for reading: Permission denied

Re: [asterisk-users] Error: 'LENGTH' is not a recognized built-in function name

2014-08-10 Thread Deepak Rawat
On Mon, Aug 11, 2014 at 3:29 AM, Deepak Rawat deepaksingh.ra...@gmail.com wrote: Hi, I modified the query in res/res_config_odbc.c. Original: SELECT MAX(LENGTH(var_val)) FROM %s WHERE filename='%s' Modified: SELECT MAX(LEN(var_val)) FROM %s WHERE filename='%s' I rebuilt the code and

Re: [asterisk-users] Error: 'LENGTH' is not a recognized built-in function name

2014-08-10 Thread Matthew Jordan
On Sun, Aug 10, 2014 at 5:02 PM, Deepak Rawat deepaksingh.ra...@gmail.com wrote: On Mon, Aug 11, 2014 at 3:29 AM, Deepak Rawat deepaksingh.ra...@gmail.com wrote: Hi, I modified the query in res/res_config_odbc.c. Original: SELECT MAX(LENGTH(var_val)) FROM %s WHERE filename='%s'

Re: [asterisk-users] Error: 'LENGTH' is not a recognized built-in function name

2014-08-10 Thread Deepak Rawat
Thank you for the response Matthew. It makes perfect sense to cater to the majority of databases. The changes I did are custom to our setup so we can use Asterisk 12.4 with MS SQL Server 2012. I wanted to document this error so anyone else facing it could resolve it. Like we have

Re: [asterisk-users] Error: 'LENGTH' is not a recognized built-in function name

2014-08-10 Thread Brian LaVallee
On 8/11/14, 11:31, Matthew Jordan wrote: On Sun, Aug 10, 2014 at 5:02 PM, Deepak Rawat deepaksingh.ra...@gmail.com wrote: On Mon, Aug 11, 2014 at 3:29 AM, Deepak Rawat deepaksingh.ra...@gmail.com wrote: Hi, I modified the query in res/res_config_odbc.c. Original: SELECT

Re: [asterisk-users] Error: 'LENGTH' is not a recognized built-in function name

2014-08-10 Thread Deepak Rawat
I tried that but for some reason couldn't get it working. My custom function was getting created in dbo and the asterisk kept throwing error. Maybe some mistake on my part. I will try it again. On Mon, Aug 11, 2014 at 10:44 AM, Brian LaVallee b.laval...@globaltank.jp wrote: On 8/11/14, 11:31,

Re: [asterisk-users] error cant write to function ODBC_DEVICES

2013-10-23 Thread Rusty Newton
On Sun, Oct 20, 2013 at 6:12 AM, Israel Gottlieb isr...@gmail.com wrote: snip but from the dialplan gives me a error cant write to function ODBC_DEVICES happy to hear any ideas I don't use func_odbc on a regular basis, but from looking at the sample file and looking at the functions

Re: [asterisk-users] error cant write to function ODBC_DEVICES

2013-10-23 Thread isrlgb
asterisk-users@lists.digium.com Subject: Re: [asterisk-users] error cant write to function ODBC_DEVICES On Sun, Oct 20, 2013 at 6:12 AM, Israel Gottlieb isr...@gmail.com wrote: snip but from the dialplan gives me a error cant write to function ODBC_DEVICES happy to hear any ideas I don't

Re: [asterisk-users] error cant write to function ODBC_DEVICES

2013-10-23 Thread Rusty Newton
On Wed, Oct 23, 2013 at 12:27 PM, isr...@gmail.com wrote: Thanks for replying (I only asked on this list) Whatever function you add to that file becomes a function and that was a odbc function I added Anyhow after a restart of asterisk it started working ok It worked like a charm (I had

[asterisk-users] error cant write to function ODBC_DEVICES

2013-10-20 Thread Israel Gottlieb
Hi all asterisk 1.8.23 I have odbc all setup to mysql but cant figure out why the dialplan wont write to the odbc function fubc_odbc.conf [DEVICES] dsn=device-conn;dsn in res_odbc not odbc.ini readsql=SELECT call.callNum, call.city, devices.callId, devices.id FROM call INNER

Re: [asterisk-users] Error 488 Not Acceptable Here

2013-05-24 Thread Karsten Wemheuer
Hi, Am Donnerstag, den 23.05.2013, 20:48 +0200 schrieb Maximilian Grobecker: Am 22.05.2013 16:39, schrieb Andrew Colin: Hi guys, Any idea why I am getting this error when someone tries to send me a T38 Fax? Hi, Maybe you have not allowed T.38 as acceptable codec ;-) You can try

Re: [asterisk-users] Error 488 Not Acceptable Here

2013-05-23 Thread Maximilian Grobecker
Hi, Maybe you have not allowed T.38 as acceptable codec ;-) You can try with allow=all in your sip.conf. Am 22.05.2013 16:39, schrieb Andrew Colin: Hi guys, Any idea why I am getting this error when someone tries to send me a T38 Fax? --

Re: [asterisk-users] Error 488 Not Acceptable Here

2013-05-23 Thread Gopalakrishnan N
488 not acceptable is due to codec error. Make sure you have right codec in place between the end points. On Fri, May 24, 2013 at 12:18 AM, Maximilian Grobecker m.grobec...@portunity.de wrote: Hi, Maybe you have not allowed T.38 as acceptable codec ;-) You can try with allow=all in your

[asterisk-users] Error 488 Not Acceptable Here

2013-05-22 Thread Andrew Colin
Hi guys, Any idea why I am getting this error when someone tries to send me a T38 Fax? -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every

Re: [asterisk-users] ERROR: Unknown signalling method ss7

2013-03-17 Thread mohsen feyzzadeh
libss7-trunk cannot be used with any released version of Asterisk. Thank you Richard. I could install libss7-branche 1.0 successfully. But i faced another problem. When i`m dialling over my SS7 enabled E1, caller-id did not presentaded correctly on the destination phone. I`m using these two

[asterisk-users] ERROR: Unknown signalling method ss7

2013-03-14 Thread mohsen feyzzadeh
Hi all I installed DAHDI Version - 2.6.1 DAHDI Tools Version - 2.6.1 libss7-trunk Asterisk 11.0.1 from source on Fedora 12 x86_64. Now i`m unable to load chan_dahdi and libss7: myserver*CLI module load chan_dahdi.so  ERROR[10124]: chan_dahdi.c:17842 process_dahdi: Unknown signalling method

Re: [asterisk-users] ERROR: Unknown signalling method ss7

2013-03-14 Thread Richard Mudgett
I installed DAHDI Version - 2.6.1 DAHDI Tools Version - 2.6.1 libss7-trunk Asterisk 11.0.1 from source on Fedora 12 x86_64. Now i`m unable to load chan_dahdi and libss7: myserver*CLI module load chan_dahdi.so ERROR[10124]: chan_dahdi.c:17842 process_dahdi: Unknown signalling method

Re: [asterisk-users] ERROR: Unknown signalling method ss7

2013-03-14 Thread Patrick Lists
On 03/14/2013 11:04 PM, mohsen feyzzadeh wrote: Hi all I installed DAHDI Version - 2.6.1 DAHDI Tools Version - 2.6.1 libss7-trunk Asterisk 11.0.1 from source on Fedora 12 x86_64. In case the 12 in Fedora 12 was not a typo, you do realize that Fedora 12 has been end-of-line for years and has

Re: [asterisk-users] Error to install Asterisk‏

2013-03-07 Thread Thorsten Göllner
? Date: Wed, 6 Mar 2013 14:25:50 +0100 From: t...@ovm-group.com To: fermit...@hotmail.com CC: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Error to install Asterisk‏ Did you execute the make command in the same environment so that make really uses the TMPDIR directory

Re: [asterisk-users] Error to install Asterisk

2013-03-06 Thread termo termosel
To: asterisk-users@lists.digium.com Date: Tue, 5 Mar 2013 17:40:32 + Subject: Re: [asterisk-users] Error to install Asterisk Hi, Ok, tomorrow I will send the output when I will be in the office! Thanks! From: asterisk_l...@earthshod.co.uk To: asterisk-users@lists.digium.com Date: Tue, 5

Re: [asterisk-users] Error to install Asterisk‏

2013-03-06 Thread Thorsten Göllner
Take a look here: http://unix.stackexchange.com/questions/16137/encountering-this-error-usr-bin-ld-final-link-failed-no-space-left-on-device Am 06.03.2013 13:00, schrieb termo termosel: Hi, df -h output: root@ubuntu:/home/ubuntu/Downloads/asterisk-11.2.1# df -h S.ficherosTam.

Re: [asterisk-users] Error to install Asterisk‏

2013-03-06 Thread Thorsten Göllner
Date: Wed, 6 Mar 2013 13:12:34 +0100 From: t...@ovm-group.com To: asterisk-users@lists.digium.com CC: fermit...@hotmail.com Subject: Re: [asterisk-users] Error to install Asterisk‏ Take a look here: http://unix.stackexchange.com/questions/16137/encountering-this-error-usr

Re: [asterisk-users] Error to install Asterisk‏

2013-03-06 Thread termo termosel
make[1]: se sale del directorio «/home/ubuntu/Downloads/asterisk-11.2.1» make: *** [_cleantest_all] Error 2 Jordi Date: Wed, 6 Mar 2013 13:29:24 +0100 From: t...@ovm-group.com To: fermit...@hotmail.com CC: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Error to install Asterisk‏

Re: [asterisk-users] Error to install Asterisk‏

2013-03-06 Thread Thorsten Göllner
Date: Wed, 6 Mar 2013 13:29:24 +0100 From: t...@ovm-group.com To: fermit...@hotmail.com CC: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Error to install Asterisk‏ Try to set the tmp variable. In your case: mkdir /var/ext_tmp

Re: [asterisk-users] Error to install Asterisk

2013-03-06 Thread Carlos Alvarez
-users@lists.digium.com Date: Tue, 5 Mar 2013 17:40:32 + Subject: Re: [asterisk-users] Error to install Asterisk Hi, Ok, tomorrow I will send the output when I will be in the office! Thanks! From: asterisk_l...@earthshod.co.uk To: asterisk-users@lists.digium.com Date: Tue, 5 Mar

Re: [asterisk-users] Error to install Asterisk

2013-03-06 Thread Gertjan Baarda
-users@lists.digium.com Date: Tue, 5 Mar 2013 17:40:32 + Subject: Re: [asterisk-users] Error to install Asterisk Hi, Ok, tomorrow I will send the output when I will be in the office! Thanks! From: asterisk_l...@earthshod.co.uk To: asterisk-users@lists.digium.com Date: Tue, 5 Mar

Re: [asterisk-users] Error to install Asterisk

2013-03-06 Thread Carlos Alvarez
On Wed, Mar 6, 2013 at 10:02 AM, Gertjan Baarda gertjan.baa...@gmail.comwrote: Couldn't agree more, Carlos. But then again, haven't we all started this way? ;-) The best way to understand Linux is learning the hard way. After all, it takes a genius to understand the simplicity of Linux. If

Re: [asterisk-users] Error to install Asterisk

2013-03-06 Thread Alex Villací­s Lasso
El 06/03/13 11:52, Carlos Alvarez escribió: I'm going to make an observation here that may upset you, and I don't mean it to, but it's fact. If you are so unfamiliar with Linux, you will have a bad time managing Asterisk servers. You really need to know how to use the OS before you can learn to

[asterisk-users] Error to install Asterisk

2013-03-05 Thread termo termosel
Hi, when I try to install Asterisk 11.2.1 the console return error which it tells: /usr/bin/ld: final link failed: No space left on device and the process exits installation. How can I solve this problem? Tmp folder is empty. Thanks,Jordi --

Re: [asterisk-users] Error to install Asterisk

2013-03-05 Thread Gertjan Baarda
Is there enough space on the device left? Check this with: du -sh --Gertjan On Tue, Mar 5, 2013 at 2:20 PM, termo termosel fermit...@hotmail.comwrote: Hi, when I try to install Asterisk 11.2.1 the console return error which it tells: /usr/bin/ld: final link failed: No space left on device

Re: [asterisk-users] Error to install Asterisk

2013-03-05 Thread termo termosel
Hi, if I write du -sh the response is 271M. I don't know that it means. Thanks,Jordi From: gertjan.baa...@gmail.com Date: Tue, 5 Mar 2013 14:29:37 +0100 To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Error to install Asterisk Is there enough space on the device left? Check

Re: [asterisk-users] Error to install Asterisk

2013-03-05 Thread Gertjan Baarda
...@gmail.com Date: Tue, 5 Mar 2013 14:29:37 +0100 To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Error to install Asterisk Is there enough space on the device left? Check this with: du -sh --Gertjan On Tue, Mar 5, 2013 at 2:20 PM, termo termosel fermit...@hotmail.comwrote: Hi, when I

Re: [asterisk-users] Error to install Asterisk

2013-03-05 Thread Hans Witvliet
-Original Message- From: termo termosel fermit...@hotmail.com Reply-to: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com To: asterisk-users@lists.digium.com asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Error to install Asterisk Date

Re: [asterisk-users] Error to install Asterisk

2013-03-05 Thread Gertjan Baarda
@lists.digium.com asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Error to install Asterisk Date: Tue, 5 Mar 2013 14:30:05 + Hi, if I write du -sh the response is 271M. I don't know that it means. Thanks, Jordi -Original Message- Hi Jordi, The du utility will show

  1   2   3   4   5   6   7   8   >