Re: [asterisk-users] bridge 2 calls

2009-01-15 Thread Rilawich Ango
om: "C. Savinovich" > To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" > > Sent: Thursday, January 15, 2009 2:46 AM > Subject: Re: [asterisk-users] bridge 2 calls > > >> >> None of these examples actually create a 3-way call,

Re: [asterisk-users] bridge 2 calls

2009-01-15 Thread Dovid Bender
Message- > From: asterisk-users-boun...@lists.digium.com > [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dovid Bender > Sent: Wednesday, January 14, 2009 6:45 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] bridge 2 calls &g

Re: [asterisk-users] bridge 2 calls

2009-01-14 Thread C. Savinovich
, January 14, 2009 6:45 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] bridge 2 calls I use post variables. I found this on the web. Forgot where I got it from (sorry that I can't give you credit). - Original Message - From: "Nick

Re: [asterisk-users] bridge 2 calls

2009-01-14 Thread Dovid Bender
ject: Re: [asterisk-users] bridge 2 calls >I am also interested in establishing a three way conversation using a > simple webpage. > I wonder if anyone can provide some help on that. > > On Tue, Jan 6, 2009 at 7:29 AM, amit mehta wrote: >> Hi Rilawich, >> >> I w

Re: [asterisk-users] bridge 2 calls

2009-01-07 Thread Rilawich Ango
HI... I found that there is a cmd called, bridge in 1.6. Does it work what I expect? How can I use it if it works as I can't find any information about it in web? On Tue, Jan 6, 2009 at 6:18 PM, Nick Wolf wrote: > I am also interested in establishing a three way conversation using a > simple we

Re: [asterisk-users] bridge 2 calls

2009-01-06 Thread Nick Wolf
I am also interested in establishing a three way conversation using a simple webpage. I wonder if anyone can provide some help on that. On Tue, Jan 6, 2009 at 7:29 AM, amit mehta wrote: > Hi Rilawich, > > I worked recently on it and that is why can give you the idea how i achived > it. > > You c

Re: [asterisk-users] bridge 2 calls

2009-01-05 Thread amit mehta
Hi Rilawich, I worked recently on it and that is why can give you the idea how i achived it. You can write an PHP script to get the number and name of the customer.You can phpself to the script.Then you can use an API script to use that number to orignate the call.The channel will be used to call

Re: [asterisk-users] bridge 2 calls

2009-01-05 Thread Tilghman Lesher
On Tuesday 06 January 2009 00:11:22 Rilawich Ango wrote: > Hi all, > > I want to build a web page for user to input a phone number. Then, > the number will input to asterisk and it will makes call. At that > moment, asterisk will make another call to a internal ext. Finally > asterisk will bri

Re: [asterisk-users] bridge 2 calls

2009-01-05 Thread Alex Balashov
Check out the Manager interface. Rilawich Ango wrote: > Hi all, > > I want to build a web page for user to input a phone number. Then, > the number will input to asterisk and it will makes call. At that > moment, asterisk will make another call to a internal ext. Finally > asterisk will bri

[asterisk-users] bridge 2 calls

2009-01-05 Thread Rilawich Ango
Hi all, I want to build a web page for user to input a phone number. Then, the number will input to asterisk and it will makes call. At that moment, asterisk will make another call to a internal ext. Finally asterisk will bridge 2 calls together for conversion. Does asterisk can do it? How?