similar to: IPS version 0.114

Displaying 20 results from an estimated 10000 matches similar to: "IPS version 0.114"

2005 Jul 17
0
Queue Log Analyser Build into IPS
IPSwitchBoard Version 0.123 - 17 July 2005 * Queue Analysis has been added to IPSwitchBoard. In order to properly manage ACD queues, it is important to be able to keep track of details of call setups and teardowns in much greater detail than traditional call detail records provide. In order to support this, extensive and detailed tracing of every queued call is stored in the queue log, located
2005 Jul 17
0
Queue Log Analyser Build into IPS 0.123
IPSwitchBoard Version 0.123 - 17 July 2005 * Queue Analysis has been added to IPSwitchBoard. In order to properly manage ACD queues, it is important to be able to keep track of details of call setups and teardowns in much greater detail than traditional call detail records provide. In order to support this, extensive and detailed tracing of every queued call is stored in the queue log,
2005 Sep 29
0
Major bug solved in IPSwitchBoard
I have been working on solving a major issue with IPSwitchBoard. It was reported that IPS would use all available memory and get the PC to grind to a halt. I could not understand this as I had it running on many different PC's in Denmark. I now found the bug: IPS would crash on any PC that had "." configured as decimal point (in Denmark we use ",") this meant
2005 Mar 26
1
IPSwitchBoard new Release
IPSwitchBoard Version 0.69 has just been released; it is available for FREE: <http://mambo.thorben.dk> Download here Release notes: * Record calls by right clicking any extension button, you can have several recordings at the same time. * Bug fixes The recordings will be placed as a single wav file on the Asterisk server in the folder: /var/spool/asterisk/monitor the name of the
2005 Sep 21
0
Brand New IPSwitchBoard
I am proud to announce that I have just released a brand new IPSwitchBoard totally rewritten from scratch. The new version has been built on the experiences gained by the previous versions. Download for FREE: http://ipsoftware.thorben.dk IPSwitchBoard is totally customizable and will give you, among other things: Unattended/attended transfers. Park calls and retrieve/forward them again.
2005 Sep 04
0
IPSwichBoard designers wanted
I am rewriting IPSwitchBoard at the moment. I want to make IPSwitchBoard "Skinable" meaning that you can design your own skins with company logo etc. You will also be able to add graphical extension buttons, and led's that will light up ex. DND, busy/free, message waiting and much more. If you are graphically minded and would like to help with making test skins using PhotoShop or
2005 Mar 20
2
IPSwitchBoard-BETA Update
Release 0.66 of IPSwitchBoard is now available for FREE download at: http://www.voip-info.org/tiki-index.php?page=IPSwitchBoard+BETA Enhancements: Support for Call Parking and retrieve/forward them again. Last Call on the Queues Page now displays a date-time in human readable format. Added CallerID on the Queue Members listing on the Queue page. New page with Agent information. Minor bug
2005 Mar 21
1
Version 0.67 of IPSwitchBoard Released
IPSwitchBoard Version 0.67 Release notes: CRM integration, can call a web page with callerid when there's an incoming call. You can specify the min. and max. length of the callerid. Drop any active call. Help file integrated in IPSwitchBoard. Play button for sound files. Bug fixes - thank you for all your feedback. Download IPSwitchBoard for FREE here:
2005 Mar 16
19
IPSwitchBoard BETA
Hi all, I have just published my last few weeks of hard work: IPSwitchBoard BETA. Please let me know what you think and post comments on the Wiki. http://www.voip-info.org/wiki-IPSwitchBoard+BETA Thank you
2005 Sep 24
0
IPSpeedDial has just been released
IPSpeedDial creates speed dial numbers for Asterisk. Download from: <http://ipsoftware.thorben.dk/> http://ipsoftware.thorben.dk Use this to create speed dial numbers that can be used by all extensions on your Asterisk server. This program will create entries in the asterisk database which you then can lookup in you dial plan get the number to dial. All extensions can now dial
2005 Mar 18
0
New Version of IPSwitchBoard-Beta
Hi all, Just to let you know that I have just released a new version, 0.65, of IPSwitchBoard-BETA. This is some of the fixes: . Load IAX2 extensions as well as make calls/transfers To IAX2 (I will add ZAP next) . You can monitor Parked Calls (I have a lot of problems getting parking to work) . Possible to create a trace file by checking Trace on the config page . lot's of bugs fixed
2006 Apr 06
0
(no subject)
Hi, I'm using IPSwitchboard v 1.8.10, a sort of Operator Panel, to monitor my Asterisk's extensions. Recently I noticed that on the official site (http://ipswitchboard.thorben.dk/), where I downloaded the software some weeks ago, this project is no longer supported. Is there anyone that can say me where I can find the Italian version of IPswitchboard or if there is a way to translate the
2006 May 10
3
NumbersToWords
= numbersToWords - convert your integers and floats to english or japaneese words,or translate it into american currency - This plugin was created from a solution to the ruby quiz (english numbers) by Matthew D Moss. I modified the code to work as a rails plugin and added the to_dollars method. - the to_dollars method will work with integers and floats - the to_english and to_japaneese methods
2005 Feb 07
1
How to Create customized audio file to use withASTCC??
Hi Derek, I'm not sure your recording will match with my needs. I wanna be able to do this myself with our currency here. Can you just tell me what to use and how to use it ?? Thanks. Daniel. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Derek Conniffe Sent: lundi 7 f?vrier 2005 11:59 To: Asterisk
2007 May 15
3
NOOB question RSPEC
Hi all !! I have this code: require ''account'' describe Account, "when first created" do before do @account = Account.new end it "should have a balance of $0" do @account.balance.should eql(Money.new(0, :dollars)) end after do @account = nil end end How can I pass the @account.balance.should eql(Money.new(0, :dollars)) spec. From my
2006 Jun 28
3
how do I validate currency format if I am storing in cents?
Hi all - To avoid floating point issues, I''ve decided to store monetary values in cents in the database. However, the user will enter these in dollars and cents. Two questions: 1) How do I do the validation for the currency format? It looks like ActiveRecord truncates the cents since it thinks the field type is a Fixnum. Am I forced to do validation in the controller? 2) Where
2006 Mar 25
4
Rails PayPal and Currencies other than USD
Has anyone been able to make direct API calls to PayPal in currencies other than USD? I get an error message "The currency code submitted is not supported. Check the currency code and try again." I''m using the PayPal plugin for Rails. I can successfully transact in USD, but not AUD (Australian Dollars). Cheers, Dan
2007 Feb 13
2
Computing stats on common parts of multiple dataframes
Folks, I have three dataframes storing some information about two currency pairs, as follows: R> a EUR-USD NOK-SEK 1.23 1.33 1.22 1.43 1.26 1.42 1.24 1.50 1.21 1.36 1.26 1.60 1.29 1.44 1.25 1.36 1.27 1.39 1.23 1.48 1.22 1.26 1.24 1.29 1.27 1.57 1.21 1.55 1.23 1.35 1.25 1.41 1.25 1.30 1.23 1.11 1.28 1.37 1.27 1.23 R> b EUR-USD NOK-SEK 1.23 1.22 1.21 1.36 1.28 1.61 1.23 1.34 1.21 1.22
2014 Apr 16
0
[XPOST] Invoicing - 1.0.0 released
Hello people, We have released invoicing gem which helps you in creating, managing and generating pdf for invoices. Bit of background: Invoicing gem was initially developed by Martin Kleppmann (https://github.com/ept/) for generating and displaying invoices. This release polishes the gem, makes it compatible with rails 3 and rails 4, adds pdf generation source:
2002 Feb 09
1
How to access objects outside an R function
Dear R-Users, I have a dataframe (''forexdata'') of daily returns from the foreign exchange market for three currencies - British Pound (bp), Canadian Dollar(cd), Deustche Mark (dm) vis-a-vis the US Dollar and the Date Of Trade(yymmdd). For some dates the returns are missing (recorded as zero) as there were no trades in that currency for that date. My task is to substitute the