Displaying 20 results from an estimated 61 matches for "salesman".
Did you mean:
malsman
2007 Mar 31
1
Setting a call to be recorded before Xfer?
...hip that needs to coach salespeople). They don't want to record
every sales call, just for the purposes of coaching certain employees on an
ad hoc basis.
The situation is:
a. Call comes in on PSTN PRI
b. Call is routed to operator in dialplan
c. Operator ascertains that its a sales call for a salesman in need of
coaching
d. Operator needs to set the call to record status
e. Operator xfers the call to the salesman
f. Salesman answers the call, completes the communication and hangs up.
g. Sales manager can review the call and coach the salesman.
Since a new channel is created at the point of tran...
2006 Jul 23
0
Howto "scope" based on long chains of relationships
What is the best way to make use of the new "scoping" operators and
otherwise search the database using deep relationship chains
Take for example that I want to query what items all customers have ever
bought from one salesman
salesman has-many customers
customers have-many orders
orders have many items
Now I want to write an application which is for the use of only one
salesman who can see only details about their customers and their
orders. Can the new scoping operators help me out here? How would the
scoping be...
2005 Nov 16
4
[OT] Witty one liners or computer related proverbs
...ty computer related proverbs or one liners that some of
have used in the past as footers for your emails for example.
I particularly remember a PERL based transliteration joke/footer that
when run in PERL produces a witty output....
This is to fix a problem internally created by an over zealous salesman
at my company pinning up A4 sheets with bullSh*t sales proverbs on them!!!
thanks
Pete
2013 Feb 11
5
OT: UPS battery vendor
Hi, folks.
I need some new replacement batteries for rack-mount APC UPSes. My old
vender... well, the salesman I dealt with for several years left about a
year and a half ago, and last year's purchase was a disaster (wrong
batteries, wrong batteries, months to get the shipping to return the wrong
batteries...), so I'm looking for a new, reliable vendor who does US
government contract sales.
Recomme...
2008 Mar 17
0
arules - getting transaction data in
...omeone can help me with the "transactions" object. I am struggling
to get my data in. I know the answer is in the help somewhere I'm sure, I
just cannot find it. Essentially, I have data in this format (though I can
change it if it particularly unsuitable)
Transaction_id, store , salesman, date_time , items
1 , waterfront, john , 2008-01-01 12:00:00, hardware games
audio_visual photo
2 , sandton , lisa , 2008-01-02 12:00:00, photo
3 , waterfront, peter , 2008-01-01 12:00:00, hardware photo
How do I get this into a transac...
2008 Aug 22
0
testing for differences in sums - how to?
If I want to test for a salesman effect on average sale, I model it as "Sale ~
Salesman". But what if I want to test for a salesman effect on total sales?
How do I model that?
Given a significant salesman effect, how do I follow up with the equivalent of
Tukey's HSD to determine who the (indistinguishly) top sale...
2007 Apr 16
1
Need some dialplan help for obscure user request
...nst that he/she needs to make a long distance call
--- none, that's straight forward 3. Receptionist inputs User's pin from her
phone (User doesn't get to know his pin) How can I pick off receptionist's
dtmf digits in the middle of the conversation?
How can I assign those digits to salesman's account code, not receptionists?
4. Receptionist hangs up and long distance call is dialed using pin as the
account code. I lose the channel variables at this point, how can I store
salesman's PIN number do that it is available when the actual long distance
number is dialed?
-----------...
2003 Feb 27
4
What's in a name?
Hi,
Let's play a little game. Forget all you know, or think you know.
Without any context at all, what does the following pattern make you think
of?
<p> X -> X X -> X
| ^
v |
X <- X X <- X
| ^
v |
X X -> X X
| ^ | ^
v | v |
X -> X
2010 Jun 18
1
Using R to solve search problems
Hi All,
I am new to R and want to use R to solve search problems (like Traveling
salesman problem, finding nearest neighbor, hill climbing). Is this possible
in R?
To start with I want as follows.
Find five float numbers whose sum is is equal to their product which should
be 8000.
x + y + z + p + r = 8000
x * y * z * p * r = 8000
Regards,
Ambikesh Jayal.
School of IS, Computing &am...
2013 Oct 01
0
Disponibilidad de material de la reunión del 26-Sep-2013 "Grupo de Usuarios de R de Madrid"...
...de problemas clásicos de la algoritmia con R".
(Presentación<http://r-es.org/tiki-download_file.php?fileId=1129>)
(Video_1 <https://vimeo.com/75788928> -
Video_2<https://vimeo.com/75800443>)
(Coloquio:
ref_1<http://www.wired.com/wiredscience/2013/01/traveling-salesman-problem/all/>
- ref_2<http://www.technologyreview.com/view/512821/shrinking-blob-computes-traveling-salesman-solutions/>
)
- *Duración:* Cada exposición tendrá una duración de 30 minutos y 10
minutos adicionales para preguntas
Saludos,
Carlos Ortega
www.qualityexcelle...
2007 Apr 13
1
Simulated annealing using optim()
...of the
"temperature" from my gr function. Unfortunately, this is not described in
the help page and the examples shown don't need a gr function (in the case
of the "wild" function example) or uses an "temperature" independent
function (in the case of the Traveling salesman problem example).
I had a look at the C source code for optim(), and I confirmed that the
shrinking "temperature" is used by the default Gaussian Markov kernel
(under the name "scale") but I didn't found any clue on how to access this
value from the user defined gr function...
2020 Jul 24
1
samba4 kerberized nfs4 with sssd ad client
On 7/24/2020 10:53 AM, Rowland penny via samba wrote:
> On 24/07/2020 15:45, Jason Keltz via samba wrote:
>>
>> On 7/24/2020 7:25 AM, Peter Milesson via samba wrote:
>>>
>>> On 2020-07-24 12:57, Jason Keltz via samba wrote:
>>>> Hi Rowland,
>>>>
>>>> In effect, I'm still using Samba on the DC, which is why I still
2011 Dec 16
1
optim with simulated annealing SANN for combinatorial optimization
...ll
I am trying to solve a combinatorial optimization problem. Basically, I can
reduce my problem into the next problem:
1.- Given a NxN grid of points, with some values in each cell
2.- Find the combination of K points on the grid such that, the maximum
mean value is obtained
I took the Travel SalesMan problem example in ?optim documentation. I am
not sure if I have understood correctly the SANN implementation in optim,
as I do not see how the acceptance probability comes out. And it looks like
I am only evaluating the criteria several times and keep the maximum at the
end.
Thanks in advance
H...
2016 Jun 16
5
https and self signed
On 06/16/2016 10:53 AM, Walter H. wrote:
> lets encrypt only trusts for 3 months; would you really except in an
> onlineshop, someone trusts this shop?
> let us think something like this: "when the CA only trusts for 3
> months, how should I trust for a longer period
> which is important for warranty ..."
I doubt that most users check the dates on SSL certificates,
2006 Feb 20
9
a complex availability problem
Ok, this is a hard one and I just thought I''d see if people on the
list had any suggestions on how they would approach this, I''ve not
started to implement the rails to handle this yet as I''m still at the
paper planning phase.
I''m building an app that has to handle availability for travel packages.
The complexity comes in that a person can choose a start
2016 Jun 16
0
https and self signed
...users check the dates on SSL certificates, unless
> they are familiar enough with TLS to understand that a shorter
> validity period is better for security.
technically there is more: not the user needs to check the dates a SSL
certificate is valid;
just compare it with real life: which salesman would you trust more -
the one that gets a new car every few years,
which has the same advertisings on it and maybe has the same color, or
the other one that gets nearly every month
a new car, which looks totally different, other color and other
advertisings on it?
(and its not a car dealer)
th...
2016 Jun 16
2
https and self signed
On 06/16/2016 11:50 AM, Walter H. wrote:
> technically there is more: not the user needs to check the dates a SSL
> certificate is valid;
>
> just compare it with real life: which salesman would you trust more -
> the one that gets a new car every few years, which has the same
> advertisings on it and maybe has the same color, or the other one that
> gets nearly every month a new car, which looks totally different,
> other color and other advertisings on it? (and its...
2024 Jun 01
0
QGA 1.0 is released
...d in such a way as to permit a complete
separation between the 'engine', and the particular problem subject to
combinatorial optimization. This is evident in the available examples,
that come with the package, illustrating the application of QGA to
different problems: knapsack, traveler salesman, and clustering.
Thank you, kind regards,
Giulio Barcaroli
[[alternative HTML version deleted]]
2024 Jun 01
0
QGA 1.0 is released
...d in such a way as to permit a complete
separation between the 'engine', and the particular problem subject to
combinatorial optimization. This is evident in the available examples,
that come with the package, illustrating the application of QGA to
different problems: knapsack, traveler salesman, and clustering.
Thank you, kind regards,
Giulio Barcaroli
[[alternative HTML version deleted]]
2006 Dec 09
1
Configuring for virtual users
I haven't tried this yet; however, I would like to know if it would work.
Using Postfix, I am setting up numerous virtual users. These users
obviously do not have an account on the mail server. I have created a
"domain.net" account. Assuming that Postfix is properly set up to
deliver to the specified accounts, which will be held under the
"domain.net" directory, will this