Displaying 20 results from an estimated 94 matches for "findm".
Did you mean:
find
2005 Aug 08
1
Press # to continue / Findme
I have implemented a simple findme solution based on DID's.
In the findme context, after trying each respective number (at s,5 and
s,6), I would like a voice saying "The person was not available, press
pound to try the next number." Otherwise, it hangs up after 20 seconds
without dialing the next number.
Any ideas...
2004 Jun 01
15
Feedback needed! FindMe/FollowMe Feature Spec.
...lo all,
I'm going to tackle learning C this week, and start writing my first *
add-on/contribution; assuming it's actually worthy of contributing once
it's done.. I think I've chosen a hefty project for my first go round
here...
I'd like to get some feedback from everyone on a FindMe/FollowMe spec
I've put together. Before you read on, let me say, I don't want this to
turn into a "it would be cool if it did this.., or that etc..". I'm
writing this to serve a very simple and basic function, and I want it to
do exceedingly well at just that for starters....
2025 Jan 15
2
new release 3.4.0 - critical security release
Another issue here in findme.c. strlcpy() is a BSD-only method and definitely not portable.
Please consider other platforms when creating patches. I can provide a patch to this
patch also.
Thanks,
Randall
From: rsync <rsync-bounces at lists.samba.org> On Behalf Of Randall S. Becker via rsync
Sent: January 14,...
2004 Jun 01
1
Feedback needed! FindMe/FollowMe FeatureSpec.
...ww.akiva.com
Phone: 760-710-3209
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Adam
Goryachev
Sent: Tuesday, June 01, 2004 5:50 PM
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Feedback needed! FindMe/FollowMe
FeatureSpec.
On Wed, 2004-06-02 at 06:14, Brian D'Arcy wrote:
> Hello all,
> Have a .conf file (findme.conf?) which contains multiple contexts,
each
> context's name should match the naming convention used with sip, or
> iax.conf. For example, if I have [bdarcy] as o...
2025 Jan 15
1
new release 3.4.0 - critical security release
...olaris and FreeBSD CI
tests, along with linux, but don't have a method for testing other
platforms. If you submit a PR to fix this, please consider a way we can
test the fix in CI.
Cheers, Tridge
On Wed, 15 Jan 2025 at 14:35, <rsbecker at nexbridge.com> wrote:
> Another issue here in findme.c. strlcpy() is a BSD-only method and
> definitely not portable.
>
> Please consider other platforms when creating patches. I can provide a
> patch to this
>
> patch also.
>
>
>
> Thanks,
>
> Randall
>
>
>
> *From:* rsync <rsync-bounces at lists.s...
2025 Jan 14
1
new release 3.4.0 - critical security release
Here is my fix for the situation:
diff --git a/popt/findme.c b/popt/findme.c
index ac4cbae..4fe8a18 100644
--- a/popt/findme.c
+++ b/popt/findme.c
@@ -25,12 +25,23 @@ const char * findProgramPath(const char * argv0)
if (path == NULL) return NULL;
bufsize = strlen(path) + 1;
+#if defined __TANDEM
+ start = pathbuf = malloc(bufsize);...
2025 Jan 15
1
new release 3.4.0 - critical security release
FYI: I think this is just missing #include ?rsync.h? in popt/findme.c
From: rsbecker at nexbridge.com <rsbecker at nexbridge.com>
Sent: January 14, 2025 10:35 PM
To: rsbecker at nexbridge.com; 'rsync.project' <rsync.project at gmail.com>
Cc: rsync at lists.samba.org
Subject: RE: new release 3.4.0 - critical security release
Another iss...
2025 Jan 15
1
new release 3.4.0 - critical security release
...ng with linux, but don't have a method for testing other
> platforms. If you submit a PR to fix this, please consider a way we can
> test the fix in CI.
> Cheers, Tridge
>
> On Wed, 15 Jan 2025 at 14:35, <rsbecker at nexbridge.com> wrote:
>
>> Another issue here in findme.c. strlcpy() is a BSD-only method and
>> definitely not portable.
>>
>> Please consider other platforms when creating patches. I can provide a
>> patch to this
>>
>> patch also.
>>
>>
>>
>> Thanks,
>>
>> Randall
>>
>&...
2015 Nov 04
4
Find me macro - calling multiple people to get a hold of one
Hi list,
We're trying to set up a phone number that customers can call to get a hold of anyone of a group of sysadmins (and not their voice mails!). We found the findme example ([1]) that makes the callees press 1 to accept the call. It almost works, but it doesn't work correctly when one of the callees, the sysadmins, hangs up after accepting the call.
We're using this 'screen' macro:
==============================
[default]
exten => _9999XX...
2006 Oct 18
4
Findme problem
Greetings all,
I've been working on having Asterisk put a call through to two different numbers, and give the call to the first one that acknowledges by pressing the 1 key. I found an example on the wiki, but I can't get it working.
When I answer the call I hear the message telling me to press 1 to connect, and as soon as the message is done, the call is connected. In other words, it
2025 Jan 15
1
new release 3.4.0 - critical security release
Also, the patch I previously sent works correctly on x86, but not ia64. This problem is isolated to popt/findme
From: rsync.project <rsync.project at gmail.com>
Sent: January 15, 2025 2:11 PM
To: rsbecker at nexbridge.com
Cc: Perry Hutchison <pluto at agora.rdrop.com>; rsync at lists.samba.org
Subject: Re: new release 3.4.0 - critical security release
Is there a way I can get access to...
2007 Apr 13
4
openvz resources
Anyone here running asterisk on openvz, if so what are your experiences?
Right now we are trying to tune out the resources for the difference VEs,
but not with a whole lot of luck. Just wondering if someone watching could
shed some like on what has worked for them, and how many exts/simultaneous
calls etc are happening.
Thanks
Miles
-------------- next part --------------
An HTML attachment was
2009 Dec 30
7
DO NOT REPLY [Bug 7015] New: Build problems on HP-UX, Tru64 -- alloca, -Wno-unused-parameter
...amba.org
ReportedBy: sms at antinode.info
QAContact: rsync-qa at samba.org
Build problem with alloca()
Using GCC on Tru64 and HP-UX causes complaints like this (HP-UX shown):
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt
-Wno-unu
sed-parameter -c popt/findme.c -o popt/findme.o
popt/findme.c: In function 'findProgramPath':
popt/findme.c:28: warning: implicit declaration of function 'alloca'
popt/findme.c:28: warning: incompatible implicit declaration of built-in
functio
n 'alloca'
Suggestion:
dyi # gdiff -u ./popt/system.h_...
2006 Mar 14
4
Stuck. Extenions.conf? Realtime? MySQL? Grrrrr!
...me that's bitten of more than I can chew with this project, or maybe Asterisk just isn't mature enough yet.
Nothing complicated really.... Just a carrier class solution, with advanced custom routing, incoming and outgoing number blocking (at user/company and global level) and whitelisting, findme/followme, user specific pic codes and rate centres based on number dialled, blocking of specific star code prefixed features, different caller ID based on intra company calls, outside calls, calls overriden to use alternate caller id with feature codes, and not to mention it all has to be HA.
I...
2025 Jan 15
3
new release 3.4.0 - critical security release
...2025 at 01:20, <rsbecker at nexbridge.com> wrote:
> On January 14, 2025 11:20 PM, Perry Hutchison wrote:
> >"Randall S. Becker via rsync" <rsync at lists.samba.org> wrote:
> >
> >> FYI: I think this is just missing #include "rsync.h" in popt/findme.c
> >
> >Structurally, this seems very odd. I thought popt was a generic argument
> handler,
> >which should not need to #include details of the application that is using
> it.
>
> I thought so too, but it is now pulling in things from util2 and other
> areas
>...
2005 Sep 14
1
RSYNC "make" problems with HP UX 11.0 & GCC 3.3.2
...IG_H -Wall -W -I./popt -c zlib/adler32.c
-o zlib/adler32.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/compress.c
-o zlib/compress.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/crc32.c -o
zlib/crc32.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/findme.c
-o popt/findme.o
popt/findme.c: In function `findProgramPath':
popt/findme.c:25: warning: implicit declaration of function `alloca'
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popt.c -o
popt/popt.o
popt/popt.c: In function `execCommand':
popt/popt.c:369: warning: im...
2025 Jan 14
1
new release 3.4.0 - critical security release
This happens on NonStop x86 and ia64. I have been building/packaging Rsync for years ? almost a decade in fact. I think this happened once before this year, in fact.
It is equivalent to the more portable malloc/free, which I would prefer to have in this series even if it has to be wrapped in a #if defined (__TANDEM) block.
This call is considered not portable and allocates on the stack
2007 Jul 05
2
Call Screening Not Working
I am using the Find-me/Follow-me example below with screening:
http://www.voip-info.org/wiki/view/Asterisk+tips+findme
Here is my actual config:
[macro-screen]
exten => s,1,Wait(1)
exten => s,n,Background(press-1-to-be-connected-to-the-caller)
exten => s,n,Set(TIMEOUT(response=5))
exten => 1,1,NoOp(Caller accepted)
exten => i,1,Set(MACRO_RESULT=CONTINUE)
exten => t,1,Set(MACRO_RESULT=CONTINUE)...
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some
hosting provider), does anyone happend to have a copy of app_valetparking.c
from www.bkw.org - the one that should work with * stable 1.0.X ? If so
please contact me.
One that can be downloaded from www.loligo.com dosn't compile with 1.0.X,
and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file
<parking.h>.
It cannot compile on * 1.0.X (I have tried also to include <features.h>
instead of <parking.h> (as far as I know features.h is successor to
parking.h), but still without results).
Thanks anyway.
Nenad
>
> Try this
>
>> Since www.bkw.org seems not to exist anymore (getting