Displaying 20 results from an estimated 10000 matches similar to: "Help getting started?"
2005 Feb 18
1
wikki problem
I'm trying to post a script on the wikki but it keeps screwing up the
text because it interprets the text as commands that cause graphical
errors.
Is there some trick to make the wiki think that the text is just text?
Tia,
Dean
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 13
4
equivilent to PHP''s nl2br?
Hey all, this is a pretty simple question but I can''t seem to find
anything on the wikki or google... Is there a Ruby/Rails equivilent to
PHP''s nl2br function?
--
Posted via http://www.ruby-forum.com/.
2003 Sep 10
1
newbie help.
Hello All,
I am a newbie looking to learn about Asterisk. I'm new to IVR and all
that goes with it. I would like to know if it is possible to grab the
number of an incoming call, have Asterisk, or third party software
return the call with an automated voice message allowing the original
placer of the call to select another person to call (eg "Select 1 for
Bob") then have
2017 Sep 05
3
Kernel 4.12 and nVidia Driver
I tried to move to the latest stable kernel (4.12) so I could take
advantage of my newest custom system (Intel Core I7 6-core; 64 GB RAM;
MSI nVidia graphics card; 2 - 120 GB SSD; 2 - 4TB WD Black) on a UEFI
Asrock mother board.
I've had the machine for 3-months but I couldn't get it to work until I
found out that the Nouveau driver was causing me all the 'hardware'
issues. I
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
2004 Apr 26
2
Echo Training Question From a Newbie
I'm running CVS code from about a week or so ago. We've been having
echo problems on outbound calls to the PSTN, so this weekend I enabled
the echotraining flag in my zapata.conf. This works great - after the
first 3 or 4 seconds of the call. Those first few seconds have terrible
echo however.
I was expecting the system to remember its "training" between calls - is
there
2006 May 08
4
Asterisk documentation..
Where can I get some asterisk books.. or tutorials..? I?ve been searching in
google.. but I find just some tutorials explaining how to fast set up an
asterisk server. I want to learn how to use it and how to make my own
configurations. So, the thing is that I want to know what is the best book
or tutorial that you know? recomendations? Thanks to everyone...
Danko Miocevic
2006 Mar 28
6
blank page output
Hello, I''m new to Ruby and RubyOnRails. I''m running Fedora 4 which comes
with Ruby 1.84-1. I installed rubyonrails, and I''m doing the a sample
program found on
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=2
I ran ruby script/generate controller MyTest. I edited the file
my_test_controller.rb. Here''s the code I entered
class MyTestController
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
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
2013 Oct 27
2
Network Problem on New Install of 6.4
I have a new install of CentOS 6.4 on an HP Pavilion 500-27c with one
mother board nic card.
results of lspci :
01:00.0 Ethernet controller: Atheros Communications Inc. AR8161 Gigabit
Ethernet (rev 10)
04:00.0 Network controller: Ralink corp. Device 539b
results of ifconfig -a
lo Link encap:Local Loopback
wlan0 Link encap:Ethernet HWaddr 70:18:8B:80:AE:71
There is no
2003 Oct 08
2
Registering Softphones to Asterisk
Hi,
We have set up our Asterisk server, our extension.conf and sip.conf
according to
http://www.onlamp.com/pub/a/onlamp/2003/07/03/asterisk.html?page=4
It's quite basic, and extension.conf is set up properly. The difficulty we
are now encountering is in sip.conf, in trying to get any softphone to
register at our own Asterisk server.
We have searched the mailing list, and find bits and
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
2012 Jan 27
4
Problem with Postfix + Dovecot + MySQL + Squirrelmail
Dear friends,
I try configure a webmail on my server using Postfix + Dovecot + MySQL + Squirrelmail.
My system is a Debian6 and dovecot version is:
#dovecot --version
1.2.15
But, when I try to access an account on squirrel I recieve this message:
?ERROR
Error connecting to IMAP server: localhost.
111 : Connection refused?
Looking for a problem I foud this:
#service dovecot start
2006 Mar 03
13
Listing help
Hi,
I''ve created a Rails application and am having a problem listing by a
particular category in an associated table. I followed the instructions
found at the O''Reilly tutorial
(http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html?page=3) but have
not had success. Can anyone please outline a better set of instructions
than in the "Showing Recipes in a
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
2004 Aug 20
1
from Newcomtech Co,. Ltd Help us.
How are you?
Fristly I would like to introduce myself in a shortly.
I'm a newcomer at Newcomtech Co,. Ltd. Nowdays I'm
working at TDM40B and TDM04B cards. I have installed
Linux hedhat 9.0 and Asterisk software. I have
configured the cards. I typed asterisk -vvvc command
in the command line and then asterisk give us
"asterisk is ready".
Now I have to configure my asterisk
2004 Dec 27
1
incoming & outgoing call
Hi All,
I've installed digium TDM02B. The PSTN line
connected to this card. At the IP network side, I have
SIP phones registered sucessfully to asterisk server.
How do I configure asterisk, so once there is incoming
call to the TDM channel from PSTN, the caller will
hear another dial tone from asterisk then to key in
the extension of intended destination (SIP phones
number) that already
2005 Feb 07
4
Newbie help/pointers required - configure xlite with asterisk
I could use a few pointers to get this working please?
I have asterisk installed on my linux server. It is setup to register with
sipgate and works for incoming calls. I have xlite installed on my windows
pc and this connects fine with the asterisk server and can get the incoming
calls fine.
Now I want to be able to make outboun calls from xlite via sipgate.
I also need to be able to dial
2005 Feb 06
3
Question about X100P card
Hello my brothers and sisters,
Is "X100P" card suitable to VoIP? and if "yes", am i need to only "X100P"
and "Asterisk" Package? or i need also to other cards or packages?
and if "X100P" card not suitable to VoIP, please recommend a another card,
(please take in your account that i would like to connect standard analog
line to the card