I'm searching around, but not finding definative info on this, is the maximum number of extensions available in FOP limited to 100? if so, is there another operator console (commercial or open source) that will allow at least 200 max extensions? The docs for FOP seem to be quite breif on changing the layout. thx in advance for any insight
Its not that hard to modify the FOP settings but there is a limit to what you can accomplish because of screen size vs readability. You can only make buttons so small before the become unusable. -Kerry> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Dan Elder > Sent: Friday, December 30, 2005 9:21 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] FOP Maximum extensions? > > I'm searching around, but not finding definative info on > this, is the maximum number of extensions available in FOP > limited to 100? if so, is there another operator console > (commercial or open source) that will allow at least 200 max > extensions? The docs for FOP seem to be quite breif on > changing the layout. > > thx in advance for any insight > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Just a curiosity really. Anyone know how I can do this? exten => page,1,SetVar(_ALERT_INFO=ring-answer) exten => page,2,Page(SIP/a00090101&SIP/a00090301) exten => page,3,Playback(tt-weasels) ie Play back the sound file after the phones receiving the page have answered? I know page is really simulating a one-way audio meetme conference, so I don't even know it it's possible. Thanks.