Re: [asterisk-users] Cannot install dahdi-linux on (old) PAE kernel.

2011-05-09 Thread stephen.hindmarch
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users- boun...@lists.digium.com] On Behalf Of Jason Parker Sent: 06 May 2011 20:01 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Cannot install dahdi-linux

[asterisk-users] Cannot built kmod-dahdi-linux for PAE kvariant from SRPM

2011-05-06 Thread stephen.hindmarch
After many moons I have revisited this problem and found a solution that moves the problem further up the stack. I will post my new problem separately but just for completeness here is the solution. Original problem: trying to build kmod-dahdi-linux for out of date PAE kernel. Errors: rpmbuild

[asterisk-users] Cannot install dahdi-linux on (old) PAE kernel.

2011-05-06 Thread stephen.hindmarch
I am trying to install dahdi-linux from packages onto an OEL5u3 server which has an old kernel (5.2.6.18_128) and is a PAE variant. As there are no kmod packages now available for this kernel I am having to build them from source packages. I have installed the dahdi-firmware-2.0.0-1_centos5

Re: [asterisk-users] Cannot built kmod-dahdi-linux for PAE kvariant from SRPM

2010-02-22 Thread stephen.hindmarch
Jason, Thanks for that, but I am still getting an error. I run rpmbuild using this command rpmbuild --bb ~/localrpms/SPECS/dahdi-linux-kmod.spec --target=i686 --define kversion `uname -r` but it fails with this error message. make[1]: Leaving directory `/usr/src/kernels/2.6.18-128.el5-i686'

[asterisk-users] Cannot built kmod-dahdi-linux for PAE kvariant from SRPM

2010-02-16 Thread stephen.hindmarch
I using the asterisk yum repository at http://packages.asterisk.org/centos/5/current to install a vanilla asterisk. All went well on my development server, which is a fully up to date CentOS5 machine. But now I am trying to do the same with my production server, which is an OEL5 machine with

Re: [asterisk-users] Error When Using Postgresql Schema WithRealtime Sip

2009-09-25 Thread stephen.hindmarch
OK, have done. Issue ID 0015963. Steve Hindmarch BT Design -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users- boun...@lists.digium.com] On Behalf Of Tilghman Lesher Sent: 24 September 2009 15:11 To: Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] Error When Using Postgresql Schema With Realtime Sip

2009-09-24 Thread stephen.hindmarch
I have investigated further and found that it is a bug in ODBC, not Asterisk. The SQLColumns function, which asterisk uses to describe the table, does not return any columns when the table name includes the schema specification. You can show this by using isql to do help table which returns info

[asterisk-users] Error When Using Postgresql Schema With Realtime Sip

2009-09-23 Thread stephen.hindmarch
I am using asterisk 1.6.1.6 and have been setting up a system to use a Postgresql database as the realtime DB via the ODBC route. I have got extensions and voicemail working but am having trouble with SIP The problem seems to be with using a schema. If I put the table sip in the schema foo then I

[asterisk-users] Segmentation fault in app_voicemail (ODBC/PSQL problem)

2007-10-02 Thread stephen.hindmarch
I have been testing with asterisk 1.4.11 and have found a segmentation fault while using voicemail. It happens when I try to forward a voicemail. As soon as I press the option the server crashes. I ran asterisk up inside gdb and got the following stack trace

[asterisk-users] chan_sip falls over with undefined symbol ast_pickup_ext

2007-09-26 Thread stephen.hindmarch
I have just downloaded and built asterisk 1.4.11 on my Fedora Core 6 box. All seemed to go well but once I had configured the server for SIP and sent my first SIP call to the server then asterisk crashed with the message *CLI asterisk: symbol lookup error:

Re: [asterisk-users] chan_sip falls over with undefined symbolast_pickup_ext

2007-09-26 Thread stephen.hindmarch
Silly me. I solved it myself. I was not loading res_features.so Steve Hindmarch From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 26 September 2007 14:31 To: asterisk-users@lists.digium.com