similar to: How to initiate a two-party call from within Asterisk

Displaying 20 results from an estimated 3000 matches similar to: "How to initiate a two-party call from within Asterisk"

2008 Apr 04
2
Click to call
somebody knows some application web that allows me to call to my internal extensions of my asterisk, example click to call. I was proving the click to call of this example but it doesn't work http://www.voipjots.com/2006/02/click-to-call-with-your-asteriskhome.html greeting rickygm
2006 Mar 31
5
Dial from php
Hi all, Here is the situation. Linux workstation access a web page on a web server (not the one running Asterisk). From that web page, we need to initiate a dial-out on the Asterisk server and once the call is connected, it must ring on the agent's hard phone. Any pointers about how to initiale an Asterisk call from a remove web server? Thanks, Andre Courchesne
2010 Sep 20
1
Authentication best practice
I am working with a simple "follow-me"-style service: rather than have something that rings several phones in turn, the user dials a number (in the present implementation, unique to that user) to register his presence at a particular extension. What's the standard way to protect this from unauthorised use? Voicemail()-style, where the user has to enter a PIN once the connection is
2011 Mar 28
2
Dialplan help: hang up incoming call and call the number back
Hi, I'm trying to setup Asterisk so that: 1. I call a specific number that goes to a defined extension from my phone (an external line). 2. Asterisk notes my phone number (the CLID) and hangs up without picking up the call. 3. Asterisk initiates a call to my phone and prompts me for a passkey. 4. Asterisk validates the passkey and lets me enter another number (say FOO). 5. Asterisk dials FOO
2010 Oct 05
1
Asterisk sharing a line with POTS handsets: how to interoperate cleanly?
I now have an OpenVox A400P and it is working well. Thanks to Ade Vickers for the recommendation, which I second. However, I need to make a slow transition between a conventional multiple-extension setup and a full VoIP network on these premises. So at the moment the Asterisk box shares the PSTN connection with several conventional analogue handsets. The desired result for an incoming call is
2011 Aug 12
1
.call files in /var/spool/asterisk/outgoing
Hi ! I have a python script that create and move .call files to /var/spool/asterisk/outgoing Sometimes...(in this case after 500 successfull calls) Asterisk don?t make the calls and the .call files are in the "outgoing" forever... Any Ideas? I'm using Asterisk 1.4.22 (in 1.4.36 was the same behavior) In my python script I move .call files using ... import shutil
2005 Aug 17
2
Classifying values in vector
I have a vector of size 217 called "A". the values of A are not sorted and range from 0 to 1 (normalized) I am having difficulty writing a program to create a new vector "B" where if A's value is 0< A <=0.333 then B is 0 if A's value is 0.333< A <=0.666 then B is 1 if A's value is 0.666< A <=1 then B is 2 so if A is 0.22 0.999 0.444 0 B would
2010 Sep 27
8
Problems compiling Asterisk on Debian
Hello, I'm trying to compile DAHDI on DEBIAN but i have the following error: root at Sangoma-Testing:/usr/src/dahdi-linux-2.1.0.4# make echo "You do not appear to have the sources for the 2.6.26-2-amd64 kernel installed." You do not appear to have the sources for the 2.6.26-2-amd64 kernel installed. exit 1 make: *** [modules] Error 1 What should i do? Thanks! -------------- next
2023 Jul 04
1
Getvar of CHANNEL not working for a couple of items
Building on my last message, I am trying to get CHANNEL data using getvar (through the AMI). And although I'm getting responses, some values returned seem illogical. For example, phone 111 calls phone 222 via the PBX. Here's the data I get back Channel A: "1688509741.112" , name: "PJSIP/111-00000064" , is originator: Y , call-Id: "u.l6kcou25cax60 at
2023 Jul 05
1
Getvar of CHANNEL not working for a couple of items
On Tue, Jul 4, 2023 at 7:52 PM TTT <lists at telium.io> wrote: > Building on my last message, I am trying to get CHANNEL data using getvar > (through the AMI). And although I'm getting responses, some values > returned seem illogical. For example, phone 111 calls phone 222 via the > PBX. Here's the data I get back > > > > > > Channel A:
2023 Jul 05
1
Getvar of CHANNEL not working for a couple of items
Channel A: "1688509741.112" , name: "PJSIP/111-00000064" , is originator: Y , call-Id: "u.l6kcou25cax60 at mydomain.com <mailto:u.l6kcou25cax60 at mydomain.com> " , local_uri: "<sip:222 at mydomain.com <mailto:sip%3A222 at mydomain.com> ;user=phone>" , local_tag: "1734d973-c4da-4ae8-a37d-5f7065f1fe54" , local_addr:
2010 Sep 17
2
3rd party app store
I recently came across this email that I wrote in May 2008 ...... ?http://lists.digium.com/pipermail/asterisk-users/2008-May/210887.html It's such a shame that Digium manhandled the project away from the community only to then bury it and not allow it to proceed. I really wonder when I look at the Apple iphone development community as to where the 3rd party Asterisk development community
2017 May 02
4
Multiple default gateway from tinc node
Hi, Lars Thanks for your suggestion, will give it a try later to see how it performs. But, yesterday, I did a below test: A ConnectTo B and C, B ConnectTo D, C ConnectTo D; All nodes turned "IndirectData" on in its host configuration, so the tunnel only follow metacomnection instead of direct connect. D announced default route by having the Subnet = 0.0.0.0/0 statement in its host
2004 Sep 11
4
Cancor
Dear R's! I am strugling with cancor procedure in R. I cannot figure out the meaning of xcoef and of yxcoef. Are these: 1. standardized coefficients 2. structural coefficients 3. something else? I have tried to simulate canonical correlation analysis by checking the eigenstructure of the expression: Sigma_xx %*% Sigma_xy %*% Sigma_yy %*% t(Sigma_xy). The resulting eigenvalues were the same
2008 Mar 10
1
Local music on hold -- mohinterpret=passthrough assymetrical ?
Hi list, I'm planning and testing a distributed asterisk deployment throughout several sites; each will be connected to the PSTN and all of them among themselves via IAX trunks. Phones will be SIP. I guess I already "solved" (worked-around, actually) asterisk's codec negotiation limitations regarding local G.711 utilization vs. remote G.729 while minimizing
2007 Jul 31
5
extract columns of a matrix/data frame
Hello all, I have a matrix whose column names look like a1 a2 b1 b2 b3 c1 c2 1 2 3 7 1 3 2 4 6 7 8 1 4 3 Now, I can have any number of a's. not just two as shown above and same goes for b's and c's. I need to extract all the a's columns and put them in another matrix, extract all b's columns and put them in some matrix
2008 Apr 04
5
Ring back when free?
Has anyone here implemented "Ring back when free" in Asterisk? The way it works in the UK is as follows: 1. A calls B. B is engaged (busy). 2. A hears "The number you called is busy. To use ringback, press 5" 3. A presses 5, and hears "Your ringback request has been accepted". 4. A hangs up. 5. Later, B hangs up. The system then calls A (if A is now busy, it
2012 Oct 11
2
Converting factors to bounded random numerical data
I have a data set (a) with 3 columns (X,Y,Z). The first 2 columns are numerical. The third column (Z) is a factor with three levels ("A","B","C"). What I want to do is turn each of the "A's" into different random numbers between 1 and 4, "B's" into a random number between 5 and 8, etc. I tried this:
2013 Feb 14
4
2 setGeneric's, same name, different method signatures
hi. below is a small test case (hopefully minimal, though i'm still a bit confused about initializers). i would have guessed (and maybe i still would have been right) that one could re-use the name of a generic function for functions with different numbers of arguments. in the case below, class A's bB() queries the status of a single A object, so bB(A) (where here "A" is an
2016 Jan 21
2
Could I do some control-flow and dataflow analysis cross files and functions via IR
As mentioned in the title, I want to do some control-flow and dataflow analysis. I can only find the assignment statement in a function, but the assigned variable is just a parameter of this function. For example, **************************************** int foo(struct A* a, int b, ...){ ... a->Int_field = b; ... return 0; } ***************************************** in the code