Displaying 20 results from an estimated 99 matches for "followme".
2009 Aug 25
1
followme app
Hi
Someone may give me an example of followme() application using in a dialplan
(including what to configure in followme.conf) ?
I use asterisk 1.6.1 so if your example can match to that release it's will
be wonderfull.
Thank in advance.
Harry.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.di...
2008 Jan 25
1
Problem with FollowMe
I'm trying to use the FollowMe app with Asterisk 1.4.17. I've followed
the WIKI page on setting it up but I can't seem to get it to work.
Here is my Asterisk version:
pbx1*CLI> core show version
Asterisk 1.4.17 built by root @ pbx1 on a i686 running Linux on
2008-01-10
12:08:48 UTC
Here is a log of when the Foll...
2008 Jan 22
1
Followme
I've been reading up on followme app for asterisk 1.4 and I have it
working but I was wondering if the following was possible:
Based on followme.conf present the caller with the option to locate the
person:
Call comes in (external or internal) and rings extension with followme
configured. Before the followme app is initiated th...
2015 Mar 12
1
Realtime followme and channel variables
Followme is perfect to handle FMFM and it is now also realtime, but it
seems impossible to assign some value to a variable, from within the
followme to store info for example about the tenant the followme is running
under, like instead happen for example in the queue with the
setinterfacevar field.
I just...
2011 Sep 02
0
No subject
...g.
So, as a first step to solving **that** problem, make sure asterisk is
compiled with debug
flags, dumps another core file, and then you do the "gdb asterisk
<corefilename>", and
get a stack trace. That should give us some idea of what happened.
>
> I have a fairly simple Followme sequence in place to see how it works
> before I get into the complex scenarios.
>
> extensions.conf
> ---
> [Incoming]
> exten =3D> <MyDID>,1, Answer()
> same =3D> n, Set(CHANNEL(language)=3Den_AU)
> same =3D> n, Followme(TestFollow)
>...
2010 May 21
0
FollowMe dials numbers but can't confirm the call or hear anything
Trying to do a FollowMe test. When the extension is dialed, it dials my
cellphone and my cell phone rings. But when I answer my cell phone it's
just silence. When I press '1' on my cell phone, nothing happens.
extensions.conf:
exten => 140,1,FollowMe(mleonetti)
followme.conf
[general]
featuredigittimeo...
2010 Jan 14
2
Followme Options
In followme , is it be possible to have a third option....
Whereas,
takecall=>1
declinecall=>2
proposed option
transfercall=>3 or, transferring the call directly from followme
isn't really neccessary, if the callee could answer the call, and transfer
it someplace, that would work as w...
2010 Mar 05
2
FollowMe / Asterisk 1.4 Question
Is there a way to strip the normal features out of FollowMe (call
acceptance, etc), and just set followme up to to blind transfer any call
to an extension's associated cell number if it is not answered on the
extension after 4 rings? Users want followme calls to wind up in their
cellphone voicemail and I'm having some issues with ring/answer ti...
2004 Jun 01
1
Feedback needed! FindMe/FollowMe FeatureSpec.
...a.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 one of my s...
2009 Oct 02
2
Followme
Hi everybody,
What I need to do is to run a context where I'll pass some phones (for example: 3 numbers).
I need to make something like a followme, if the first phone is not answered, I'll call the second one, and so on.
That dial plan is not the problem, my problem is when I execute the AMI, I'm using the Originate. It needs a channel as an argument, so the context can be executed; but what channel should I pass there? (the phone nu...
2010 Jul 12
1
My own FreePBX FollowME module - Stuck at Reload - Anyone else had experience with this?
Hi Everyone,
I have done some php coding to come up with my own FollowME module for
FreePBX. The need for this has some security considerations behind it.
This is what my code does at core:
$sql="REPLACE INTO findmefollow(grpnum, strategy, grptime, grppre, grplist,
annmsg_id,postdest, dring, needsconf, remotealert_id, toolate_id, ringing,
pre_ring) VALUES
('$_...
2009 Dec 15
2
member (In use)
...T(${EXTEN})});
if ("${GROUP_COUNT(${EXTEN})}" = "1") // if not already in
call
{
Set(DIALSTART=${EPOCH});
&Queue_log(${UNIQUEID},${PARTNER},${EXTEN},DIAL,${CALLERID(name)});
NoOp(PCmedicInfo: Followme seria:
followme/${PARTNER} - CallerID: ${CALLERID(number)} - UnID: ${UNIQUEID} -
Nao ha partner?... );
Set(NewCallMsg=followme/${PARTNER});
if (${NewCallMsg} = "")
{
Set(NewCallMsg=foll...
2009 Jan 19
3
followme order field
Hello.
Does someone know what "order field" means in followme.conf? The Doku says:
number=> <number to call[&2nd #[&3rd #]]> [, <timeout value in seconds> [,
<order in follow-me>] ]
So an example would be:
number=> 123&124&125,10,?
It would be nice if someone could enlighten me.
cheers
t.
2009 Sep 07
0
Freepbx database followme disable/enable value
Hello,
I am writing an AGI script to achieve the following
- Users can Disable/Enable followme from their extension. They can also
change the followme details from their extensions.
I have looked at the follow me table for freepbx. I can't see the field for
the values enabling/disable followme. Is this value stored in the database?
--
Best Regards,
James Mutuku Ndeti
Agile Systems Lim...
2010 Mar 05
1
Asterisk 1.4 Followme Question
I have a question related to FollowMe on Asterisk 1.4. Is there a way
to force Asterisk to always leave VM on the forwarded extension's cell
phone, as opposed to pulling the call back from the forward to cell and
depositing in Asterisk voicemail?
Thanks in Advance!
--
*Cory J Andrews* 725 Powell Lane Lewiston, NY 14092 voice...
2007 Oct 19
1
FollowMe recorded name filename variable?
Is there a variable for the filename that is created by the FollowMe
application when "a" is specified as an option to record the caller's name?
I'd like to clean up the recorded name files after the call is complete.
Thanks -Anthony
--
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35...
2010 Dec 10
0
Multiple digits as takecall in followme application
Hello everybody,
I am trying to set up followme. As far as I understood from
followme.conf multiple digits are allowed to be used for taking call.
Currently call is accepted only if one digit is configured for takecall, e,g
takecall=>5
Don't you know are there any real limitations for using multi-digit
combinations for accepring calls...
2011 Apr 14
0
Followme() and variables
We have a variable set for each user/peer/whatnot that signals what the
outbound caller-id should be sent as with our carrier.
When someone dials a followme extension, this does not appear to be carried
over for when the calls reach an outside caller, and we see the outbound
caller-id being set as 'asterisk' vs the number desired.
Has anyone else seen this, or found a way to solve/workaround this?
Using asterisk 1.8.3.2.
What I see is the ch...
2011 Sep 05
0
Followme generate ringing instead of MOH
Afternoon All,
Is anyone aware of a way to generate ringing as opposed to starting music on hold for the party originating a call with followme?
I'm assuming its doable as it looks like FreePBX users get the option (Not to say that FreePBX haven't got their own followme implementation though).
Cheers
Nick.
2004 Jun 01
15
Feedback needed! FindMe/FollowMe Feature Spec.
...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.
Please c...