also sprach Brandon B. <[email protected]> [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: [email protected]
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
