Displaying 20 results from an estimated 6000 matches similar to: "Slackware 10.2"
2006 May 18
1
R2/MFC Configuration.
I'm trying to put asterisk working with a proprietary pbx system.
I'm doing it using a T1 crossover cable. The pbx system uses the R2/MFC
specification. And the don't inform if it uses cas, ccs, ami or hbd3.
My digium card is flashing a red light.
How can I put this working with the R2/MFC system?
Thanks.
Fernando Lujan
2006 May 24
2
TE406P - MFC/R2
Guys,
I'm trying to configure a TE406P with MFC/R2.
here goes my zaptel.conf:
span=1,0,0,ccs,hdb3,crc4
cas=1-15:1101
dchan=16
cas=17-31:1101
span=2,0,0,ccs,hdb3,crc4
cas=32-46:1101
dchan=47
cas=48-62:1101
The first strange behavior is that the:
zap show status
shows this:
Description Alarms IRQ
bpviol CRC4
T4XXP (PCI) Card 0 Span 1
2006 Mar 29
5
Asterisk Between PBX and FXS
Hi guys,
I''m setting up asterisk to run with another pbx server. This pbx server
support a feature that allows 2 extensions connect to the same FXS. No I put
asterisk in the middle.
Asterisk receives the call and dial to a SIP/peer.
How the pbx installed support 2 extensions to one fxs... How can I figure out
in asterisk which extension was dialed before the call came to asterisk?
2006 May 10
2
Rails, Postgres and the Date Field.
Hi guys,
I''m having problems with my app. First of all, I created a date_select
with the code:
<%= date_select(''contact'', ''birthday'', :order => [''day'',''month'',''year'']) %>
In the contacts table, I create a date field:
birthday DATE
When I save the values goes wrong into the database.
2006 Apr 04
2
Ajax Effects Tutorial
Hi there,
I am in love with rails... And now I want to rule Ajax effects with
rails. Where could I find a book like: Ajax on Rails? :)
Tutorials will be welcome too.
Thanks in advance.
Fernando Lujan
2006 May 05
5
Sessid.
How can I get the sessid from the current session object?
For instance, I log in the system, and want to know which sessid I''m using.
I''m storing the session using active_record. Later on, I want to restore
a session finding it using the sessid.
Thanks in advance.
Fernando Lujan
2006 May 10
3
has_many association.
I''m creating a address book.
A user can have many contacts.
In the user model, I put:
has_many :contacts
And in the contact model, I put:
belongs_to :user
To list all contacts, I search as following:
@user = User.find(session[:user_id])
And rendering:
<%= render(:partial => "contact", :collection => @user.contacts)%>
To persist I am using the following
2007 Oct 30
2
WebDav Support.
Hi guys,
I read that mongrel supports the webdav protocol. I need to "create" the
webdav files and allow a third party app access it just for read purposes.
What do you recommend?
--
Fernando Lujan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071030/1527bd35/attachment.html
2006 Jun 08
1
Observable notifying a controller.
I want to code the following task:
I have a class, for instance, class A with is a observable.
I want to add a controller of my rails system to this class. So I can
notify_observer, and it updates all controllers of my system.
How do I pass a controller as a parameter to the add_observer() method?
And where I put this code?
Thanks in advance.
Fernando Lujan
2006 May 09
1
Reusing a model to form and link_to.
Hy guys,
Inside my app I have a form which contains user information.
Sometimes a have a form with a text_field as above:
<%= form_remote_tag(:html => { :action => url_for(:controller =>
"my_controller", :action => "my_action") }) %>
<%= text_field(''my_object'', ''my_parameter'', :maxlength =>
2006 May 03
1
Differences betwen check_box_tag and check_box form helper.
What is the difference between the check_box_tag and the check_box form
helper?
I can''t understand why both must exist. :(
Thanks.
Fernando Lujan
2006 May 04
4
What do you use RJS for?
I''ve read an intro or two for RJS, but I don''t fully get what it may be
used for - AJAX? Please post what you currently use RJS for.
Thanks!
Joe
--
Posted via http://www.ruby-forum.com/.
2006 Apr 19
1
asterisk 1.2.7.1 crashing my newly built system
Hello folx!
I just started to play with *. I first installed it this past weekend on my
Solaris 9 ultra 5 test box. Now I'm attempting to put it on a freshly built
Linux box a mere few hours old. I've installed asterisk 1.2.7.1,
libpri-1.2.2, zaptel 1.2.5 and the latest asterisk-sounds 1.2.1.
This is running (or installed) on my Slackware 10.2 box running kernel
2.4.31. I'm testing
2007 Sep 03
2
Mongrel and Memory usage.
Hi,
I am using mongrel for a long time... But just now I see a problem. I am
running 3 instances using mongrel_cluster and nginx as a reverse proxy. When
I start the cluster I have a memory usage of 20MB per instance... In the end
of the day this usage is something about 230MB for each instance. It should
be a memory leak?
Thanks for the help.
--
Fernando Lujan
-------------- next part
2005 Nov 04
2
R-2.2.0 Compile problem on Slackware 10.2
Hello,
I am trying to compile R-2.2.0 on Slackware 10.2.
I did ./configure --prefix=/usr --build=i486-slackware-linux. It went
off without any problem and gave this configure status:
R is now configured for i486-slackware-linux-gnu
Source directory: .
Installation directory: /usr
C compiler: gcc -g -O2
C++ compiler: g++ -g -O2
Fortran
2006 Apr 29
2
How many asterisk process's are "normal"?
Hello all,
I have two test beds running the exact same version of asterisk 1.2.7.1,
latest of zaptel, libpri, etc..
Test bed #1 (Solaris 9,sparc ultra 5):
This one is closer to a "production" machine, in that it is connected to a
sip provider thru an iax2 connection and have an incoming DID configured. I
can send and receive calls.
Test bed #2 (Slackware Linux 10.2, AMD XP chip):
2014 Apr 22
9
[Bug 916] New: Build failure on Slackware 14.1 (./configure rejects libreadline.so)
https://bugzilla.netfilter.org/show_bug.cgi?id=916
Summary: Build failure on Slackware 14.1 (./configure rejects
libreadline.so)
Product: nftables
Version: unspecified
Platform: i386
OS/Version: other
Status: NEW
Severity: major
Priority: P5
Component: nft
AssignedTo: pablo at
2007 Mar 19
1
Wine not working, Slackware 10.2
Clean install of Slackware 10.2. Wine 0.9.20. Downloaded slackware package.
Installed with KPackage via KDE, no errors. I have several Windows apps that
I used under Wine with Slackware 10.0. I right click on executable, select
Wine Windows Emulator, I can see in the process table Wineserver,
wine-preloader, and wineprefixcreator(?). Then they all go away, and nothing
happens. It doesn't
2010 Oct 17
6
klibc 1.5.20 falls into an finite loop during build against linux 2.6.35.4
GEN usr/klibc/syscalls/SYSCALLS.i
GEN usr/klibc/syscalls/syscalls.nrs
GEN usr/klibc/syscalls/typesize.c
KLIBCCC usr/klibc/syscalls/typesize.o
OBJCOPY usr/klibc/syscalls/typesize.bin
GEN usr/klibc/syscalls/syscalls.mk
GEN usr/klibc/syscalls/SYSCALLS.i
GEN usr/klibc/syscalls/syscalls.nrs
GEN usr/klibc/syscalls/typesize.c
KLIBCCC
2006 Jun 23
3
troubleshooting echo on speakerphone
Hello all,
I'm looking to troubleshoot some echo issues and possibly "studdering" while
using the speakerphone with the Intellitouch ITC3002. On the hardware end, i
have a 2621 setup as the router with some policy maps for qos, and a 2900XL
with cos priority set to 5. I have setup created 2 vlans currently (really
small office), 1 for corp/data, and 2 voice vlan. Asterisk is on