[Asterisk-Users] 24 line softphone

Matt Florell astmattf at gmail.com
Sun Aug 28 18:33:04 MST 2005


I wrote a php web page to do just this with astguiclient/VICIDIAL
across several servers at once. If you use or want to install
astguiclient let me know and I'll tell you more about how the code
works.

http://astguiclient.sf.net/

MATT---

On 8/28/05, Ben Brown <bdkb at verizon.net> wrote:
>  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      sedwards at sedwards.com      Voice: +1-760-468-3867 PST 
>  Newline           pagesteve at sedwards.com            Fax: +1-760-731-3000 
>  _______________________________________________ 
>  --Bandwidth and Colocation sponsored by Easynews.com -- 
>  
>  Asterisk-Users mailing list 
>  Asterisk-Users at 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 at 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
> 
>



More information about the asterisk-users mailing list