Re: [Asterisk-Users] Transferring calls into MeetMe

2005-03-15 Thread Nicolás Gudiño
this, without having to make two calls, transfer them in, then connect my self. Maybe is not what you want, but anyways.. . you can try with the Flash Operator Panel (http://www.asternic.org). It can do barge-ins using meetme for that purpose. Regards, -- Nicolás Gudiño Buenos Aires - Argentina

Re: [Asterisk-Users] How to see ExtensionStatus in manager

2005-03-15 Thread Nicolás Gudiño
-Asterisk+standard+extensions Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http

Re: [Asterisk-Users] Flashpannel: How to get more than 28 buttons?

2005-03-16 Thread Nicolás Gudiño
, or multiple 'context' to split your buttons into several screens. I wll send you an alternate op_style.cfg with smaller buttons offlist. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com

Re: [Asterisk-Users] About shadydial

2005-03-16 Thread Nicolás Gudiño
Hello, I need to know the following: when a call is answered, this call es sending a to agent, but I need that the agent when receive the call in the desktop appear all information of this number. You can do this with the Flash Operator Panel. http://www.asternic.org Regards, -- Nicolás

Re: [Asterisk-Users] Dial from a URL - Possible?

2005-03-21 Thread Nicolás Gudiño
-to-dial, screen pops, etc. -- Nicolás Gudiño Buenos Aires - Argentina ___ 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

Re: [Asterisk-Users] Flash pannel: time display

2005-03-22 Thread Nicolás Gudiño
reports of bad timers within FOP but I was not able to fully reproduce the problem. You better check from the cli and compare that with FOP display or your SNOM phone, and tell us your results. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk

Re: [Asterisk-Users] how can i connect a cost display on asterisk

2005-04-07 Thread Nicolás Gudiño
finished, but its progressing nicely. If you are interested in see how does it looks like, drop me a note off list. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com

Re: [Asterisk-Users] inquire about connected channel (show channels)

2005-04-08 Thread Nicolás Gudiño
I know this information can be parsed out of show channels but I was just wondering if the is an easier way? Its easier to use 'Status' on the manager directly. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list

Re: [Asterisk-Users] Operator Panels?

2005-01-19 Thread Nicolás Gudiño
and bridging A with B. -- Nicolás Gudiño Buenos Aires - Argentina ___ 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

Re: [Asterisk-Users] Re: API Call Bridge?

2005-01-21 Thread Nicolás Gudiño
Hello, I've tried all the Wiki pages and still can't seem to get this thing working and that's why I've posted this mail. I would like to dial two external numbers and conference them together using the asterisk api manager. Hint: search the wiki for local channels -- Nicolás Gudiño

Re: [Asterisk-Users] Re: astGUIclient users should not upgrade to Asterisk 1.0.5

2005-02-02 Thread Nicolás Gudiño
in the RINGING event or associated directly with the Uniqueid of the callee. Personally I had to downgrade app_dial.c to a previous releaes to get the callerid as before. Just my 2 cents... -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users

Re: [Asterisk-Users] Callerid problems with 1.0.5

2005-02-05 Thread Nicolás Gudiño
), you can use a dial flag (I believe its 'p' in cvs-head?), so the recipient of the transfer will see the original remote callerid instead of your own. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users

Re: [Asterisk-Users] live monitoring (SIP only)

2005-02-08 Thread Nicolás Gudiño
won't notice the interruption. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http

Re: [Asterisk-Users] Is there a Caller ID issue in the latest CVS Stable

2005-02-09 Thread Nicolás Gudiño
handling in the last couple of weeks. Many manager based applications stopped working because of them. Maybe your setup is affected too. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com

Re: [Asterisk-Users] Is there a Caller ID issue in the latest CVSStable

2005-02-10 Thread Nicolás Gudiño
around. Drumkilla reverted the callerid changes on the latest stable (thanks Russell!). You will be fine if you checkout stable from CVS now. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users

Re: [Asterisk-Users] really easy FOP asterisk@home question

2005-02-10 Thread Nicolás Gudiño
Hello, I deleted the config examples in the op_buttons.conf folder for how to set up the meetme representation [skip] [Meetme/801]; Meetme must be defined by its room number change the above line to: [801] Regards, -- Nicolás Gudiño Buenos Aires - Argentina

Re: [Asterisk-Users] Print-to-Fax client

