Re: [asterisk-users] Bridge 2 incoming calls

2008-09-08 Thread Russell Bryant

On Sep 5, 2008, at 10:06 AM, Tim Panton wrote:


 On 5 Sep 2008, at 15:50, Steve Murphy wrote:
 Not in 1.4, but in trunk,(and 1.6.x) there is a the Bridge manager
 command you can call via the manager interface, which takes two
 required args, the names of the two channels to bridge, and an
 optional arg, that will send a tone to the second channel.

 see main/features.c

 Thats good to know.
 Will the xml-over http manager interface be able to do it too? (pretty
 please?)


Yes.

Also, in addition to being a manager action, it is also a dialplan  
application.

--
Russell Bryant
Senior Software Engineer
Open Source Team Lead
Digium, Inc.





___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Bridge 2 incoming calls

2008-09-05 Thread Tim Panton
I think I've forgotten something obvious

I've got 2 incoming calls, I want to bridge them - how can I do this ?

(assume I somehow know which calls should be paired up...)

I could dump them both in a meetme - but that seems wasteful
as i _know_ there will only ever be 2 parties. (And I need DTMF
to flow through). I may want to record the bridged call, but that isn't
vital.

I'm thinking of dialing chan_local with a call-id but I'm sure I
am missing something simpler.



Tim.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Bridge 2 incoming calls

2008-09-05 Thread Andreas Brodmann
Tim,

you may want to try:

1) Park call 1
2) Pickup call 1 with call 2 (using ParkedCall)

Regards,

Andreas

2008/9/5 Tim Panton [EMAIL PROTECTED]

 I think I've forgotten something obvious

 I've got 2 incoming calls, I want to bridge them - how can I do this ?

 (assume I somehow know which calls should be paired up...)

 I could dump them both in a meetme - but that seems wasteful
 as i _know_ there will only ever be 2 parties. (And I need DTMF
 to flow through). I may want to record the bridged call, but that isn't
 vital.

 I'm thinking of dialing chan_local with a call-id but I'm sure I
 am missing something simpler.



 Tim.

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Bridge 2 incoming calls

2008-09-05 Thread Steve Murphy
On Fri, 2008-09-05 at 12:27 +0100, Tim Panton wrote:
 I think I've forgotten something obvious
 
 I've got 2 incoming calls, I want to bridge them - how can I do this ?
 
 (assume I somehow know which calls should be paired up...)
 
 I could dump them both in a meetme - but that seems wasteful
 as i _know_ there will only ever be 2 parties. (And I need DTMF
 to flow through). I may want to record the bridged call, but that isn't
 vital.
 
 I'm thinking of dialing chan_local with a call-id but I'm sure I
 am missing something simpler.
 
 

Not in 1.4, but in trunk,(and 1.6.x) there is a the Bridge manager 
command you can call via the manager interface, which takes two 
required args, the names of the two channels to bridge, and an 
optional arg, that will send a tone to the second channel.

see main/features.c

murf

 
 Tim.
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 AstriCon 2008 - September 22 - 25 Phoenix, Arizona
 Register Now: http://www.astricon.net
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Steve Murphy
Software Developer
Digium


smime.p7s
Description: S/MIME cryptographic signature
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Bridge 2 incoming calls

2008-09-05 Thread Tim Panton

I knew I'd forgotten something.
Doh!

On 5 Sep 2008, at 14:57, Andreas Brodmann wrote:


Tim,

you may want to try:

1) Park call 1
2) Pickup call 1 with call 2 (using ParkedCall)

Regards,

Andreas

2008/9/5 Tim Panton [EMAIL PROTECTED]
I think I've forgotten something obvious

I've got 2 incoming calls, I want to bridge them - how can I do this ?

(assume I somehow know which calls should be paired up...)

I could dump them both in a meetme - but that seems wasteful
as i _know_ there will only ever be 2 parties. (And I need DTMF
to flow through). I may want to record the bridged call, but that  
isn't

vital.

I'm thinking of dialing chan_local with a call-id but I'm sure I
am missing something simpler.



Tim.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Bridge 2 incoming calls

2008-09-05 Thread Tim Panton

On 5 Sep 2008, at 15:50, Steve Murphy wrote:

 On Fri, 2008-09-05 at 12:27 +0100, Tim Panton wrote:
 I think I've forgotten something obvious

 I've got 2 incoming calls, I want to bridge them - how can I do  
 this ?

 (assume I somehow know which calls should be paired up...)

 I could dump them both in a meetme - but that seems wasteful
 as i _know_ there will only ever be 2 parties. (And I need DTMF
 to flow through). I may want to record the bridged call, but that  
 isn't
 vital.

 I'm thinking of dialing chan_local with a call-id but I'm sure I
 am missing something simpler.



 Not in 1.4, but in trunk,(and 1.6.x) there is a the Bridge manager
 command you can call via the manager interface, which takes two
 required args, the names of the two channels to bridge, and an
 optional arg, that will send a tone to the second channel.

 see main/features.c

 murf

Thats good to know.
Will the xml-over http manager interface be able to do it too? (pretty  
please?)

Tim.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users