similar to: Getting the Server IP

Displaying 20 results from an estimated 60000 matches similar to: "Getting the Server IP"

2007 Mar 05
4
Polycom Questions
Any Polycom gurus out there? If so, I have a few config file questions. First off, does anyone have the daylight savings time rules written for this Sunday's big change? Secondly, if there any way in the config file to tell the phone not to display the number of missed calls? I don't mind it keeping the missed calls list, I just don't want that running count. Lastly, I am trying
2004 Jan 27
1
Distinctive ring Issues
Hello all! We have a PSTN line with four numbers calling into it. There is distinctive ring on these lines. They are are follows: 1. standard ring 2. short ring 3. long ring 4. short ring, long ring, short ring Based on the information I have been able to find, I have created the following entries in my zapata.conf file, to try and weed out some of the timings: dring1=95,0,0
2005 Jun 27
2
Accessing SIP username from AGI script
Hi, I'm writing an AGI script to manage outgoing calls. We need to interrogate a database to work out which line a particular user is allowed to use for outgoing calls. However, I cannot find a way for my AGI script to access the SIP username. Does anyone know if this is possible (even if it is just passing a variable from extensions.conf to the script)? Thanks in advance, David
2008 Mar 24
2
Getting Exec Format Error when running AGI call
Dear friends, I am having problem with running a sample php and I can't figure out why. I can run the sample.php using CLI but when I run it inside the dialplan it does not work. Can someone please suggest the config problem that I may have made? dommy:/var/lib/asterisk/agi-bin# php sample.php #!/usr/bin/php5 -q VERBOSE "Here we go!" 2 VERBOSE "Call from - Calling
2013 Feb 18
3
Dialplan / check / tool
Hi, I am wondering, if there is any tool available, which performs a check for suspicious entries in the dialplan. For example a non existing AGI-Script or a double assigned extension ike that: [context] exten => *100*,1,AGI(test_app.pl) ... exten => 190,1,Answer() ... exten => *100*,1,AGI(never_reached.pl) ... A "normal dialplan reload command" would echo no warning or
2006 Jun 13
4
how to hang the zap channel
hello, I got those extensions: exten => 555,1,MeetMeCount(500|count) exten => 555,2,Gotoif,$[${count} = 1]?6 exten => 555,3,Meetme,500|pMs|1234 exten => 555,4,Playback,goodbye exten => 555,5,Hangup exten => 555,6,Goto(from-internal-custom,556,1) exten => 555,7,hangup exten => 556,1,System(/bin/cp /etc/asterisk/1-test /var/spool/asterisk/outgoing/) exten =>
2003 Jul 21
4
Dynamically setting up/tearing down extensions
Hello, * newbie here, I'm designing a setup that is to eventually be used in a production virtual PBX/VoIP service. Customers need to be able to change their setups over the web - I want them to be able to do simple things like setting up call forwarding, as well as more intricate stuff that will require me to re-generate their dialplans. Administration of the service is to be
2007 Jan 12
4
FW: Get dialed numbers in AGI
On 1/11/07, Mike D'Ambrogia <miked@jamagination.com> wrote: > > Ralph > > Kind of new to asterisk, and really new to AGI but it looks like you were > trying to have the AGI script tell asterisk to read and lay the results into > my_var and then regain control in the AGI script, is that correct? > > If so I don't think that will work since the dialplan
2005 Mar 15
2
How to determine the voicemail file name for an AGI script
I've read several of the Wiki sections on Voicemail and "Asterisk variables" but could not find an obvious answer to this question. I would like to run a script that post-processes the voicemail after the Voicemail application returns (with AGI or DeadAGI), but I cannot figure out how to easily determine the name of the file written by the Voicemail application. Does anyone
2011 Mar 08
1
(fast) AGI and AMI synchronization ?
Hi, I've been developing some CTI software around asterisk for a while, mainly with the help of AMI and fast AGI. It works quite fine, but I have some trouble sometimes with the un-synchronized property of these 2. Let me explain, we have a dialplan like this one : exten = s,n,UserEvent(useful_input_data) (...) a few actions exten = s,n,AGI(agi://127.0.0.1:3333/fetch,queuename) The idea is
2018 Oct 08
3
Use AGi Commands without script in Dialplan
On Monday 08 October 2018 at 12:44:43, Yves wrote: > I am looking for an easy way to execute any AGI Command directly from the > dialplan without the need to call an external script. The whole point of AGI is that it calls an external script in order to replace commands in the dialplan. Executing an AGI command without an external script doesn't make sense. Antony. -- There's
2010 Jan 02
4
Help getting info from caller
Hello. Happy New Year to everyone. I have a small WISP and would like to have customers to call our number to check their balance. I am planning on writing an AGI with php so it can get the customer info from the customer database. I don't know how to interact with the caller while in the agi script so this is what I have in mind: [test-agi] exten => 33,1,Answer() exten =>
2010 May 07
1
Execute AGI, Then Continue
Hi all, I'm running Asterisk 1.6.2.7 using the following pseudo-dialplan (not actual dialplan, because of complexity): [something] exten => s,1,Answer() exten => s,n,AGI(blah,arg1,arg2) exten => s,n,Playback(blah) exten => s,n,DoMoreStuff() exten => s,n,Hangup() What I'd like to do, is have Asterisk launch my AGI script and continue executing dialplan without waiting for
2003 Sep 25
2
AGI: getting the return code from an exec()'d application?
So I hacked up the Dial app to return a numeric return code instead of changing contexts based on a number being busy or unanswered. The purpose for this modified dial app, which I call AGIDial, is to help me concoct a "follow-me" type of application. The app returns -1 for a completed call, 0 for unanswered, or 1 for busy. Well, I hooked the thing up to an AGI script that uses perl and
2009 May 07
1
How to get meetme participants in dialplan?
The meetmeadmin() dialplan function lets you specify a user to mute, un-mute or kick. But how do you get a list of users in your dialplan? When a user joins a conference, the user number assigned is "the last user number +1." If you have a long running conference with callers joining and leaving all the time, this can grow to be a large number. I want to be able to
2004 Dec 09
1
Forward voicemail to *remote* voice mailbox?
I've googled a bunch and looked at the Wiki, but so far if it's out there I can't find it. I would like for a user to be able to forward to a remote mailbox, if that can be done without any AGI-ish fancies. I'm going to bet that it can't be done with standard dialplan logic, but thought I would ask here before starting to think up something as an alternative. Thanks. B.
2003 Nov 25
4
AGI Rocks!! (A happy camper)
A note to all those who are avoiding writing up an AGI becasue it looks two complicated.. I have just written up my first and its awesome.. It makes Asterisk open to all sorts of possibilities.. let your imagination run wild.. I put off writing an AGI script because a) I could not find any docs b) it looked like the only way to do it was perl and I know nothing about perl and c) I am not a
2020 Oct 15
2
Parallel dialing / running dialplan process in background
Hi, I am trying to write a dialplan that will use Dial() to call two local extensions. One extension will run an AGI script (a continuous background process, running until hangup), the other will connect the active channel to Jack() (also running as continuous process, until hangup). This is my current dialplan attempt: --------------------- [from-internal] exten = 514316XXXX,1,Answer() same
2008 Dec 10
4
Execute AGI after answered Dial() has ended
Hello, I am googling for a while but google seems to be broken today, no solution yet :D I have a PHP script which needs to be started after Dial() has ended. If there is no answer, busy, etc., it is not a problem, because dialplan continues after the Dial() application, but when the call is established (i call macro in Dial() with AGI execution, working ok) and after the call ends, dialplan
2009 Jun 04
2
broken pipe in perl agi
Hi gang, Since I'm getting no joy from device_Status or SIPPEER in 1.4.26-rc1, I thought I would do an AGI to read my hints and check for line in use that way. The AGI works fine from a prompt, but returns the dreaded "utils.c:966 ast_carefulwrite: write() returned error: Broken pipe" when I try to run it from the dialplan. Here is my dialplan snippet;