2005-03-10 Thread Nicolás Gudiño
at the license agreement on the driver - you might not be allowed to use the software fully without having a subscription to their services. Florian -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com

Re: [Asterisk-Users] manager api: how to handle failed calls

2004-11-14 Thread Nicolás Gudiño
on the originate command. I wonder why not? Maybe, (just maybe, I did not try it myself) the originate variables are passed using asterisk CVS-HEAD and variable names prefixed with underscore... Eg: Use variable _X instead of X in the originate command. Let me know if it works. Regards, -- Nicolás

Re: [Asterisk-Users] Log extension in CDR when forwarding calls to another number

2004-11-16 Thread Nicolás Gudiño
field set in the CDR? What would the extension look like to record the value into the CDR? exten = s,1,SetVar(loguserfield=${EXTEN})? show application SetCDRUserField at the CLI -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users

Re: [Asterisk-Users] SIP Phones-Receptionist Setup

2004-11-21 Thread Nicolás Gudiño
machine or another one). If there is enough interest, we can make it a reality... The question is: what features do you need and how much are you willing to pay for it. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list

Re: [Asterisk-Users] Problem with fax tone (CNG) and fax detection

2004-11-21 Thread Nicolás Gudiño
by setting the following in zapata.conf ;faxdetect=both ;faxdetect=incoming ;faxdetect=outgoing ;faxdetect=no -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Busy Lamp Field

2004-11-24 Thread Nicolás Gudiño
BLF just with leds (not LCD) Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com

Re: [Asterisk-Users] SIP Phones-Receptionist Setup

2004-11-26 Thread Nicolás Gudiño
transfers, night mode, et all. -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman

Re: [Asterisk-Users] Monitoring app. - see whats really going on in asterisk

2004-11-26 Thread Nicolás Gudiño
to login. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo

Re: [Asterisk-Users] Execute a script upon registration

2004-11-26 Thread Nicolás Gudiño
write an application that listens to the manager port and looks for registration events and launch scripts accordingly. -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo

Re: [Asterisk-Users] unable to compile testcpuid.c in spandsp in x86_64

2004-11-29 Thread Nicolás Gudiño
similar problems compiling under PPC. I just removed that module together with other troubling assembler parts (MMX detection routines). After that it compiled fine and worked well (but the platform is 32 bits, I dunno if it will work under a 64bit platform). Regards, -- Nicolás Gudiño Buenos Aires

Re: [Asterisk-Users] ASTCC and Pattern question

2004-11-30 Thread Nicolás Gudiño
... Does anyone have a good how-to? I think you can use something like: ^ + code + .* For example, if you want to add Argentina (54) as a route, and you dial 011 for international: ^01154.* -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users

Re: [Asterisk-Users] Compiling zaptel 1.0.2 on Fedora Core

2004-11-30 Thread Nicolás Gudiño
] Copied straight from the wiki (search for fedora): cd /usr/src (or make sure you are in your source directory) cp configs/config-for-my-kernel .config make oldconfig make include/asm make include/linux/version.h make SUBDIRS=scripts It worked for me last night. Regards, -- Nicolás Gudiño Buenos

Re: [Asterisk-Users] ASTCC

2004-12-13 Thread Nicolás Gudiño
and not just anything that matches an expression in $number? Try with: ^01154.* being 54 the country code for Argentina and 011 the internacional prefix. -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED

Re: [Asterisk-Users] Re: Asterisk-Users Digest, Vol 5, Issue 192

2004-12-14 Thread Nicolás Gudiño
. Best Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk

Re: [Asterisk-Users] Total newbie here looking to do a VoIP conference call?

2004-12-17 Thread Nicolás Gudiño
. There are several kinds of cards you can purchase them from digium at http://www.digium.com If you do not have time to set this up, you can hire a consultant. You can find a lot of usefull documentation, and a list of asterisk consultants at http://www.voip-info.org Good luck, -- Nicolás

Re: [Asterisk-Users] Asterisk presence utility

2004-09-18 Thread Nicolás Gudiño
that means polling the server periodically, comsuming resources, instead of being notified just once. Latest CVS does include manager events for register / unregister / reachable / unreachable / lagged events for sip and iax peers. You will still need to poll for initial status. -- Nicolás

Re: [Asterisk-Users] PBX CallTransfer

2004-09-20 Thread Nicolás Gudiño
http://bugs.digium.com/bug_view_page.php?bug_id=0002460 Best regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options

Re: [Asterisk-Users] PBX CallTransfer

