I have no problem joining the conferences and monitoring. What I need is a nice, simple, preferably GUI method to switch between multiple active connections. I have a method I like using a 3 line softphone, which works for 3 conferences, but I need one "line" for each connection to use my method, thus I am seeking a 24 line softphone.

Thanks for the thoughts

BEN

Steve Edwards wrote:
On Sun, 28 Aug 2005, Kevin P. Fleming wrote:

Ben Brown wrote:

I suppose if there was just a way to monitor the 24 conferences on request, then the participation could be accomplished using a regular SIP client.

In CVS HEAD (and soon Asterisk 1.2), app_chanspy will do exactly that.

Chanspy will not let you join a conference, only spy.

I do something similar with this snippet.

[supervisor]
; monitor an agent
        exten = s,1,                    background(please-enter-a-conference)
        exten = _xxxxxx#,1,             meetme(${EXTEN:0:6},ampqs)
        exten = _xxxxxx#,n,             goto(${CONTEXT},s,1)

You enter a conference number and "#," to join with mute on. You can
"*1" to unmute if you want to speak. Press "#" to exit the conference
and you are prompted to enter another conference number.

I've hacked on app_meetme a bit to control who hears enter and leave
sounds and the application exit code as well as let the supervisor
kick all users or admins.

Thanks in advance,
------------------------------------------------------------------------
Steve Edwards      [EMAIL PROTECTED]      Voice: +1-760-468-3867 PST
Newline           [EMAIL PROTECTED]            Fax: +1-760-731-3000
_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

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

_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

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

Reply via email to