similar to: How to Flash() a modem line

Displaying 20 results from an estimated 2000 matches similar to: "How to Flash() a modem line"

2005 Mar 08
1
Dial() out and offer a menu system
Hello all! I'd like my * to call out to somebody and offer the called party a menu system. Everything should just be as if the called party had initiated the call themselves. This is my try: exten => 100,1,Dial(Modem/g1:0555321) exten => 100,2,Goto(mainmenu,s,1) This doesn't really work, because the Dial cmd blocks further execution until the called party hangs up. Next try:
2005 Jan 10
1
Digi Datafire Micro V ISDN Card
Hi to everyone! I am new to this list and i want to greet you all! I am trying to install Asterisk on a Fedora Core 3 Distribution with a Digi Datafire Micro V ISDN Card. I know that I have to use the ISDN4Linux so in modem.conf I set the I4l driver ,the msn and device. Modem.conf [interfaces] context=remote ;driver=aopen ; modem by AOpen driver=i4l ; isdn4linux - an
2003 Nov 01
1
NetJet Cards
Hello, I am trying to use 2 netjet cards under asterisk and isdn4linux. I am having a hard time trying to get them to work in terms of dial out. Does anyone have a working config I could look at for even one card (tried that, not much luck either). When i dial out: -- Accepting AUTHENTICATED call from 172.16.11.2, requested format = 2, actual format = 2 -- Executing
2006 Apr 01
2
chan-capi: Sending digits on a bri (isdn) d-channel
Dear asterisk users! I want to control a hardware pbx with asterisk. What I need to do this is being able to press "hold" which can be done with capicommand(hold) and then send digits on a bri card which connects to my asterisk computer. So far I use Dial(CAPI/ISDN1/27:<<digits>>/bo,15) to do this. Are there better ways? Note that these are not dtmf, I'm afraid. I use
2004 Jun 07
1
isdn4linux, NETjet, chan_modem help needed
I'm trying to get a basic Asterisk configuration together for ISDN incoming / outgoing calls. I have two Cisco 7905g phones working (at least talking to each other) and have purchased a NETjet-S PCI ISDN card for routing calls to / from ISDN. The state I've managed to get it to is:- -- Executing Ringing("SIP/PHONE2-d557", "") in new stack -- Executing
2005 Jan 21
1
Intermittent breakage with the ISDN4Linux modem driver
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm having some problems using the asterisk modem driver with an ISDN4Linux card (AVM Fritz). (I realise that it's better to use CAPI, but unfortunately this card doesn't have any CAPI drivers). Every so often the ISDN just stops working (it neither dials out nor accepts incoming calls). Trying to dial out just logs: --
2003 Apr 30
2
Eicon driver?
Hello, Does anyone know what driver to use with an "Eicon Diva Server 4BRI" card? My modem.conf: -------------- [interfaces] context=remote driver=i4l msn=16453 device => /dev/ttyds01 -------------- I get the following error: -------------------------- == Loading modem driver chan_modem_i4l.so => (ISDN4Linux Emulated Modem Driver) WARNING[8192]: File chan_modem.c, Line 383
2004 Jan 05
1
CLIR and isdn4linux
hi I have a passive isdn port configured in modem.conf in extention.conf i use this two channel (ttyI0 and ttyI1) with the string: exten => _NXXXXXXXXX,1,Dial,Modem/g1:${EXTEN}|60|r how can i hide my msn? is it possible to activate the clir with the @ before the ${EXTEN}? thanks Cristian
2004 Dec 13
3
Busy message on ISDN cards?
Hi all, I'm new to asterisk and not too knowledgeable on ISDN, so please be gentle :) I have a dual-channel Eicon Diehl Diva card in a Debian Woody box with kernel 2.4.27, connecting to a Telstra (Australia) Onramp Home Highway ISDN line. I'm pretty certain the card and line both work since they've been used in this machine for PPP before this (but with an older kernel with DoV
2004 May 05
7
* & ISDN-BRI-PTP & DID & ISDN4Linux does not show incoming number
Hi, I am using Asterisk on a DSS1 ISDN-BRI with ISDN4Linux (and a Fritz Card PnP). The ISDN-BRI is in PTP-Mode (Point to Point "german: Anlagenanschluss") which is enabled within I4L with "hisaxctrl fcpcipnp0 7 1". Everything works fine except that I can not see the called number/MSN of incoming calls within Asterisk and because of this I can not route incoming calls
2004 Sep 23
2
Modem[i4l]/ttyI0 sent into invalid extension 's'
G'day, New to Asterisk alert! I have a Netjet card running on linux 2.4.27 kernel using the HiSax module, and trying to use it for incoming/outgoing calls from *. I've tried playing with modem.conf and extensions.conf every which way I can think of, using samples and whatever I can find off the net, and I get the same message everytime I try to dial in. The complete message is:
2005 Jul 25
1
asterisk + i4l problems
Hello! Im pretty new of asterisk world: my goal would be using iaxcomm to call ppl over POTN. Yesterday i configured asterisk to be able to hear a song (with Playback() command) with iaxcomm, and it was wonderful. Now, today i tried to configure asterisk to use my ISDN4Linux supported card (a plain HFC card) with asterisk. i configured modem.conf this way, after reading
2003 Mar 31
2
modem.conf i4l issues
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 4325 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20030331/0fbcd9a7/attachment.gif
2010 Jun 26
7
Calculating Summaries for each level of a Categorical variable
Hi, I have a dataset which has a categorical variable "R",a count variable C (integer) and 4 or more numeric variables (A,T,W,H - integers) containing measures for "R". I would like to summarize each level of the variable R by the average for A,T,W and H. I have written a function to calculate weighted averages using C as the weight and this is given below. The function
2003 Oct 07
1
(PR#4450)
Hello, When I use det() and qr() on complex matrices the result is in some cases indeterministic. The documentation speaks of numeric matrices (and not of complex matrices) but det() uses qr() which should handle complex matrices correctly. I've also tried using only qr() with similar results. det() returns a value that is not the determinant of the complex matrix (in accordance with
2000 Oct 01
1
barplots with standard deviation
Hello! I'd like to print certain kinds of diagrams with R. They should look like barplots with besides=TRUE, but also have the variance or standard deviation on every bar so that one could better compare the bars. How could I apply this? thanks for your help Raoul -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2009 Aug 12
1
Map of UK Counties - to use in R
Hi, Can anyone help me with either of these: 1) Map of the UK counties that I could use in R? 2) How could I use an existing map for example, a map from here http://www.itraveluk.co.uk/maps/england.html - in R. I need to use a UK map to plot locations on it by lat & long. Would appreciate help on any of these. Thanks, Raoul -- View this message in context:
2009 Aug 31
1
RE xcel - two problems - Running RExcel & Working Directory error
Hi, I am using RExcel both at work and at home and am facing a couple of challenges. The one at home is that when using RExcel and trying to run any code that involves changing the working directory, I get the following error. Error in command: setwd("C:\\Raoul\\R\\R Maps_UK Maps_Test\\NUTS_03M_2006_SH\\shape\\data")\n cannot change working directory The one at office is more
2004 Apr 21
1
one-way audio and isdn4linux
Hi, Apologies in advance for the lengthy email. I'm new to asterisk and have trouble with isdn4linux. The setup is very basic like this: winxp ------- asterisk -------- winxp x-lite | x-lite | pstn The hardware involved is: Compaq EVO with RH9/kernel 2.4.20-30.9. Fritz!Card PCI v2 Asterisk CVS-04/17/04-21:36:18 Basically
2010 Jul 05
4
Data Labels in a barchart (Lattice or otherwise)
Hi, Can anyone please help me with how I could add labels with the value for each bar in a barchart? (similar to how data labels can be added in Excel) I have done a lot of searching but havent been lucky. Thanks, Raoul -- View this message in context: http://r.789695.n4.nabble.com/Data-Labels-in-a-barchart-Lattice-or-otherwise-tp2278027p2278027.html Sent from the R help mailing list archive at