2004-09-20 Thread Nicolás Gudiño
.. Best regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo

Re: [Asterisk-Users] English vs American voice files

2004-09-20 Thread Nicolás Gudiño
that will give better sound from compressed formats? Thanks I use this script to convert to .gsm with great success: #!/bin/bash BASE=`echo $1 | cut -d\. -f1` echo $BASE sox $1 -t gsm -r 8000 -g -b -c 1 $BASE.gsm resample -ql Best regards, -- Nicolás Gudiño Buenos Aires - Argentina

Re: [Asterisk-Users] RE: Creating conference calls from within Astman.

2004-09-22 Thread Nicolás Gudiño
1000 in 'conferences' context. This feature is already implemented and working in the next to be released version of the flash panel (but now it will only dial numbers predefined in the panel itself). You can get it from http://www.asternic.org Best regards, -- Nicolás Gudiño Buenos Aires

Re: [Asterisk-Users] Queue and Agent functionality

2004-09-26 Thread Nicolás Gudiño
with it.. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk

Re: [Asterisk-Users] Agent monitoring using fop

2004-10-11 Thread Nicolás Gudiño
sugestion is welcome.. -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo

Re: [Asterisk-Users] CLI Destroy SIP channel?

2004-10-11 Thread Nicolás Gudiño
|Mp| My extension is 3044 and I am NOT on any calls right now. Somehow this didn't get destroyed when I hung up. Rebooting my phone didn't change anything. How can I get rid of those? Try with: soft hangup CHANNEL -- Nicolás Gudiño Buenos Aires - Argentina

Re: [Asterisk-Users] Sipura SPA-2000 / GSM or iLBC.

2004-10-11 Thread Nicolás Gudiño
, but they didn't seem interested. They would have to change their brand name to IAXURA -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE

Re: [Asterisk-Users] Zapata on PowerMac G4

2004-10-17 Thread Nicolás Gudiño
. -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] manager interface to barge

2004-10-20 Thread Nicolás Gudiño
-- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] manager interface to barge

2004-10-20 Thread Nicolás Gudiño
. Maybe you have to look at those java wrappers that mix agi with manager. Best regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE

Re: [Asterisk-Users] Manager API / Agents

2004-10-21 Thread Nicolás Gudiño
. Is this possible? I have just implemented this in the Flash Operator Panel, I use: Action: Command Command: show agents And then some perl magic... FYI, every CLI command can be executed from manager this way. Regards, -- Nicolás Gudiño Buenos Aires - Argentina

Re: [Asterisk-Users] Flash Panel version greif with ming et al

2004-10-21 Thread Nicolás Gudiño
regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk

Re: [Asterisk-Users] AGI comand channel status

2004-10-21 Thread Nicolás Gudiño
configured for ; standard U.S. tones You might also want to take a look at application BackgroundDetect, just issue: show application BackgroundDetect from the CLI Good luck, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list

Re: [Asterisk-Users] Support for reception of send url in SIP clients needed

2004-10-23 Thread Nicolás Gudiño
in agents, and it shows some statistics on queues and individual agents also. http://www.asternic.org Best regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo

Re: [Asterisk-Users] Digium TheVoice recordings' sound terrible

2004-10-24 Thread Nicolás Gudiño
, or the same pitch but a really slow speed for some recordings. Best regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options

Re: [Asterisk-Users] Auto-Login/Auto Answer

2004-10-25 Thread Nicolás Gudiño
first call to the agentlogin extension number. After login in, any call that arrives to a queue that agent is a member of, it will pick up the call without user intervention. If there is no call, they will hear music on hold till the next call. -- Nicolás Gudiño Buenos Aires - Argentina

Re: [Asterisk-Users] Auto-Login/Auto Answer

2004-10-26 Thread Nicolás Gudiño
the sipura faq http://www.sipura.com/Documents/faq/Section_2.html#5 -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options

Re: [Asterisk-Users] Can't connect even though its running..

2004-10-26 Thread Nicolás Gudiño
Hi, On Tue, 26 Oct 2004 14:01:14 -0500, Matthew Boehm [EMAIL PROTECTED] wrote: -r and -R are the same thing except -R tries to reconnect if dropped. regarless, -r didn't work either. su root and try again... -- Nicolás Gudiño Buenos Aires - Argentina

Re: [Asterisk-Users] Re: call progress - what are the sticking points?

