similar to: X100P outbound only (Don't answer)

Displaying 20 results from an estimated 200 matches similar to: "X100P outbound only (Don't answer)"

2003 Dec 23
3
Problem - installing TDM400P module
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031223/62cf404e/attachment.htm -------------- next part -------------- Hello When I tried loading TDM400P module using insmod command, I get following error messages. Is there some problem with my asterisk installation. Please advise. Thanks Tony $insmod wcfxs Using
2004 Apr 19
1
Not working!
I downloaded the cvs development of zaptel... It seems to compile ok, but when ismod I get: lp:/usr/local/src/zaptel# /sbin/insmod wcfxo.o wcfxo.o: unresolved symbol zt_ec_chunk wcfxo.o: unresolved symbol zt_unregister wcfxo.o: unresolved symbol zt_alarm_notify wcfxo.o: unresolved symbol zt_hooksig wcfxo.o: unresolved symbol zt_transmit wcfxo.o: unresolved symbol zt_receive wcfxo.o: unresolved
2003 May 27
2
The Phantom Call.. T1 card too
I've had the same thing happen, only on the single port T1 card and a channel bank, and one of the FXO channels also having a phone attached elsewhere... I just wound up putting that channel in a different context and running Exten => s,1,Hangup (I'm just using the line for outbound dialing) -----Original Message----- From: asterisk-users-admin@lists.digium.com
2006 Jan 13
5
Form field naming semantics question
Hi, I have a question today regarding how the various form elements in _form.rhtml are named. I understand that for a database table "persons" with a column headed by "name", then in _form.rhtml it will probably be like: <p><label for="person_name">Name><br/> <%= text_field ''person'', ''name''
2004 Oct 05
1
Brazillian Caller ID: almost there...
Hello, Talking with Soren Sratje about Caller ID in Brazil, we compare ours DTMF tones captured by ztmonitor. wcfxo correctly recognize the "DTMF CLIP" and asterisk shot the AST_STATE_PRERING correctly. But the DTMF tones are not reconized. In the chan_zap.c, the code: if (f->frametype == AST_FRAME_DTMF) { (...) Does not occurs because the frametype is always reconized as voice
2020 Oct 27
2
Creating unique code
Hello, I need some help in creating a new variable. I need to create a 'couple identifier', which gives a unique code for every couple/triple/... in a household. So, I can identify couples. To do this, I should use 4 variables: * SERIAL = a unique numeric code for each household * PERNUM = a unique numeric code for each person * SPLOC = the numeric code of the spouse in the
2005 Jul 14
1
Single-table inheritance and eager loading
I have a people table with four types of people: clients, spouses, children, and others all setup using single-table inheritance with a foreign key back to a household record. A Household has_one client and spouse, and has_many children and others. I want to use a single "Household.find(@session [:household_id], :include => [:client, :spouse, :children, :others])"
2004 Sep 06
2
spouse-friendly spa-3000 pstn interface
This post is simply documenting a spouse-friendly way of using the spa-3000 as both a fxs and fxo port for basic soho environments in the US, allowing asterisk to participate as needed/wanted. All home phones are connected _only_ to the spa-3000 fxs port. The incoming home pstn line is connected _only_ to the spa-3000 fxo port. Defined Line 1 (fxs) to register with asterisk via sip (extn
2006 Aug 16
11
just don''t ''get'' "has one" and "belongs to one"
Well, I understand what they do and how, I just don''t get why! It seems to me that any time you would have this relationship between two tables...they should be one table! Agile Rails book gives what seems to me to be a lame example for this. They use the example of an "invoice" and an "order". An invoice belongs to an order and an order has one invoice. Seems
2003 Sep 20
2
False RING (incoming call) on Digium X101P FXO
I have a normal backup phone (and an alarm panel) sharing the POTS line with the Digium X101P FXO: | | Wall |>---+------X101P FXO as Zap/5 | | | Phone & Alarm Whenever the Phone is used, Asterisk sees a 'false ring' signal immediately when the phone is hung up. The Alarm panel dials out nightly at around 1AM, and each time it completes the call, Asterisk
2006 Feb 28
1
Sound quality issue in one direction and wctdm problem with APIC enabled kernel
I'm chasing down a pop/click type of disturbance on a PBX system. Strangely, the disturbance is only heard by the outside caller, the internal recipient hears the caller crystal clear. This seems to have crept up when upgrading the zaptel driver to the 1.2 series while running 1.0.10. I went ahead and upgraded the entire system to 1.2.4. The system is a ~2Ghz AMD 32bit system, with 512MB of
2010 Sep 22
2
efficient list indexing
Hello everyone, I need some help with lists inside lists (a good way to emulate a struct)\ Assume that there is a small list called fred: fred <- list(happy = 1:10, name = "squash") and a big list called bigfred that includes fred list 5 times bigfred <- rep(fred,5) Is it possible somehow to index all these sublists(fred) inside bigfred with a more direct way like this:
2003 May 26
9
The Phantom Call..
My system seems to be generating a call on its own... Unfortuately I can't give much more information.. I have an X100P and an S100U.. My Modem and the X100P share a common line.. When I am on the internet (which is most of the day) * just sits there and does nothing (apart from when I am testing ideas for the dial plan), but at night when I am sleeping and the modem is not connected then
2009 Oct 21
3
Low End NAS hardware.
Hey, The recent discussion on NAS/SAN and the Thecus N8800 got me to thinking. Bit of background. I have an old Dual Athlon MP2800+ that I'm using for a home web/file server. It runs fine but between the noise of the various fans and it's location in the living room, I've been asked by my spouse to find a replacement for it that's smaller & quieter. Looking at the Thecus, and
2019 Apr 15
2
cutting corners (4.10.2 on el7.6)
Hi All, I'm not well versed in the samba code base so I'm asking here.. :) I only wanted to run a small AD/DC for my SOHO (1 spouse, 3 kids, 1 dog & 1 cat). I've managed to build 4.10.2 on rhel7.6 with gnutls-3.3.29 and python-2.7. (this required an updated cmocka, which in turn required an updated cmake) but... building without testsuite and without clustering (ctdb) allows
2011 Oct 04
2
adding a dummy variable...
Hi all, I have a dataset of individuals where the variable ID corresponds to the identification of the household where the individual lives. rel.head stands for the relationship with the household head. so rel.head=1 is the household head, rel.head=2 is the spouse, rel.head=3 is the children. Here is an example to see how it looks like: df<-data.frame(ID=c("17100",
2009 Nov 28
4
Fedora 11 i386 Evolution address book --> CentOS 5.4 x86_64
Finally moved my home desktop from Fedora to CentOS. My spouse was unhappy with me upgrading from F9-->F10-->f11 etc and wanted something more stable. I built a second machine which is now running in parallel to the old F11 desktop. I moved my data (mail and files) from the F11 box to the CentOS 5.4 box. I used tar to move everything. Mail and files transferred A-OK...but the Evolution
2006 Oct 20
2
Dataset on Baltimore home energy costs
I received a private request for my complete dataset from my previous questions. In gratitude to the developers of R, and especially to the helpful members of r-help, I'm happy to attach it. Anyone is free to use this dataset in any manner they wish, including published books. Attribution is not required, or even desired. Explanatory notes on dataset: This data is collected from monthly
2008 Nov 07
2
Vectorizing sample()
I am simulating sickness among a group of families. Part of the task is to randomly draw who in the family will be sick, randomly drawing from family ID's where Dad =1, Mom = 2, Kid1 = 3, Kid2 = 4., etc. My census of Dads is of the form shown below. Dad_ID Spouse (Y=1;N=0) #Kids #People_Becoming_Sick 1 1 0 1 2
2006 Oct 29
1
Multiple dial macros at the same time
I am setting up an after-hours on-call system. Someone calls in and requests service, and while they listen to music on hold, we dial out to several people's cell phones and home phones. We don't know if they will be answered by the employee, or by voicemail or a spouse/relative/child/pet. So we play a message that says "press 1 to accept the call" and ask employees to train