Here I'm using the "Page" application to make a conference call "on the
fly".



[office]

exten => 2222,1,Dial(SIP/desk2,150)
   same => n,Hangup()

exten => 3333,1,Dial(SIP/desk3,150)
   same => n,Hangup()

exten => 4444,1,Dial(SIP/desk4,150)
   same => n,Hangup()

exten => 5555,1,Dial(SIP/desk5,150)
   same => n,Hangup()

exten => 6666,1,Dial(SIP/desk6,150)
   same => n,Hangup()

; Conference call
exten => 8888,1,Answer
exten => 8888,n,Page(Local/2222@office&Local/3333@office&Local/4444@off
ice&Local/5555@office&Local/6666@office,d)
        same => n,Hangup()
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Reply via email to