2004-10-28 Thread Nicolás Gudiño
? Asterisk detects hangups with busydetect and busycount just fine. At least for me. The problem is ANSWER detection for billing purposes. -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com

Re: [Asterisk-Users] FOP 0.17 - Agent setup

2004-10-29 Thread Nicolás Gudiño
in the queue LID Help! You will find your answer in FOP Mailing list. Regards -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options

Re: [Asterisk-Users] AddQueueMember and call distribution

2004-10-29 Thread Nicolás Gudiño
= 1,4,Goto(queues,1,6) exten = 1,5,SetVar(TIMEOUT=900) exten = 1,6,Queue(support,t,,,${TIMEOUT}) exten = 1,7,Voicemail([EMAIL PROTECTED]); exten = 1,8,Hangup Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL

Re: [Asterisk-Users] Call files

2004-11-09 Thread Nicolás Gudiño
possible. Then the call will follow the dial plan if I have forwarded my number to another extension. I think it will work. Try with: Local/[EMAIL PROTECTED] You can put that as the Channel parameter in the manager originate command. -- Nicolás Gudiño Buenos Aires - Argentina

Re: [Asterisk-Users] Broadvoice asterisk patch

2004-11-10 Thread Nicolás Gudiño
looking links to forged sites. You cannot trust email links either. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update

Re: [Asterisk-Users] timeout

2004-11-12 Thread Nicolás Gudiño
to the operator. And/Or if they did not press something it will play the message again And/Or if they typed a wrong extension ti will read the menu again please let me know Thaks Altus http://www.voip-info.org/wiki-Asterisk+standard+extensions Look for the t and i extensions... -- Nicolás Gudiño

Re: [Asterisk-Users] Install instructions for FOP Flash Operator Panel do not make sense...

2006-02-16 Thread Nicolás Gudiño
, etc. Anyways, FOP's mailing list is a better place to seek for help about it, as is not directly asterisk related. -- Nicolás Gudiño Buenos Aires - Argentina ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list

Re: [Asterisk-Users] mpg123 alternative?

2006-02-23 Thread Nicolás Gudiño
or unresponsive mpg123 processes. -- Nicolás Gudiño Buenos Aires - Argentina ___ --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

Re: [asterisk-users] AddQueueMember and Flash Operator Panel

2008-02-27 Thread Nicolás Gudiño
Context=my-agent-context And it will *probably* work... I say probably because local channels are a #!@ to track with manager events. Look at the source, there is a function named local_channels_are_driving_me_mad Best regards, -- Nicolás Gudiño

Re: [asterisk-users] Attended transfers through a GUI

2008-02-27 Thread Nicolás Gudiño
native attendant transfers with asterisk 1.6. Best regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit

Re: [asterisk-users] Web page to show online extensions?

2008-04-04 Thread Nicolás Gudiño
___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Nicolás Gudiño Buenos Aires

Re: [asterisk-users] Web page to show online extensions?

2008-04-04 Thread Nicolás Gudiño
To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Nicolás Gudiño Buenos Aires - Argentina ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE

Re: [asterisk-users] Drag and Drop transfer application

2008-04-26 Thread Nicolás Gudiño
to perform transfers, dragging the other leg (default behaviour), or your own.. you have to select which one you like with reverse_transfer=1 in op_server.cfg Best regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ -- Bandwidth and Colocation Provided

Re: [asterisk-users] Problem while running Flash Operator Panel

2008-05-16 Thread Nicolás Gudiño
Then you will want to move the file to /etc/rc.d/init.d And add it to startup with: chkconfig --add op_panel_redhat.sh -- Nicolás Gudiño Buenos Aires - Argentina ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users

[asterisk-users] Queue Stats

2008-05-16 Thread Nicolás Gudiño
Hello, I have finally released the queue stats package to the public.. please go to: http://www.asternic.org/stats To get it or see the online demo. -- Nicolás Gudiño Buenos Aires - Argentina ___ -- Bandwidth and Colocation Provided by http

Re: [asterisk-users] Digium announcement: new community manager - John Todd

2008-05-21 Thread Nicolás Gudiño
Asterisk environment. -- Nicolás Gudiño Buenos Aires - Argentina ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo

Re: [asterisk-users] Channels crossing...

2008-10-02 Thread Nicolás Gudiño
on and a very confused customer. I certainly would not rule out Asterisk, but you always start with the cables. I have just seen this myself on a pure voip and busy callcenter... with recordings to prove it too. I would not rule Asterisk either, as I do not have many cables to check! -- Nicolás Gudiño

