similar to: Dialing part of the extension

Displaying 20 results from an estimated 2000 matches similar to: "Dialing part of the extension"

2006 Feb 12
4
asterisk + door opener
Hi! I am new to asterisk and I'd like to know wheter the following scenario is possible: Someone press the Button on the door station. The door station dials lets say the extension 333. I take the call on 333 and talk with the person on the door. Now I'd like to activate the door opener by pressing some numbers on the analog telefon. Asterisk should now recognize that I pressed
2006 Oct 13
2
loop, pipe connection, output objects
Hi all, I have the following -newbye- problem. Inside R, I am trying to process a file and creating from it many files. The file is organized in different columns, the second containing a code. I want to create as output objects, which contain only entries in a certain code range, and whose name contain the code itself. Here is my attempt indice <- (201:399) for(i in indice){ data.i <-
2006 Feb 12
2
Aastra phones and common directory?
Does anyone know if it is possible to upload a common directory to all Aastra phones (480i, 9133)? Is there someting equivalent to the way Polycom phones do it? -- Carlos Chavez Director de Tecnolog?a Telecomunicaciones Abiertas de M?xico S.A. de C.V. Tel: +52-55-91169161 Ext 2001
2008 Feb 21
2
Unable to create/index a zoo irregular timeseries
In the text file pressione2008.csv I have the following "Data","MAX","MIN","Note" "07-01-2008 08:00:00", 135, 90, "Eccessi feste, inizio dieta" "07-01-2008 18:00:00", 135, 85, "" "08-01-2008 08:00:00", 125, 75, "" which is a collection of blood pressure data at different time of the day. I would
2006 May 31
1
INFO: TFOT book- n priorities and labels
Regarding my earlier post about labels and the 'n' priority: The TFOT book covers the use of these. See the box on page 81 entitled "Unnumbered Priorities." http://www.nufone.net/downloads/asteriskdocs/AsteriskTFOT.zip -MC
2006 Aug 10
2
Permission denied
Hi to all. I''m a newbye, and this is my first contact with list. I have installed ruby and rails. My ruby local home page works, but development.log tell me "Permission denied - /var/www/html/rubyapp/../config/../tmp/sessions//ruby_sess.e2677250ed380e4c " what''s happen? I think permission rights are ok (simlink towards public are root|root with 777). Someone can help
2003 Dec 30
1
Mistake with contour...
I'm reading Ripley-Venables "Modern Applied Statistics with S - Fourth edition" , at the same time trying the examples proposed in the book using R 1.8.1 under linux. Now I'm trying the following code from the book (example code of spatial statistics at page 76) with R : | data(topo) library("spatial") topo.loess<-loess(z ~ x * y, topo, | degree= 2,span=0.25) |
2007 Aug 27
4
Problem with save or/and if (I think but maybe not ...)
Hi, I recently discovered the R program and I thought it could be useful to me. I have to analyse data saved as .Px file (x between 0 and 8 - .P0 files have 18 lines at the beginning that I have to skip). New files are generated everyday. This is my strategy : In order to analyse the data, I first want to copy the new data in a database in MySQL (which already contains the previous data). So
2006 Feb 26
5
Voice Over WiFi
Hello all, this is not really an * question but it is somehow related, i am trying to develop a working proposal for cheap and quick telephony services using Voip running over *. By running a wireless network (over 802.11 a/b/g devices), i plan to be able to reach customers directly with eithe table top or handheld 802.11 sip enabled phones. But the disadvantage is that how do i power each radio
2005 Jan 18
14
Attended call transfer
Hi All, Does any one know if attended call transfer has been added into the STABLE release of asterisk yet? Potentially using a mix of phones would create confusion in a user base, any ideas on attended transfer or how to achieve this / mods to dial plan etc would be greatly appreciated. I have been on an almost vertical learning curve with Asterisk and Linux for 6 months this is just
2006 Dec 12
3
Need help getting started with asterisk
I am new to asterisk. I need help getting started, if it's even worth getting started. I say if it's worth getting started because I'm not sure if my hardware will even work with asterisk. I have a US ROBOTICS 56K V.90 PCI SOFT MODEM. I have standard twisted pair telephone wire. I can't afford to alter my hardware. I know I won't be able to do any sophistocated VoIP stuff.
2004 May 31
3
ffnet problem
Context:Linux debian testing, compiled R 1.9.0 from source. I've just installed the contributed ffnet package wit no problem at all. But when loading the library the following error message is popping up and no ffnet command seems to work: >library("ffnet") Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
2015 Jun 24
2
[Announce] Samba 4.1.19 Available for Download
I show the file size as 19M on the FTP site. 95MB is the gunzipped size. I suspect something unzipped it as it downloaded, I've seen browsers do that. I also pulled the file personally, and found the sizes lined up: ira at ira-t430:~/Downloads [/dev/pts/1](64/0)$ ls -la samba-4.1.19.tar.gz -rw-rw-r--. 1 ira ira 19558250 Jun 23 20:16 samba-4.1.19.tar.gz ira at ira-t430:~/Downloads
2006 Mar 05
2
Dialplan - strip IDD prefix and insert another
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: AbdelRahman el Tarzi.vcf Type: text/x-vcard Size: 4042 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060305/58ac151f/AbdelRahmanelTarzi.vcf
2006 Mar 09
2
Extracting info from the $EXTEN variable
Is there a way to access only certain positions in the $EXTEN variable? I'd like to filter my international calls based on the destination country: My dialplan looks like this (1XX0. is the international calling convention for Chile) exten => _1XX0.,1,Dial(SIP/${EXTEN:4}@external_provider) But, I'd like to, depending on the destination country (digits 5 and eventually 6 of EXTEN),
2006 Apr 03
3
Coice recognition IVR?
Hello everyone. Is it possible to do some very basic voice recognition from within Asterisk's dialplan? What I'm aiming at is the ability to speak the digits I want to dial from my mobile phone. Dialing digits on my mobile phone while driving is not all that safe... Thanks for any input, Cosmin Prund
2019 Jun 26
2
[PATCH 04/25] mm: remove MEMORY_DEVICE_PUBLIC support
[ add Ira ] On Wed, Jun 26, 2019 at 5:27 AM Christoph Hellwig <hch at lst.de> wrote: > > The code hasn't been used since it was added to the tree, and doesn't > appear to actually be usable. > > Signed-off-by: Christoph Hellwig <hch at lst.de> > Reviewed-by: Jason Gunthorpe <jgg at mellanox.com> > Acked-by: Michal Hocko <mhocko at suse.com>
2013 Aug 18
4
Am I being hacked?
Hello Asterisk-users, [2013-08-18 05:56:29] NOTICE[17089][C-000000a8] chan_sip.c: Failed to authenticate device 390<sip:390 at xx.xx.xxx.xxx>;tag=2762c06e [2013-08-18 05:56:34] NOTICE[17089][C-000000a9] chan_sip.c: Failed to authenticate device 390<sip:390 at xx.xx.xxx.xxx>;tag=7b909220 I keep getting messages like this where the IP, xx.xx.xxx.xxx, is my own IP. How do I figure
2009 Feb 05
4
eval and as.name
I'm sure there is a more general way to ask this question but how do you use the elements of a character vector as names of objects in an expression? For example, say you have: a = c(1,3,5,7) b = c(2,4,6,8) n=c("a","b") and you want to use the names a and b in a function (e.g. sum) sum(eval(as.name(n[1])),eval(as.name(n[2]))) works but what is a simpler way to
2015 Jun 23
2
[Announce] Samba 4.1.19 Available for Download
======================================================================= "People often say that motivation doesn?t last. Well, neither does bathing. That?s why we recommend it daily." Zig Ziglar ======================================================================= Release Announcements --------------------- This is the latest stable release of Samba 4.1. Changes