Displaying 20 results from an estimated 100 matches similar to: "E1 monochannel :-("
2005 Apr 15
2
Newbie question
Hola!
I''m trying to follow the User Manual''s example on how to run ttylinux on
xen and failing.
# xm create ttylinux-xen.cf -c
Using config file "ttylinux-xen.cf".
Started domain ttylinux, console on port 9604
************ REMOTE CONSOLE: CTRL-] TO QUIT ********
Linux version 2.6.11-xenU (horape@elanor.compendium.net.ar) (gcc version
3.3.5 (Debian 1:3.3.5-3)) #1 Thu
2004 Aug 02
1
help with digium E1 card
Hola!
I've a Digium E1 card, zaptel recognizes it as (loading the module
with debug=1)
Setting up DMA (write/read = 321b2000/321b2200)
Controller version: 43
Framer: DS21554, Revision: 5 (E1)
Found a Wildcard: Digium Wildcard E100P E1/PRA
Using CCS/HDB3 coding/framing with CRC4 120 Ohms
Calling startup (flags is 4099)
Started DMA
Got interrupt: 0x0005
/etc/zaptel.conf:
2003 Apr 13
1
torisa rev b
?Hola!
torisa.c (from zaptel 0.50) says:
#define MASTERVAL 0x41 /* Enable E1 master clock on Rev. B board */
Does that mean that there is a torisa revB? If so, are the schematics
downloadable from somewhere? (www.zapatatelephony.org only has Rev. A
ones)
Does the Rev. A support E1? (just changing the DS2151 for DS2153, the DS
crystal and closing the E1 jumpers, or something else is
2004 Sep 20
3
Question about the 'fax' extension
I was looking at the wiki on 'Asterisk as a voice/fax switch'
And was wondering if the extension 'fax' is global to extensions.conf
Or just to the context it is in?
The reason I ask, is that my PRI might have 5 channels that will be
scrictly
Fax, and to be functional, I need multiple 'fax' extensions in my
various
Contexts.
Hope that makes sense,
Paul Seniuk
2004 Sep 22
8
Digium Hardware
Hi,
Has anybody had any problems getting digium hardware lately?
Regards
Greg Cirino
___________________________________
Cirelle Enterprises Inc.
603-425-2221
www.cirelle.com Website Design
www.cirelle.net ProSpeed High Speed Dial-up - 5 Times Faster
www.cedata.com Web, FTP, Email Hosting Services
www.mlsbot.com MLS IDX Services
When You Want It Done Well, Just Call Cirelle
It's not just a
2006 Jun 24
6
Ajax fade effect
I have a list of categories, when I delete one of them, I want that item
to fade and then get removed. So I do the following:
1. home_controller:
def delete
@category = Category.find_by_name(params[:name])
@element_id = @category.name
Category.delete_all(["name = ?", @category.name])
end
2. delete.rjs:
if @element_id
page.visual_effect :fade, @element_id
2004 Aug 06
2
DTMF after answer
Hello,
I'm looking for a similar feature...
Dial a number via ZAP/g1
after the line gets answered
wait 10 seconds
send DTMF
Regards,
Marc
--
Network Manager Marc Storck
LuxAdmin.Org
mstorck@luxadmin.org
Internet Service Provider
http://www.luxadmin.org
15, route d'Esch Phone: +352 2727
3030
L-4544 Belvaux Fax: +352
2001 Jan 02
0
Why add ListenAddress to sshd_conf
?Hola!
[Please keep me in the Cc: list, i amn't subscribed to the list]
(From ftp://ftp.plig.org/pub/OpenBSD/OpenSSH/portable/openssh-2.2.0p1-vs-openbsd.diff.gz)
--- ssh-openbsd-2000090200/sshd_config Tue Aug 8 16:55:05 2000
+++ openssh-2.2.0p1/sshd_config Wed Aug 30 09:40:09 2000
@@ -2,7 +2,7 @@
Port 22
#Protocol 2,1
-#ListenAddress 0.0.0.0
+ListenAddress 0.0.0.0
#ListenAddress ::
2006 Aug 16
5
Rails theory question, where to put a join query
The is something I wrestle with a bit when I construct joined queries..
Perhaps some experienced insight will straighten this out for me.
Say you have two tables with two models, ''authors'' and ''posts''.
an author has_many posts, a post has_one author.
You need methods to do the following queries:
find_author(postid)
find_posts(authorid)
And you are doing a
2006 Jun 23
2
Foreign key - relations
Hello,
I''ve got DB like this:
(roughly)
create table projects (
id int auto blabla,
name varchar(200),
user_id int,
sales_id int);
create table users (
id int auto..,
name varchar(50));
So project.user_id has a foreign key to user.id - all is good.
Everything works fine.
Now my question..
How can set a relationship from two different fields to the users table
??
Fx.
2006 Aug 12
0
trivial questions about rails edge
Hola!
I''ve just downloaded rails edge and noted two strange things:
----------------
1. The "About your application.s environment" link on "Welcome aboard" page
fails saying:
Rails/infoController#properties
uninitialized constant Rails::InfoController
The trace ends like :
vendor/rails/activesupport/lib/active_support/dependencies.rb:178:in
2003 Apr 21
0
torisa: trying to understand the design
?Hola!
I'm trying to understand the torisa design and i'm mistified by the upper
part of the third page (generation of ALE and DWR from MEMWR and CS2..5)
Can somebody explain me how the magic there works?
Why can't just do ALE = ~(CS3 | CS5) and DWR = MEMWR ? (DS app note 326/452,
"DS2141A, DS2143, DS2151, DS2153 Interfacing to a Nonmultiplexed Bus",
at
2004 Dec 09
2
SCRIPT: Fax Remvoal Please Call: 1-800...
At time to time I receive some junk faxes from some advertising
companies that play smart and don't provide any TSI number so I can not
bock them by the number in Hylafax.
Despite calling their Fax Removal Service 1-800-... number several time
they refuse to obey my request.
So I would like to setup a small script or context loop in
extension.conf if possible and maybe run it overnight; maybe
2003 Jun 04
3
Getting netmeeting to work with Asterisk
Hello All,
Finally I realised that the Asterisk demo setup didn't include support for
h323. (Maybe it should have been obvious) so I went to work out how to
get the h323 channel running.
I had openh323 and pwlib installed as I'd been playing with vocal so it
didn't take long to do cd asterisk/channels/h323; make; make install; make
samples, copy the pwlib and h323 libraries to
2006 Aug 14
3
Rails on Linux with a MS SQL Database
So, does anyone know much about getting rails (on Linux) to talk to
mssql? There is a mssql driver, but it only works in Windows. A site
said that using ODBC might be an option, but I didn''t see a specific
ODBC driver for rails mentioned.
The nix machine runs php and it can connect to the mssql db just fine, I
don''t recall if it was using ODBC or free TDS though. I hoped
2004 Sep 20
2
1 extension entry for multiple purposes?
Hey gang,
There must be any easy solution for this but my mind is frazzled on
compiling 2.4 with RTC as module. Bleh.
Currently extension 9000 is our VoicemailMain(@company) line. Some
employee's are complaining that the old system was better because you didn't
have to enter your mailbox number and that instead the old system took you
right to it.
I figured there was something similar
2006 Jun 26
5
using application_helper.rb
I have a simple Yes/No selection list that I am using in a number of
places. Thinking that I could DRY things out a bit, I added it to
application_helper.rb ...
YES_NO = [
[ "Yes", true ],
[ "No", false ]
].freeze
So I figured I would use it there instead of in each model.rb where
needed.
anyway, in webrick screen, I am continually seeing this...
2004 Dec 26
2
Asterisk behind IX66
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: Steve Beaumont.vcf
Type: application/octet-stream
Size: 215 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041226/1c213f8a/SteveBeaumont.obj
2004 Dec 13
7
Dialing out to 2 clients simultaneously
Hi
When I register a SIP or IAX client to asterisk and I dial to it from
another UA then there is no problem at all
But, when I register two or more clients to the SAME peer (with the same
user/pass) and I call to this peer.. Then only the UA which registered
the last will ring.. Others don't ring...
What can I do about this??
I would like to register for example 10 UA's to the same
2004 Aug 12
10
H323 problems
All,
I have a problem with H323 the call disconnects when answered.
The debug shows
-- Executing Dial("SIP/sj1-4ff7", "H323/0797617729") in new stack
-- Called 0797617729
-- H323/0797617729 is ringing
-- H323/0797617729 answered SIP/sj1-4ff7
== Spawn extension (default, 0797617729, 1) exited non-zero on
'SIP/sj1-4ff7'
-- Executing