similar to: Originate and bridge Can it be done? Best Way?

Displaying 20 results from an estimated 700 matches similar to: "Originate and bridge Can it be done? Best Way?"

2007 May 14
4
[*Win32 0.60] Sending call notification by e-mail/web?
Hello, In case there are other users of the AsteriskWin32 port... I haven't really used the AGI feature of Asterisk to run an application from extensions.conf. *Win32 supports Perl, which I don't know. Apparently, it's also possible to write AGI applications as EXE's (there's a eagi-test.exe file installed by default). => When a call comes in, I'd like an AGI
2007 May 08
3
MYSQL Query --> PAGE
I have all my SIP users in a realtime database. I would like to use MySQL command to query the database and use the results from the query to page all the phones found in the query. The results from the MySQL query will be multiple rows of extension: Something like: mysql> Select extension from sip where extension like '6%' 6001 6002 6003 ex.... I need to put all the results into a
2008 Mar 31
1
AsterPas ObjectPascal Based FastAGI Server goes Open Source
Announcement: We are pleased to announce that we have released AsterPas FastAGI ObjectPascal Script Server for Asterisk PBX under xxxx license. What is AsterPas? AsterPas is a FastAGI server which allows real-time scripting of Asterisk PBX call flow using ObjectPascal based scripting. AsterPas includes many built objects available from scripts such as Cepstral TTS Engine class, database access
2007 Jun 06
3
Using odesolve to produce non-negative solutions
Hello, I am using odesolve to simulate a group of people moving through time and transmitting infections to one another. In Matlab, there is a NonNegative option which tells the Matlab solver to keep the vector elements of the ODE solution non-negative at all times. What is the right way to do this in R? Thanks, Jeremy P.S., Below is a simplified version of the code I use to try to do this,
2003 Dec 22
2
Sipura 2000 configuration.
Ok here is another problem I have run into. I have a Sipura 2000 and I have been able to configure line 1 with only one small problem. But I can't get the line 2 working with asterisk. Here are samples of my sip.conf and extensions.conf. If I disable line 1 I can then get line 2 working. Is there a sample configuration for the Sipura to get both ports working with Asterisk. Sip.conf
2003 Jul 14
2
problem with coding for 'optim' in R
Hi, there I am a graduate student new to coding in S who is hitting a bit of a wall at present using an "optim" function. I am running into some troubles, and was hoping someone might be able to recognize where I am going wrong. As background: I have constructed a loop that carries out a 365-day calculation for a mass-balance model. Basically, the model depends on 2 variables (p,
2013 Mar 06
2
Change RX Signalling Bits in Dahdi drivers
Greeting, I am trying to setup PLAR signalling in asterisk. I have modified the FXSLS TX bits in dahdi-base.c on line 2580, and I can make calls. .sig_type = DAHDI_SIG_FXSLS, .bits[DAHDI_TXSIG_ONHOOK] = DAHDI_BITS_ABCD, /*changed by for PLAR*/ .bits[DAHDI_TXSIG_OFFHOOK] = (0), /*changed by for PLAR*/ .bits[DAHDI_TXSIG_START] = DAHDI_BITS_ABCD, /*changed by for PLAR*/ When I got to change
2003 Jul 15
7
Excel can do what R can't?????
Hi there I thought this would be of particular interest to people using 'optim' functions and perhaps people involved with R development. I've been beaten down by R trying to get it to perform an optimization on a mass-balance model. I've written the same program in excel, and using the 'solver' function, it comes up with an answer for my variables (p, ACT, which
2003 Sep 24
0
Re: Asterisk-Users digest, Vol 1 #1380 - 15 msgs
You have the session target as the IP address of the router's own ethernet interface. You probably want that to be the address of the Asterisk server instead. I also highly recommend you use full duplex ethernet, as voice packets don't really like to be restransmitted when a collision happens. -d > Message: 10 > From: "Bartosz Jozwiak" <bartek@cq-link.sr> >
2008 Mar 21
6
Starcraft - Gives me no visual output
starcraft is a game ive enjoyed for a long time and last time i played it was on windows. now im trying it on ubuntu feisty, with wine installed. starcraft installed amazingly fast, but when i started it up, its as if the computer was giving no visual output, and the monitor itself gave me an error message. basicly i could still hear the starcraft music in the background, but i couldnt see a
2007 May 17
4
FastAGI hangs up channel if server is not available
Hi all, Running 1.2.14 When I call a FastAGI script such as this script for an incoming call: [calldirect] exten=>s,1,Answer() exten=>s,2,AGI(agi://192.168.1.175/calldirect?check&${CALLERID(num)}) exten=>s,3,Goto(check_time,s,1) and the FastAGI server is not running (Asterisk gets "connection refused" TCP error), Asterisk just terminates the call like so: May 17
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 Dec 11
2
asterisk PLAR
Does anyone know if asterisk supports PLAR (Private Line Auto Ringdown). The Oreilly (Asterisk: Future of Telephony) book mentions it in passing saying that all you need to enable it is to set immediate=yes in zapata.conf. Has anyone implemented this in brokerage trading environments? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Mar 07
2
Question about AGI vs. FastAGI vs. straight C/DB development
Folks, I want to build a custom IVR for my setup. I've got it working (well, the bells and whistles are not there yet, but the basic stuff works) using AGI, but I'm worried about how well this will scale. I've seen references to FastAGI, and presumably this will be more efficient. Question, though: how well do either of these (AGI or FastAGI) scale if my system is handling a large
2005 Feb 03
1
FastAgi Help
Dear List after a lot googling and watching source example of FastAGI i cant find a simple way to convert a very simple perl AGI script... perhaps im not a developer.. Why i have need to use FastAGI?...Very load CPU usage on my box... with only 100 calls.. So i have two way res_perl or FastAGI on some other box.. I cant test res_perl becasue when i try to compile it i have this error:
2005 Aug 04
3
SIPPeersAction class file not found in the Asterisk-java.jar file
Hello Everybody, I am working on Fastagi and I am making use of Asterisk-java. But I don't find the class file for SIPPeersAction. Hence I am getting the error message when compiling my java code. ---------------------------------------------------------------------------- ------------------------------------------------ [root@localhost asterisk-java-0.1]#
2015 Dec 15
3
FastAGI not working
Hello everyone, I have a problem with a FastAGI connection, could you help me fix this problem please? Here is my log: [2015-12-15 16:17:09] WARNING[23936][C-00000015]: res_agi.c:1658 handle_connection: Connecting to '10.171.54.149:9110' failed for url
2013 Jan 29
1
Fast AGI library/support for C & C++
Dear All, Is there anyone who is having FastAGI support for C & C++? We do have FastAGI working for the JAVA and rest of the language / script. But I am unable to find FastAGI for C/C++. Please let us know how to write FastAGI using C/C++. Thanks in Advance, Kashyap -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Oct 05
5
asterisk, phpagi and singleton
Hello, I've this situation: 300+ simultaneous calls and dialplan like this: exten => _X.,1,Answer() exten => _X.,2,DEADAGI(check_status.php) exten => _X.,3,Dial(SIP/other/${NUMBER}) exten => _X.,4,Hangup exten => h,1,DEADAGI(cdr.php) When project is running , I had a lot of defunct php scripts (I've exceed mysql connection limits and so on, deadagi help a bit). The
2006 Jun 25
1
Testing a FastAGI script
Hi, (I tried to post this message a week ago but I don't think it could reach the list. Please forgive me if you already received it). I would like to develop my first FastAGI script. I would like to test it independently from Asterisk for the sake of simplicity. Which linux (or cygwin) tool is the best for that ? Using this tool, I will open a FastAGI connection, throw data in and read