search for: callme

Displaying 20 results from an estimated 33 matches for "callme".

Did you mean: callee
2002 Mar 22
2
rare bad bug in sys.function() {or match.arg()} (PR#1409)
...) function using match.arg(). It was triggered because mosaicplot.default(.) has an argument called `sort' and calls itself the sort() function in which I was using match.arg()... Here is (input for) a small clean example : #### bad match.arg() // sys.function() bug : #### MM, 22.3.2002 callme <- function(a = 1, mm = c("Abc", "Bde")){ mm <- match.arg(mm) cat("mm = "); str(mm) invisible() } ## These are as desired callme() callme(mm="B") mycaller <- function(x = 1, callme = pi) { callme(x) } mycaller() ##-> mm = NULL...
2013 Feb 26
1
sys.frame() and variables from parent frame
Dear R-help, I wrote the following lines in order to use a variable from a parent frame in my callM() function. I would like to solve this by only editing the callM(function). When I run this code I obtain a empty list, meaning that eval(ls(),sys.frame(-1)) could not access the variables in the parent function. Any suggestions? Thanks in advance! metaCall <- function() { NN <-
2003 Sep 26
3
dialing out with the outgoing queue problem.
...d one S100U (Zap3). If I use my S100U and dial extension 800, it works. It calls. However when I copy my 1.call file. it says: Unable to create channel of type 'Zap'. Does anyone have any suggestions? or know what am I missing? Thanks, Dante Here's my configuration: extensions: [callme] ... exten => 800,1,Dial(Zap/1/19548738986) exten => 800,2,BackGround(demo-congrats) exten => 800,3,BackGround(demo-instruct) ... 1.call: Channel: Zap/1 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: callme Extension: 800 ... cp /tmp/1.call /var/spool/asterisk/outgoing -- Attem...
2001 Aug 07
3
Packages: What expressions are allowed outside/before .First.lib?
...conflicts.OK <- TRUE' should be used? Q2. Is it considered ok to use attr() outside .First.lib? I would like set an attribute 'modifiers' to all my functions as they are declared. I have tried it and it work. This is an example of how one of my generated package files looks like: callMe0 <- function(x) cat("hey\n") attr(callMe0, "modifiers") <- c("private") callMe <- function(x) callMe0(x) attr(callMe, "modifiers") <- c("public") I know that I could put the attr() assignments in the .First.lib function,...
2005 Jun 29
1
Failed "make check" under Fedora Core 4 (PR#7979)
...; > > > MyVaR <<- "val";length(find("MyVaR")) == 1 > [1] TRUE > > rm(MyVaR); length(find("MyVaR")) == 0 > [1] TRUE > > > > > > ## Martin Maechler: rare bad bug in sys.function() {or match.arg()} (PR#1409) > > callme <- function(a = 1, mm = c("Abc", "Bde")) { > + mm <- match.arg(mm); cat("mm = "); str(mm) ; invisible() > + } > > ## The first two were as desired: > > callme() > mm = chr "Abc" > > callme(mm="B") > mm...
2004 Jun 08
8
New version of DIAX (0.9.8a) available now for free download
...onal autoanswer or based on CallerID (user configurable); - use any Ericsson/SonyEricsson GSM/PCS to control DIAX (feedback on the phone display) through Bluetooth (or serial cable). You do not even need to unlock the PC screen to operate DIAX; - move HANGUP function on the right button; - modified CallMe destination to point to my new IP Address (I have changed the provider some time ago and this is the reason that this function was unavailable till now); - 'h' key can be used for Hangup; Bugs solved: - Missed Calls counter not reset after you consult the Missed Calls List; - Echo Cancella...
2005 Jun 29
2
Failed make (PR#7978)
...TRUE > > > > MyVaR <<- "val";length(find("MyVaR")) == 1 > [1] TRUE > > rm(MyVaR); length(find("MyVaR")) == 0 > [1] TRUE > > > > > > ## Martin Maechler: rare bad bug in sys.function() {or match.arg()} (PR#1409) > > callme <- function(a = 1, mm = c("Abc", "Bde")) { > + mm <- match.arg(mm); cat("mm = "); str(mm) ; invisible() > + } > > ## The first two were as desired: > > callme() > mm = chr "Abc" > > callme(mm="B") > mm = chr...
2007 Jul 24
2
Dial out through multiple Zap groups
Hi, I'm trying to set a rule to dial out through multiple Zap groups so that, say, g0 is the cheaper POTS lines group and must be used first. However, if g0 is busy or disconnected then try dialing out g1. My g0 group is made up of 4 analog lines connected to a 4-FXO card. I disconnected the RJ-11 wires from the FXO card to simulate a line disconnection. So theoretically all calls should
2006 Mar 28
2
Dial out .call files File permissions??
Hi all, I've created this test.call file and it is not running outgoing call files: i've made mv test.call /var/spool/asterisk/outgoing and nothing happens Channel: SIP/200 MaxRetries: 3 RetryTime: 40 WaitTime: 25 Context: from-internal Extension: 200 Priority: 1 My asterisk is running with asterisk user. not root user. Could you help me on ? Could this be a problem of file
2004 Apr 01
1
Still trying program -> phone call
...es. For example, after cleaning stuff out, downloading from CVS, doing a make and make install (and ignoring errors ;-), then firing up "asterisk -vvvc" and copying one of my test*.call files to the outgoing directory, I got: *CLI> -- Attempting call on Zap/1/12223334444 for 800@callme:2 (Retry 1) Apr 1 16:29:08 NOTICE[17424]: channel.c:1563 __ast_request_and_dial: Unable to request channel Zap/1/12223334444 Apr 1 16:29:08 NOTICE[17424]: pbx_spool.c:199 attempt_thread: Call failed to go through, reason 0 (I replaced my home/cell number with 2223334444 for illustration's sa...
2006 Apr 12
1
rails api for dashboard widget like ruby rdoc widgets
hi guys, has someone here implemented rails api for dashboard widget like ruby rdoc widget? http://www.apple.com/downloads/dashboard/developer/rubyrdocwidget.html -- sig "kind regards" :name => " Arie Kusuma Atmaja ", :callme => " Arie ", :ym => " riyari3 ", :email => " ariekusumaatmaja@gmail.com ".chop!, :blog => " http://ariekusumaatmaja.wordpress.com ".chop, :pasrubylangage => %Q# Learn & Enjoy English Together: http://indoforums.com/englishklab # Besoin...
2004 Aug 20
0
Oh323 installing problem make[1]: *** [asteriskaudio.o] Error 1
...: Saliendo directorio `/root/asterisk-oh323-0.6.3a/wrapper' make: *** [subdirs_all] Error 1 Best regards, Diego Alberto Serrano Bustos Gerente General Call Me Networks Telecom Chile S.A. Director Ejecutivo Telefonica de Servicios Integrados Ltda. F.+56-42-216156 Cel.+56-9-4097684 dserrano@callme.cl dserrano@publivoz.cl www.callme.cl www.publivoz.cl -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040820/42cb24b3/attachment.htm
2005 Jun 09
0
"auto-dial out" not waiting for answer
...-04/23/04-16:23:54 release but will be moving to the current stable release very shortly. I have attached my call file and an extensions.conf snippet below. Thanks in advance for any help. cheers, James ---call file Channel: Zap/1/6472194113 MaxRetries: 1 RetryTime: 60 WaitTime: 30 Context: callme Extension: s Priority: 1 -------------------- ---extensions.conf snippet--- [callme] exten => s,1,DigitTimeout,5 exten => s,2,ResponseTimeout,10 exten => s,3,Answer exten => s,4,Wait(1) exten => s,5,Playback(you-have-mail) exten => s,6,Hangup ------------------------------
2006 Apr 28
2
["acts_as_authenticated"] << "Role-Based Authorization Rails Recipe"
...can create, edit, delete user, etc.. users also need to login, but go to different pages. do you guys think it''s good to try rick''s acts_as_authenticated + chad''s role based authorization ? -- sig "kind regards" :name => "Arie Kusuma Atmaja", :callme => "Arie", :yahoo_messenger => "riyari3", :email => "ariekusumaatmaja@gmail.com", :blog => %Q~ http://ariekusumaatmaja.wordpress.com ~ haree genee pake (as|ph)p ? siape lu mo bikin framework Ruby test/unit pake php :p
2006 Mar 12
1
alias_method interferes ApplicationHelper
...ef exit(code=0) puts "Exiting with code #{code}" orig_exit(code) end end include Mod exit(99) _produces:_ Exiting with code 99 -- sig "kind regards" :name => " Arie Kusuma Atmaja ", :callme => " Arie ", :ym => " riyari3 ", :email => " ariekusumaatmaja@gmail.com ".chop!, :dotmac => " ariekusumaatmaja ", :blog => " http://ariekusumaatmaja.wordpress.com ".chop, :pasrubylangage => %q# Learn & Enjoy English Together: h...
2006 May 23
2
Outband call from php script
Hello, I am trying to make the following... Can someone tell me if it is possible? Is someone willing to do it from an asterisk@home box? 1. I send an http request to asterisk@home box. Ex: http://asterisk@home/call.php?phone=0033102030405&code=12345 2. Application will call phone number 0033102030405 (using a sip provider) 3. Application will play a pre-recorded voice prompt 4. Application
2003 Nov 21
3
Upgrade CISCO 7960 Question
Hello, My Cisco phone has software: Boot Load: PC030300 Ver: 3.2(7.0) And I want to upgrade it to SIP 6.0 Is it possible or I have to upgrade to ealier then 6.0 and then to 6.0 ? bart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031121/7331dff5/attachment.htm
2006 Feb 22
3
OT: svn installation tutorial
...r: The following dependencies failed to build: apr-util db4 neon Error: /opt/local/bin/port: Status 1 encountered during processing. Please help me. Thank you very much for your help and please forgive me for this OT. -- sig "kind regards" :name => " Arie Kusuma Atmaja ", :callme => " Arie ", :ym => " riyari3 ", :email => " ariekusumaatmaja@gmail.com ".chop!, :dotmac => " ariekusumaatmaja ", :blog => " http://ariekusumaatmaja.wordpress.com ".chop, :pasrubylangage => %q# Learn & Enjoy English Togethe...
2006 Sep 27
3
Ellipse 750 USBS auto shutdown and NUT.
Hello, I've installed & configured NUT 2.0.4 connected over a serial port to an MGE USBS 750. When the UPS enters the 'critical' state (ie, battery load below the defined battery.charge.low AND power input off), the UPS just shutdown itself instead of notifying NUT. When I say the UPS just shutdown, I mean it autonomously shut down itself within one second after reaching the
2005 Mar 14
2
FWD IAX Problem
...nnections (local iaxy, iaxtel, and a connection to my brothers *) that work fine. I see this under -vvvvvv: -- Registered IAX2 to '65.39.205.121', who sees us as 68.146.107.231:4569 Watching my external interface, I see the IAX registration, and it seems to succeed, but trying the callme application on the fwd web site produces no traffic on the external interface from this address (or any other). I am stuck. Can anyone help recommend some other things for me try? Could this be a problem with FWD? One thing that I have been doing is trying out SIP softphones against my FWD acc...