Re: [asterisk-users] advice on OrderlyStats (or other cc software)

2009-05-04 Thread Nicolás Gudiño
As for queue_log analyzers, you can also look at http://stats.asternic.org/ . I do not want to give you an opinion because I wrote it myself. There is a fully functional free version. Best regards, -- Nicolás Gudiño Buenos Aires - Argentina On Mon, May 4, 2009 at 9:15 AM, Louis-David

Re: [asterisk-users] Queues recording CDR

2009-07-06 Thread Nicolás Gudiño
Hello, Just a correction, Asternic Call Center Stats is not from asteriskguru. Asteriskguru has its own statistic program that is not open source, but free to use. Asternic was written by me (not asteriskguru) and has an open source version and a commercial one. Best regards, -- Nicolás Gudiño

Re: [asterisk-users] Phone status

2006-08-24 Thread Nicolás Gudiño
listening to the events. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk

Re: [asterisk-users] How to install HUDLite Server

2006-09-17 Thread Nicolás Gudiño
on this interfaces should be usability and flexibility and not only looks. Best regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options

Re: [asterisk-users] FOP Installation help

2006-09-18 Thread Nicolás Gudiño
they've stopped working. -- Zeeshan A Zakaria ___ --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 -- Nicolás Gudiño

Re: [asterisk-users] How to install HUDLite Server

2006-09-19 Thread Nicolás Gudiño
to improve the documentation if you feel is innacurate or incomplete, make translations, etc. And if you do not have time to do custom mods, you can hire someone to do it for you... ;) Best regards, -- Nicolás Gudiño Buenos Aires - Argentina

Re: [asterisk-users] Spying a channel in a meetme

2006-10-02 Thread Nicolás Gudiño
can join the Meetme room muted... -- Nicolás Gudiño Buenos Aires - Argentina ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk

Re: [asterisk-users] pop a web page with DID in url

2006-10-07 Thread Nicolás Gudiño
Hudlite can do this we caller ID, but the DID feature is not there yet. Does anyone have any other software they know of that can do this? FOP can do that. http://www.asternic.org Best regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ --Bandwidth

Re: [Asterisk-Users] Queue/Agents

2005-08-01 Thread Nicolás Gudiño
on that you should use slightly different configurations. Contact me off list if you need assistance. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo

Re: [Asterisk-Users] FW: Asterisk-panel

2005-08-18 Thread Nicolás Gudiño
Hello,On 8/18/05, Soner Tari [EMAIL PROTECTED] wrote: It sounds like web_hostname in your /var/www/html/panel/op_server.cfg is setto your external ip. If you change it to your internal ip, I think you'llhave the opposite of what you describe. I couldn't find a decent solution to this dilemma. Any

Re: [Asterisk-Users] XML Revisited

2005-08-20 Thread Nicolás Gudiño
had a Polycom 600 to try. ;) Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http

Re: [Asterisk-Users] using * for Internet call waiting

2005-04-22 Thread Nicolás Gudiño
, it lets you pick up a call without loosing your internet connection, and resume the dialup session after hangup. The only feature you need for your telco is call waiting. It does not need forward on busy. Regards, -- Nicolás Gudiño Buenos Aires - Argentina

Re: [Asterisk-Users] Redirect two channels to each other?

2005-04-28 Thread Nicolás Gudiño
that action on the manager! (but replace ChannelA and ChannelB to Channel1 and Channel2 as on the link event). -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman

Re: [Asterisk-Users] Fail over solutions

2005-04-29 Thread Nicolás Gudiño
it as a network raid-1. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http

Re: [Asterisk-Users] Manager Port

2005-05-19 Thread Nicolás Gudiño
and udp port 5038 in iptables but without success. Open up port 4445 tcp. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] CRM integration (was RE: CallerID)

2005-05-25 Thread Nicolás Gudiño
this, and you must know a little javascript and/or php. -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options

Re: [Asterisk-Users] Monitoring Sirrix quad BRI channels

2005-06-24 Thread Nicolás Gudiño
be monitored ? You can try by using regexp to match the channel name, prefix it with an underscore and then a perl regexp pattern. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com

Re: [Asterisk-Users] Getting FOP working with ICD?

