Hello, We've released another update to our Asterisk GUI Client suite: http://astguiclient.sf.net/ Screen shots: http://astguiclient.sourceforge.net/screenshots.html The client suite runs on both Windows and UNIX and includes a dialer (the suite is not an asterisk configuration tool) In addition to the usual bug fixes, this is mostly an update for the VICIDIAL dialer application. We've added a lot of new functionality and customization to it, including: + rearranged VICIDIAL buttons and added some color to DIAL and HANGUP buttons + allowed for call parking with different park music per-campaign + allowed for webpage forms launched from GUI with call info + allowed for different web form web pages per-campaign + allowed agents using VICIDIAL client to send calls with data to a closer + new call-closer functionality is web-based for flexibility + added new DTMF dialpad for sending tones quickly + added code from Paul Concepcion to allow admin pages to work with PHP globals off + added common database connection file for each set of PHP admin pages Let me know what you think. Thanks, MATT---
Hi matt, I'm a little confused... - Do I have to install a softphone ? If yes, how it will incorporate with your appl ? - Is it possible to use IAX soft phone ? - Is there a kind of silent monitoring ? - I think that a good improvement is to have an auto result system (i.e. when dial a phone number just verify if busy,no answer, fax etc and proceed to next number automatically). - A GUI criteria module for the campaign lists. (i.e. I want to dial only the area x with busy results in a specific time) Also, I'm verify now your appl if I could do the auto result, please help me !!! Best Regards, Marin --- mattf <mattf@vicimarketing.com> wrote:> Hello, > > We've released another update to our Asterisk GUI > Client suite: > > http://astguiclient.sf.net/ > > Screen shots: > http://astguiclient.sourceforge.net/screenshots.html > > The client suite runs on both Windows and UNIX and > includes a dialer > (the suite is not an asterisk configuration tool) > > In addition to the usual bug fixes, this is mostly > an update for the > VICIDIAL dialer application. We've added a lot of > new functionality and > customization to it, including: > > + rearranged VICIDIAL buttons and added some > color to DIAL and HANGUP > buttons > + allowed for call parking with different park > music per-campaign > + allowed for webpage forms launched from GUI > with call info > + allowed for different web form web pages > per-campaign > + allowed agents using VICIDIAL client to send > calls with data to a > closer > + new call-closer functionality is web-based for > flexibility > + added new DTMF dialpad for sending tones > quickly > + added code from Paul Concepcion to allow admin > pages to work with PHP > globals off > + added common database connection file for each > set of PHP admin pages > > Let me know what you think. > > Thanks, > > MATT--- > _______________________________________________ > 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-users> To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover
Hello, - you can use a softphone or hardphone,as long as it's a SIP client phone and you have Zap lines that you are dialing out over - currently IAX clients aren't configured to work with astguiclient - there is silent monitoring and it's very easy to use - sounds like you want a predictive dialer. if that's what you want take a look at shady-dial project. VICIDIAL doesn't do auto-results as you call it because doing what you described is illegal in the US. - a more detailed calling criteria as you described it sounds like a good idea, I'll look into it. Thanks, MATT--- -----Original Message----- From: marin blu [mailto:marinblu0000@yahoo.com] Sent: Wednesday, April 28, 2004 5:11 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] New ASTGUICLIENT released: 1.0.1 Hi matt, I'm a little confused... - Do I have to install a softphone ? If yes, how it will incorporate with your appl ? - Is it possible to use IAX soft phone ? - Is there a kind of silent monitoring ? - I think that a good improvement is to have an auto result system (i.e. when dial a phone number just verify if busy,no answer, fax etc and proceed to next number automatically). - A GUI criteria module for the campaign lists. (i.e. I want to dial only the area x with busy results in a specific time) Also, I'm verify now your appl if I could do the auto result, please help me !!! Best Regards, Marin --- mattf <mattf@vicimarketing.com> wrote:> Hello, > > We've released another update to our Asterisk GUI > Client suite: > > http://astguiclient.sf.net/ > > Screen shots: > http://astguiclient.sourceforge.net/screenshots.html > > The client suite runs on both Windows and UNIX and > includes a dialer > (the suite is not an asterisk configuration tool) > > In addition to the usual bug fixes, this is mostly > an update for the > VICIDIAL dialer application. We've added a lot of > new functionality and > customization to it, including: > > + rearranged VICIDIAL buttons and added some > color to DIAL and HANGUP > buttons > + allowed for call parking with different park > music per-campaign > + allowed for webpage forms launched from GUI > with call info > + allowed for different web form web pages > per-campaign > + allowed agents using VICIDIAL client to send > calls with data to a > closer > + new call-closer functionality is web-based for > flexibility > + added new DTMF dialpad for sending tones > quickly > + added code from Paul Concepcion to allow admin > pages to work with PHP > globals off > + added common database connection file for each > set of PHP admin pages > > Let me know what you think. > > Thanks, > > MATT--- > _______________________________________________ > 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-users> To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover _______________________________________________ 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
Hello, - The source code would need to be changed to configure for IAX, but it is all perl so if you know perl you could probably figure it out. - Actually we are only using SIP hardphones right now, but it does work with any SIP device soft or hard - That is something that we could add easily. We'll consider it for the next version - busy/disconnect/answering machine-voicemail detection is hard to code if anyone knows an easy way of doing it I would love to know. MATT--- -----Original Message----- From: marin blu [mailto:marinblu0000@yahoo.com] Sent: Wednesday, April 28, 2004 9:08 AM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] New ASTGUICLIENT released: 1.0.1 Hi, - How easy is to configure your appl for IAX ? - Do you use any GPL SIP Softphone ? - Also, I don't mean Predictive dialing. A powerdialing system is better for B2B. When the agent gives the result then auto proceed to next phone number. (I think this is possible from your appl, with an on/off auto dialing button) And an improvement is a procedure to check out if the line is busy,no avail etc. So, the system will log & inform the agent and proceed to next number automatically. What do you think ? Thanks, Marin --- mattf <mattf@vicimarketing.com> wrote:> Hello, > > - you can use a softphone or hardphone,as long as > it's a SIP client phone > and you have Zap lines that you are dialing out over > > - currently IAX clients aren't configured to work > with astguiclient > > - there is silent monitoring and it's very easy to > use > > - sounds like you want a predictive dialer. if > that's what you want take a > look at shady-dial project. VICIDIAL doesn't do > auto-results as you call it > because doing what you described is illegal in the > US. > > - a more detailed calling criteria as you described > it sounds like a good > idea, I'll look into it. > > Thanks, > > MATT--- > > > -----Original Message----- > From: marin blu [mailto:marinblu0000@yahoo.com] > Sent: Wednesday, April 28, 2004 5:11 AM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] New ASTGUICLIENT > released: 1.0.1 > > > Hi matt, > > I'm a little confused... > - Do I have to install a softphone ? > If yes, how it will incorporate with your appl ? > - Is it possible to use IAX soft phone ? > - Is there a kind of silent monitoring ? > - I think that a good improvement is to have an > auto result system > (i.e. when dial a phone number just verify if > busy,no answer, fax etc and proceed to next > number > > automatically). > - A GUI criteria module for the campaign lists. > (i.e. I want to dial only the area x with busy > results in a specific time) > > Also, I'm verify now your appl if I could do the > auto > result, please help me !!! > > > > Best Regards, > Marin > > --- mattf <mattf@vicimarketing.com> wrote: > > Hello, > > > > We've released another update to our Asterisk GUI > > Client suite: > > > > http://astguiclient.sf.net/ > > > > Screen shots: > > > http://astguiclient.sourceforge.net/screenshots.html > > > > The client suite runs on both Windows and UNIX and > > includes a dialer > > (the suite is not an asterisk configuration tool) > > > > In addition to the usual bug fixes, this is mostly > > an update for the > > VICIDIAL dialer application. We've added a lot of > > new functionality and > > customization to it, including: > > > > + rearranged VICIDIAL buttons and added some > > color to DIAL and HANGUP > > buttons > > + allowed for call parking with different park > > music per-campaign > > + allowed for webpage forms launched from GUI > > with call info > > + allowed for different web form web pages > > per-campaign > > + allowed agents using VICIDIAL client to send > > calls with data to a > > closer > > + new call-closer functionality is web-based > for > > flexibility > > + added new DTMF dialpad for sending tones > > quickly > > + added code from Paul Concepcion to allow > admin > > pages to work with PHP > > globals off > > + added common database connection file for > each > > set of PHP admin pages > > > > Let me know what you think. > > > > Thanks, > > > > MATT--- > > _______________________________________________ > > 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-users> > To UNSUBSCRIBE or update options visit: > > >http://lists.digium.com/mailman/listinfo/asterisk-users> > > > > > __________________________________ > Do you Yahoo!? > Win a $20,000 Career Makeover at Yahoo! HotJobs > http://hotjobs.sweepstakes.yahoo.com/careermakeover > _______________________________________________ > 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> _______________________________________________ > 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 __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover _______________________________________________ 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