search for: rung

Displaying 20 results from an estimated 132 matches for "rung".

Did you mean: ring
2003 Jul 15
1
dbApply (R newbee)
...on > out <- dbApply(res, INDEX = "LinieID",FUN = function(x, grp) quantile(x$AvgSpeed, names=FALSE)) Error in if (what %in% set) structure(what, class = "connection") else NULL : argument is of length zero > Can anyone please help me Jesper Runge Madsen Ph.D. Trafikforskningsgruppen Institut for Samfundsudvikling og Planlægning Aalborg Universitet <mailto:runge@plan.auc.dk> runge@plan.auc.dk [[alternative HTML version deleted]]
2003 Jul 17
1
dbApply and data.frame
...25 100016 64.93848 100018 64.55 10002 125.435 100020 61.5714 . . . . . . Now at last my question J, is there a way to make my list/data frame into the table shown above. And does anybody know why R is crashing. Jesper Runge Madsen Ph.D. Trafikforskningsgruppen Institut for Samfundsudvikling og Planl?gning Aalborg Universitet runge at plan.auc.dk Tel: 9635 9800
2003 Jul 16
2
list to data frame
...000", "525867.000000", "525868.000000", "525869.000000", "525870.000000", "525951.000000", "525952.000000", "525954.000000", "525962.000000", "525964.000000", "525965.000000" )) /Jesper Runge Madsen Aalborg Universitet Denmark
2006 Jun 12
2
solving first-order differential equation
I am an initial user of R. Could you give me some explanations or examples on how to solve the first order differential equations by the first-order Runge-Kutta method? Thank you very much Kind regards
2004 Apr 05
5
Stable Relase Broken ?
All, I upgraded to the [*] stable release branch. When I call into the box (confirmed on 2 installations) the caller no longer hears the ringing. The CLI confirms that extensions are being 'rung'. Whassup? Willy Willy Wouters ypOne Publishing
2007 Jul 26
7
Queue stats
...works. 1) Call comes in and enters our 'ring' queue where the phones ring for 15 seconds (caller hears the standard ring tone). 2) After 15 seconds, the caller falls into our 'music on hold' queue, a message is played and the caller hears our music on hold while the phones are rung again. 3) After 30 seconds, if the caller is still in our 'moh' queue, they drop out of queue and immediately re-enter the 'moh' queue again until the call is answered or the caller hangs up. How can I find out how many calls are answered out of each queue during certain times...
2004 Aug 09
3
AbsoluteTimeout Inside A Macro
...exten => s,4,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1,Goto(s,1) exten => T,1,NoOp("i got here here") exten => T,2,Goto(s,1) The purpose of this macro is to be able to say something like exten => _8XX,1,Macro(attended,SIP,${EXTEN}) and have the the dialed extension rung, then, if no answer within 5 seconds, have the dialed extension plus an 'attendant' for that extension rung, (etc. etc. etc.). If nobody answers after 30 seconds, the caller is (read 'will be') offered the chance to leave a voicemail, otherwise re-enter the loop, ringing the ...
2003 May 17
2
Discriminating between two incoming lines?
It seems like I've seen how to do this, but so far my archives search has come up dry. I have two X100Ps working with a single instance of asterisk, and I want to do different things with incoming calls depending on which line has rung in. Could someone provide me with a quick pointer? Thx. B.
2003 Dec 13
2
Wrong voicemail after transfer?
I'm using a modified "default config" file for extensions.conf, the one that uses macro-stdexten to handle the stations. We use a TDM30 card for our stations. When a call that has been rung in using that macro transfers the call things work just fine as far as the "other" instrument ringing. But once the ring timeout has expired, the call then drops into the *original station's* voicemail. E.g. Tammy picks up the call and hookflashes, then dials Jim's extension....
2007 Dec 07
2
Polycom 601 stops ringing
I have an odd issue, where a polycom 601 stops ringing, or more properly, maybe, stops *being* rung, when a call comes in. Other phones/extensions, continue to work fine, they being run at the same time. My dial plan works fine (?) seems it will ring properly, right after a reboot. It works fine for outgoing calls at all times. Hints? joe a.
2015 Oct 09
3
Python version for scripts in LLVM?
...eate_ladder_graph.py (working copy) @@ -10,6 +10,7 @@ really behaving linearly. """ +from __future__ import print_function import argparse def main(): parser = argparse.ArgumentParser(description=__doc__) @@ -17,27 +18,27 @@ help="Number of ladder rungs. Must be a multiple of 2") args = parser.parse_args() if (args.rungs % 2) != 0: - print "Rungs must be a multiple of 2" + print("Rungs must be a multiple of 2") return - print "int ladder(int *foo, int *bar, int x) {" + print("int ladder(i...
2015 Aug 12
2
Call Queues : linear strategy WITH priority
...10 has penalty 1. Agent 11 till Agent 15 has penalty 2. (only contacted if 1 -> 10 are busy) Agent 16 till Agent 20 has penalty 3. (only contacted if 1 -> 10 and 11 -> 15 are busy) Within the range of Agent 1 till Agent 10, can I have a certain order in these Agents in which they are rung ?? Like Agent 1 -> Agent 5 -> Agent 2 & 3 & 4 -> Agent 6 -> Agent 7 -> Agent 8 & 9 & 10. I guess I need 'linear' strategy, but will penalty option still work ? Thank you for your feedback. Kind regards. Jonas. -------------- next part --------------...
2015 Mar 13
2
ringing in queues
We use the ringall strategy for a small queue with 4 members. When a call comes in, if one of the members is busy, all the phones except the busy phone rings (as intended). While the other phones are ringing, if this busy phone becomes available again, we would like to have it start ringing. Right now it just sits idle. Is this possible? I played with ringinuse (queues.conf) and callcounter
2010 Feb 15
1
Debian Lenny: Samba PDC + LDAP
...C to work now, and I'm so close to desperation that I have taken my self in looking at a windows server. My problem is that I have to get roaming profile for some Windows XP Pro clients to work, and I have a Debian based server solution. The problem is that I can't see where I do something rung... When I run "smbldap-useradd -w testing$" it gets imported to LDAP, when I try to connect my client, Samba connects to LDAP, when I do an LDAP-search I get the info that I wants, when I test to see if my Admin user is possible to find from UNIX it returns the right thing, what have I m...
2009 Sep 15
1
rmutil
Hello, I have downloaded the rmutil package in the form of *.tar.gz compressed file (I would like to use the runge-kutta() function). The package rmutil does not appear in the list of available packages. Can any one help? Massoud Boroujerdi PhD [[alternative HTML version deleted]]
2004 Sep 28
1
asterisks queues with static members
Hi List, Forgive me if this has already been covered. I did go through past messages but could not find anything. I want to setup a queue like scenario where users don't need to login/logout. Basically I want to define a list of extensions that will be rung when a call comes in. The sequence in which the extension are rung needs to be intelligent, in the way queues are. For example, it could be round-robin, least busy, etc etc. I would appreciate if someone can help point me in the right direction. Just to clarify, I need more or less what the q...
2005 May 24
1
BudgeTone 101 doesn't register with FirmWare 1.5.23
Hello, I am trying latest stable Firmware for GS IP Phone BudgeTone 101 found at http://gs-firmware.gratissip.dk/firmwares/ and the phone doesn't send a register staement (nothing in thertereal log). With the 1.0.3.81 version, the phone register properly. Is ther any know bug with the SW Version? Best regards, Daniel ANDRE -- Daniel ANDRE (mailto:daniel.andre@iris-tech.fr) IRIS
2005 Jul 28
0
How do you dial an alternate line on busy with several multi-line phones?
Situation: Dialplan requires several phones be rung on an incoming call, some of which have multiple line presentations. If Line 1 on a phone is busy, Line 2 should be rung instead. Problem: Normal Dial() syntax only rings ALL extensions which we do not want since we only want the second line on a given phone to ring if the lower number line is bus...
2005 Oct 04
1
SNOM Subscribe/Notify
I'm using a SNOM 360 with Ver 4.3 software. Asterisk is.... Asterisk CVS-D2005.05.02.22.00.00-05/04/05 (BRI Stuff + Head) I've used the wiki info to set up some lines to monitor some internal extensions. When the extension is rung - the lamp comes on, when the call is answered, the lamp goes off.. I was expecting something a little more exciting - like the lamp to flash when the extension was ringing and for the lamp to go on when the extension was busy - either incoming or outgoing calls. Am I missing something here??? --...
2006 Dec 08
0
Dial groups, groups of phones, multiple line keys
I have 4 Polycom phones with multiple line keys so multiple incoming calls work fine The way I would like the incoming call flow to work is as follows: 1) 2 groups consisting of 2 phones each 2) Incoming call rings the first group, if no answer, the 2nd group is rung 3) However if the first 2 are on a call or busy, it will immediately ring the 2nd group 4) If one of the first group is in use, the available phone is rung, if no answer, roll over to group 2 5) If group 2 one phone is busy, ring the other one only 6) Finally drop into v...