2005-06-30 Thread Nicolás Gudiño
working with it. So my question is: Is there any way to get FOP working together with ICD in that case? If ICD does not use regular queues, it will require custom development or a clever use of UserEvent in your dialplan. BTW, my rates are cheap.. :) Regards, -- Nicolás Gudiño Buenos Aires

Re: [Asterisk-Users] Set syntax equivalent of DBDel?

2005-07-07 Thread Nicolás Gudiño
by Digium. -- Nicolás Gudiño Buenos Aires - Argentina ___ 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

Re: [Asterisk-Users] pickup a call in queue

2006-03-21 Thread Nicolás Gudiño
want... no need to look into the Zap buttons.. and it also shows individual timers for each person waiting on that queue. It uses the manager redirect command Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ --Bandwidth and Colocation provided

Re: [Asterisk-Users] OT: FOP and reverse_transfer

2006-03-29 Thread Nicolás Gudiño
.cfg files. Please address any future question about FOP itself to FOP mailing list (you can subscribe from http://www.asternic.org ) Best regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ --Bandwidth and Colocation provided by Easynews.com

Re: [Asterisk-Users] Call Monitoring / Call Takeover with Asterisk

2006-03-30 Thread Nicolás Gudiño
. For instance if a call center supervisor is randomlay monitoring agent calls, and for some reason need to intervene on a call without first having been conferenced into the call? -- Nicolás Gudiño Buenos Aires - Argentina ___ --Bandwidth

Re: [Asterisk-Users] Reporting?

2006-03-30 Thread Nicolás Gudiño
view queue stats? -- Nicolás Gudiño Buenos Aires - Argentina ___ --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

Re: [Asterisk-Users] Dial from php

2006-03-31 Thread Nicolás Gudiño
link, etc. -- Nicolás Gudiño Buenos Aires - Argentina ___ --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

Re: [Asterisk-Users] Reporting?

2006-03-31 Thread Nicolás Gudiño
NICE! On 3/30/06, Joe Dennick [EMAIL PROTECTED] wrote: I see (and like) the demo, but where can we get it? Doug Lytle wrote: Nicolás Gudiño wrote: shameless plug Something like this perhaps? http://www.asternic.org/stats/demo It is not released

Re: [Asterisk-Users] change/toggle flash operator panel components

2006-04-16 Thread Nicolás Gudiño
file on the flash embedded object. Regards, -- Nicolás Gudiño Buenos Aires - Argentina ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman

Re: [Asterisk-Users] Flash Panel / Queue Slots

2006-04-23 Thread Nicolás Gudiño
could only make the Flash panel show that a queue 8in general) received a call from a specific extension. If you double click on the arrow for a queue summary button you should see some stats, including agents logged into that queue. -- Nicolás Gudiño Buenos Aires - Argentina

Re: [Asterisk-Users] Switchboard solutions, interactions with handset

2006-05-04 Thread Nicolás Gudiño
only on the svn trunk? I have done something similar using a modified Flash Operator Panel and a phone with autoanswer capabilities (polycom 501), while the operator is using a headset. Then you can use standard manager actions to redirect calls to the operator. Regards, -- Nicolás Gudiño Buenos

[Asterisk-Users] Announcement: FOP 0.26 released

2006-05-09 Thread Nicolás Gudiño
, profiling and optimizations. The upgrade instructions are on the tarball UPGRADE file. Remember to upgrade the .swf file and to flush your browser cache! Many thanks to everyone who provided feedback, patches, ideas and suggestions. -- Nicolás Gudiño Buenos Aires - Argentina

Re: [Asterisk-Users] Announcement: FOP 0.26 released

2006-05-16 Thread Nicolás Gudiño
to differentiate them in an easier way than fully listing. The only reserved characters for regexp buttons are underscore and ampersand. Any other character should be treated as per PERL regular expressions. Anyways, your milleage might vary, you need to try it out. -- Nicolás Gudiño Buenos Aires

Re: [Asterisk-Users] Announcement: FOP 0.26 released

2006-05-16 Thread Nicolás Gudiño
are crafted. Read the documentation, not the readme, at http://www.asternic.org to get an idea of the button types and how to configure them. There is also a low traffic FOP mailing list you can subscribe from the same page. Regards, -- Nicolás Gudiño Buenos Aires - Argentina

Re: [Asterisk-Users] Generate two calls from Asterisk and bridge them

2006-05-25 Thread Nicolás Gudiño
/listinfo/asterisk-users -- Nicolás Gudiño Buenos Aires - Argentina ___ --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

  1   2   >