search for: nester

Displaying 11 results from an estimated 11 matches for "nester".

Did you mean: nested
2008 Nov 04
3
Nester Resources, Routes and Class Inheritance
Ok here''s a quicky... but a goody :) We have models Company, Reference and Applicant... and References and Applicants just inherit from Company, and are basically companies with the type field set to reference... All companies can have a phone number associated with them, and phone number is a different model... I''m having trouble using the form_for method with a company that
2005 Jan 25
5
Polycom and call waiting again..
...es.conf expires, it dials the agent again.. I just need some suggestions on what to try. I don't mind doing the research, but I'm out of ideas on what to search for.. Thanks in advance... --Sean -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- sean a. newton nester@wewt.net louisville, ky, usa http://wewt.net -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2005 Feb 18
1
wrapuptime + agents.conf
hello list, i have problem when i am useing wrapuptime with agents.conf my agents.conf looks like this [agents] autologoff=15 musiconhold => default wrapuptime=50000 group=1 agent => 1001,4321,Mark Spencer recordagentcalls=yes my aim is every call needs have wrapuptime of 5000 ms but when ever a call comes its directly connecting not wating any more. your views will be highly
2008 May 19
2
Help on nested FOR loops
I am new to more radical programming in R. I am trying to write a nested 'for' loop to produce output that takes subscripts like: for i taking values 1,2,3,4,5 and j taking values 1,2,3 I want to output for a computation using the combination values of i and j a value x like this; i j x 1 1 x11 1 2 x12 1 3 x13 2 1 x21 2 2 x22 2 3 x23 3 1 x31 3 2 x32
2005 Jan 27
0
Re: Polycom and call waiting again...
>Message: 10 >Date: Wed, 26 Jan 2005 17:53:39 -0500 (EST) >From: "Sean A. Newton" <nester-asterisk@wewt.net> >Subject: Re: [Asterisk-Users] Re: Polycom and call waiting again.. >To: Asterisk Users Mailing List - Non-Commercial Discussion > <asterisk-users@lists.digium.com> >Message-ID: > <Pine.LNX.4.21.0501261750020.14154-100000@blackbox.ninjaz.net> >Con...
2005 Mar 25
5
Re-write callerid?
Is it possible to rewrite caller id's? I would like to have sip phones appear by their local cid (like Henk <208>) but when they call out using the PRI I would like their full DID (MSN) to appear (like 0031201234567) I could ofcourse set callerid to the main phonenumber but surely there must be a better solution? Thanks!! Remco
2005 Mar 25
5
Two companies - One Asterisk???
We have two small business that run out of our office. One business has 3 phone lines, and the other has only one. In a perfect world, Asterisk would indicate WHICH line (or group) the outsider caller called, so that we would know which way to answer the phone. The incoming calls would go through a voice mail menu first - different for each company. (Press one for sales, two for
2011 Jun 27
20
[PATCH 0 of 5] v2: Nested-p2m cleanups and locking changes
This patch series tidies up a few bits ofthe nested p2m code. The main thing it does is reorganize the locking so that most of the changes to nested p2m tables happen only under the p2m lock, and the nestedp2m lock is only needed to reassign p2m tables to new cr3 values. Changes since v1: - a few minor fixes - more sensible flushing policy in p2m_get_nestedp2m() - smoke-tested this time!
2019 Nov 26
9
[net-next V3 0/2] drivers: net: virtio_net: implement
This series add two important features. One of them changes the .ndo_tx_timeout to include an extra parameter to identify the stuck queue. Many drivers are using a nester loop to identify which queue is stooped/stucked. This is a redundant work since dev_watchdog is doing exactly the same thing. This is so interesting for other drivers to in terms of code optimization. The second part (second commit) introduces a virtnet_tx_timeout function to reset virtio_net driv...
2019 Nov 26
9
[net-next V3 0/2] drivers: net: virtio_net: implement
This series add two important features. One of them changes the .ndo_tx_timeout to include an extra parameter to identify the stuck queue. Many drivers are using a nester loop to identify which queue is stooped/stucked. This is a redundant work since dev_watchdog is doing exactly the same thing. This is so interesting for other drivers to in terms of code optimization. The second part (second commit) introduces a virtnet_tx_timeout function to reset virtio_net driv...
2005 Mar 02
0
IP300 soft key configuration
I'm trying to reconfigure my IP300 softkeys.. Currently when on a call, I have to hit more and then transfer.. I'd like make transfer appear on the first screen. Right now there's hold on there.. and hold is kind of redundant, since the IP300 has a "hard" hold button. I tried doing it in the <keys/> section of ipmid.cfg, but it doesn't seem to work.. anyone done