similar to: Stuck. Extenions.conf? Realtime? MySQL? Grrrrr!

Displaying 20 results from an estimated 5000 matches similar to: "Stuck. Extenions.conf? Realtime? MySQL? Grrrrr!"

2006 Mar 15
0
Re: Stuck. Extenions.conf? Realtime? MySQL?
"Douglas Garstang" <dgarstang@oneeighty.com> wrote: >Boy, am I stuck... > >I'm officially ready to toss Asterisk out the window. I have to admit it isn't necessarily all the fault of Asterisk either. It just seems that every option I turn to suddenly ends in failure. I don't know if it's me that's bitten of more than I can chew with this project, or
2004 Jun 01
15
Feedback needed! FindMe/FollowMe Feature Spec.
Hello 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
2006 May 11
8
Dialling a DUNDi Route
I'm using DUNDi. My lookup returns 'IAX2' for the tech, and 'dundi:q9sgTFkVMBFdmp0IDX1bYQ@xxx.187.142.204/3254101' for the destination. How do I dial this? I've tried dialling it with: "Dial" "IAX2/dundi:q9sgTFkVMBFdmp0IDX1bYQ@xxx.187.142.204/3254101" passed from my AGI script, but the other endpoint (xxx.187.142.204) is returning: May 11 09:23:41
2006 Jan 11
17
Nested MySQL Commands
Is it possible to have nested MySQL queries in extensions.conf? Ie, perform a query, grab a value, and then jump to another location in the dialplan and do another query based on that original value. I'm having problems with the result and fetchid's and I'm not sure if it's even possible to do this or not. Thanks, Doug. -------------- next part -------------- An HTML
2006 Jan 13
3
FastAGI Command Execution
I've noticed that with FastAGI (and maybe AGI) that when you sequentially send a sequence of dial commands, if the call is picked up, that after the call ends, the Fast AGI script keeps executing the commands! Is there anyway to stop execution once a call is picked up? I think looking at the result codes after the Dial to determine if the call was picked up or not is not a good idea... if it
2008 Oct 24
1
Emerging dilema? DID forwarding meets SMS
We have a number of DID's that do the standard VoIP tricks: ringing multiple locations, findme-followme etc. What is happening more and more is that customers call those DID numbers, and draw the reasonable conclusion that they are calling mobile numbers because they literally can HEAR that the called party is on a mobile. Consequently many of those customers draw the conclusion that they
2004 Jun 01
1
Feedback needed! FindMe/FollowMe FeatureSpec.
Hi Adam, I appreciate your feedback, and understand totally where you're coming from as far as the database perspective goes. For the first "draft" of the app, I think I'm going to let it default to using a conf file for two reasons. First, my setup currently does not utilize a database. I would like to move to that type of a setup in the future however. Secondly, seeing as
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 need to pass a variable from the channel placing the call to the followme to the channel
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
2010 Aug 03
4
Dial() M parameter in 1.6.2.11-rc2
Hi, I can't figure out what syntax to use with the Dial() "M" parameter for the AEL parser to interpret properly. Creating an AEL macro named "macro-screen()" partly works as a hack, but it must not turn into a gosub properly, so I get warnings about the "return;". Dial(...,tgM(&screen)) with the ael macro named "screen" does not work
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 =>
2006 Dec 19
26
Match a Numer - then continue with dialplan
Anyone know if there's a way to match a dialplan extension, execute some code, say set a variable, and then continue with the dialplan? I want to set a variable when the dialplan flows beyond a certain context. This would be a great feature. Doug.
2006 Feb 14
5
Multiple AGI Issues
I've got several issues with AGI/FastAGI 1. When an AGI script sends a command to Asterisk via stdin, why does Asterisk block and not return a result until the command is complete? Specifically, the dial command. If I send a Dial command to Asterisk, I don't get a return result until AFTER the call is HUNG UP. Not when it's ringing, not when the call is connected, but when it's
2006 Jan 25
3
Fast AGI Options. Eeeek!
Some questions regarding calling Fast AGI from the dial plan. Considering that the server side of the Fast AGI has to be able to a) use threading and b) connect to MySQL, this causes some serious limitations. I'm not a C programmer, so development options are either perl or python. It appears that the perl DBI isn't thread safe, so that rules out Perl. Python's database interfaces
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 FollowMe is being called: NOTE: I've tried to use the AstDB as
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 the caller is prompted to locate the person (by pressing 1 which
2009 Dec 15
2
member (In use)
Hello list. We just upgraded to 1.6.1.11. We are using real time information stored on mysql databases. That is all running fine. Now, since we upgraded, some member don't get calls from queues. In CLI: "queue show" shows something like: 611 (Local/611 at agents) with penalty 20 (realtime) (*In use*) has taken no calls yet We use the extension 611 in different computers, in the
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 timing and Asterisk wants to pull the call
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:
2006 Jun 06
0
What to do on a national celebration day? Test, test, test!
Today is Swedens national day - since a few years a holiday too. We don't have a tradition on how to celebrate. Sweden has not been to war for a very long time, so there's no real spirit for the country here - it's been aroundfor such a long time, so what? :-) Guess we have to learn from abroad, to get a celebration feeling like July 4th in the US or May 17th in Norway (from