similar to: Re: Asterisk Compile Problem on Red Hat 9 solved

Displaying 20 results from an estimated 4000 matches similar to: "Re: Asterisk Compile Problem on Red Hat 9 solved"

2005 Feb 09
1
Asterisk Compile Problem on Red Hat 9 resolved
Thanks Noah I got the source with CVS to a Windows machine, this is the source causing the problem, although I suspect that getting the files to Windows and then copying them to Linux was not a good idea. I then got the tarball files, unzipped them on Linux and compiled and everything installed fine. My next goal is to setup 1 SIP channel, and be able to call the Asterisk PBX from a
2004 Sep 27
0
Speex/ILBC buggy with * 1.0 and X-Lite/Pro?
I'm playing with codecs at the moment and have found some notices errors when x-lite/pro connects to asterisk with Speex or ILBC. Initially I was getting garbled sound, but after changing magic number for both codecs to 97 (as per http://www.voip-info.org/wiki-Asterisk%20phone%20xten%20xlite and http://bugs.digium.com/bug_view_page.php?bug_id=0000918) I was able to get normal voice. BUT,
2006 Jul 05
1
newbie question: Mapping Collections
Hi, Day 3 with rails here. Forgive me. If this has been covered many times before, pls just point me at the article. I worked through the Rolling with Rails tutorial (http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html) built up my cookbook. Things work great. I now want to add Ingredients to my app. So, a Recipe will have 1 or more Ingredients and any single ingredient can be
2007 Apr 16
1
Red Hat Directory Server
Anyone played with or know the status of Red Hat Directory Server on CentOS 5? I had some problems getting this to work on CentOS 4.4, but am very interested in using this instead of regular OpenLDAP as it supports two way synchronization to Active Directory. Noah
2004 Sep 24
1
No sound into asterisk???
Hi - I think I might have seen this problem on the list before, so I'm sorry if this is a duplicate, but I couldn't find it when searching through the archive.... I'm just setting up a new machine with asterisk. It's a RH9 box, and I've tried the RC2 tarball, the 1.0 CVS and the 1.0 RPM's from nacs.net (thanks). My config is basically the sample barebones sip setup
2005 Feb 09
2
Asterisk Compile Problem on Red Hat 9
I get the following error when trying to compile asterisk 1.05 on red hat 9. [root@amc003 asterisk]# make install *** You don't have mpg123 installed. You're going to need *** *** it if you want MusicOnHold *** ./mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT
2005 May 29
1
Error attempting to make Zaptel on Red Hat linux 9.0
Hi All, Newby with problem when attempting to make Zaptel on Red Hat linux 9.0. I have seached Google, VoIP forums etc and cannot resolve issue. (Red Hat 9.0) Linux version 2.4.20-31.9 (bhcompile@daffy.perf.redhat.com) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Tue Apr 13 18:04:23 EDT 2004 All Packages installed per: http://www.voip-info.org/wiki-Asterisk+redhat9+packages Per
2006 Aug 08
2
Should I uninstall everything to install InstantRails?
Please help me I am brand new to this. I have been following this tutorial from OnLamp http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html which tells you how to install ruby, rails and mySQL and get going. Doing this tutorial convinced me RoR was the way to go for me. So I got hold of this e-book: Agile Web Development with Rails - The Pragmatic Programmers The book tells me to install
2005 Mar 04
2
Part 2 of ONLamp.com Rails article is online
ONLamp.com has finally published part 2 of my Rails article! You can find it here: http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html It would be really nice if we could get this slash dotted again before the weekend. >From what I understand, you''re more likely to get accepted when multiple people submit something. So, to anyone who has the inclination: if you would submit
2003 Sep 11
0
RV: WARNING[5126] Maximum retries exceeded on call
Hello I'm tryng to install Asterisk and by now I got a first congfiguration working (0ne PBX box and 2 X-lite phone communicating with each other) The problem now is that I keep this annoying message every time: WARNING[5126]: File chan_sip.c, Line 435 (retrans_pkt): Maximum retries exceeded on call 43c827415f83584c0c9dc15b03ed6924@10.1.1.1 for seqno 102 (Request) Do you have a
2006 Mar 09
3
ONLamp.com Tutorial Trouble
I have installed Ruby on Rails and the latest version of MySQL in my Windows XP machine and I am following a demo from ONLamp.com <http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=3>. I am 3/5 down the page where it says: "Open a browser and navigate to http://127.0.0.1:3000/recipe/new. You should see something like Figure 32." Instead of a page like Figure 32, I get
2008 Apr 18
1
rails for dummies
Hellos all, I''m new to this so I have one really stupid question. When I make my website is the whole thing going to be encoded in my_test_controller.rb if I do ''ruby script\generate controller MyTest'' as "ONLamp" says to do? http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=2 Cheers, Paul --~--~---------~--~----~------------~-------~--~----~
2004 Jan 23
0
New Asterisk article on O'Reilly's onlamp.com
Here's the follow-up article to the first article I published on Asterisk: http://www.onlamp.com/pub/a/onlamp/2004/01/22/asterisk2.html?page=last This one covers getting Zap hardware installed, and also covers integrating an IPCSP (IP Communications Service Provider - aka: long distance via SIP.) Sorry for the delay - the article was submitted about five months ago and just finally
2008 Jun 24
0
creating a list view in rails 2
just started learning ruby and RoR a few days ago. There aren''t many tutorials on Version 2 so I went with a version 1 one. I''m going through the ONLamp one, found here: http://www.onlamp.com/pub/a/onlamp/2007/01/05/revisiting-ruby-on-rails-revisited-2.html?page=1 I got the scafolding and db stuff sorted out (as in the way its meant to be done in version 2) but I noticed that in
2007 Feb 04
1
Rails-Mysql driver installation problem? - newbie
I''m a newbie trying to follow the ONLamp RoR tutorial at http:// www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=1 Originally, I forgot to install the MySQL driver. It took a while to get a driver installed using gem, but eventually I got mysql-2.7 driver installed after downloading some ruby dev headers and mysql client library. Now, when I try and point the browser to
2005 Aug 17
0
[OT] Red Hat binary compatibility, from Red Hat Linux 4.0 to Fedora Core 3 (and RHEL4) ...
I wrote part of a FAQ last November, and if you're interested in the breakdown of GCC, GLibC and kernel adoption since Red Hat Linux 4.0, you'll want to read this: http://www.geocities.com/thebs413/RH-Distribution-FAQ-3.html I've been loosely working on a "Linux Configuration Management" book covering Red Hat distributions since. I might update this FAQ if I have
2006 Aug 08
1
recognation failed - ?!
Hi there, When I was making examples form "Rolling with Ruby on Rails" ( http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html ) , after generating controller MyTest, the WEBrick server ( localhost:3000 ) reported an error: recognation failed /MyTest The WEBrick server was started form correct directory, what else can crush in that way ? Cheers. -- Posted via
2006 May 15
3
Mysql::Error in RecipeController#new
Hi, I''m doing the following tutorial :http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=3 but when I''m trying to access the database I get the following error #28000Access denied for user ''root''@''localhost'' (using password: NO) That''s strange because the database.yml file is defined with a password : development:
2005 Nov 19
1
new article on R at oreillynet.com
An article I wrote that provides a basic introduction to R has been published on Oreillynet.com. The article is titled "Analyzing Statistics with GNU/R". Here is the link: http://www.onlamp.com/pub/a/onlamp/2005/11/17/r_for_statistics.html Please feel free to post comments or interesting basic R scripts at the end of the article. Kevin Farnham
2006 May 09
2
newbie: OSX Ruby/MySQL issue?
I''m three pages into the OnLamp RoR Tutorial [1] and am wrestling with what appears to be a MySQL connection problem. I''ve created a simple controller called "recipe" with a corresponding "recipes" mysql table. The recipe controller is just a simple scaffold. When I browse to "recipe/new", though, I get these errors: == NoMethodError in