<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">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. <br>
<br>
Thanks for the thoughts<br>
<br>
BEN<br>
</font><br>
Steve Edwards wrote:
<blockquote cite="midPine.LNX.4.61.0508280909140.4576@fs.sedwards.com"
 type="cite">On Sun, 28 Aug 2005, Kevin P. Fleming wrote:
  <br>
  <br>
  <blockquote type="cite">Ben Brown wrote:
    <br>
    <br>
    <blockquote type="cite">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.
      <br>
    </blockquote>
    <br>
In CVS HEAD (and soon Asterisk 1.2), app_chanspy will do exactly that.
    <br>
  </blockquote>
  <br>
Chanspy will not let you join a conference, only spy.
  <br>
  <br>
I do something similar with this snippet.
  <br>
  <br>
[supervisor]
  <br>
; monitor an agent
  <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exten = s,1,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
background(please-enter-a-conference)
  <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exten = _xxxxxx#,1,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; meetme(${EXTEN:0:6},ampqs)
  <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exten = _xxxxxx#,n,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; goto(${CONTEXT},s,1)
  <br>
  <br>
You enter a conference number and "#," to join with mute on. You can
  <br>
"*1" to unmute if you want to speak. Press "#" to exit the conference
  <br>
and you are prompted to enter another conference number.
  <br>
  <br>
I've hacked on app_meetme a bit to control who hears enter and leave
  <br>
sounds and the application exit code as well as let the supervisor
  <br>
kick all users or admins.
  <br>
  <br>
Thanks in advance,
  <br>
------------------------------------------------------------------------
  <br>
Steve Edwards&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-abbreviated" href="mailto:sedwards@sedwards.com">sedwards@sedwards.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Voice: +1-760-468-3867
PST
  <br>
Newline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-abbreviated" href="mailto:pagesteve@sedwards.com">pagesteve@sedwards.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fax:
+1-760-731-3000
  <br>
_______________________________________________
  <br>
--Bandwidth and Colocation sponsored by Easynews.com --
  <br>
  <br>
Asterisk-Users mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
  <br>
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  <br>
To UNSUBSCRIBE or update options visit:
  <br>
&nbsp; <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  <br>
  <br>
</blockquote>
</body>
</html>