[asterisk-users] Impromptu conferencing

martin f krafft madduck at madduck.net
Mon Dec 3 02:09:02 CST 2012


also sprach Brandon B. <brandon at brellsystems.com> [2012.12.03.0132 +0100]:
> [all-inbound-for-999]
> ; inbound extension through a conference room
> exten => 999,1,MeetMeCount(999,COUNT-999);
> exten => 999,2,GotoIf($["${COUNT-999}">="1"]?10);
> exten => 999,3,Dial(SIP/99,999,G(6));
> exten => 999,4,Hangup;
> exten => 999,6,MeetMe(999,FAqx);
> exten => 999,7,MeetMe(999,Fqx);
> 
> ; bypass the conference room for multiple inbound calls
> exten => 999,10,Dial(SIP/999);

This is an interesting approach, but I am still not sure how to add
the third party. Sure, I can call them up and tell them to dial
a number, but I'd really rather be able to just "switch them in".

What would need to be done for a user to e.g. suspend the
conference, dial another number and finally merge the channels? Do
I need the manager API for that, like this:

  http://www.voip-info.org/wiki/view/Asterisk+cmd+MeetMe#Mergingconferences

?

-- 
martin | http://madduck.net/ | http://two.sentenc.es/
 
"if one cannot enjoy reading a book over and over again,
 there is no use in reading it at all."
                                                        -- oscar wilde
 
spamtraps: madduck.bogus at madduck.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 1124 bytes
Desc: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121203/f1edf295/attachment.pgp>


More information about the asterisk-users mailing list