similar to: Asterisk w/MS SQL Server 2005

Displaying 20 results from an estimated 10000 matches similar to: "Asterisk w/MS SQL Server 2005"

2007 Sep 25
2
swift.conf - cepstral voice quality adjustment options
Hi all, I hope that I'm not breaking protocol too much by posting a message in this group about a problem that I'm having with an Asterisk Business Edition installation, but the reason that I'm posting here is because the problem that I'm having isn't really with the Business Edition, it is with the Cepstral text to speech product that I'm using with it, and also because
2001 Feb 09
1
Trouble with Reach Out
Hi, I have a Mandrake 7.2 linux box with codeweavers-wine-20010112-1.i386.rpm. I mount a windows NT share on /windows/reachout. I have fixed a few problems with dll while attepting to running reachout.exe and finnaly got a desktop window. Unfortunately I get a dialog box saying: Failed to load language ROSNRES.DLL. I have checked whether the dll was in the right directory and try with uppercase
2005 Sep 05
2
DTMF issue on IVR
Hi All, I encountered a DTMF problem. We have an IVR built on Asterisk 1.0.7 with RedHat 9. When the caller calls into our IVR, and IVR plays the first prompt and asks caller to dial four-digit extension. Caller has to dial slowly, otherwise, Asterisk cannot recognize the extension number. I look at the trace on Asterisk CLI and there are missing digit in the middle of string. ex, caller
2006 May 29
3
is Sql Server support built in?
Have installed ruby-one-click installer 1.8.4-16 and rails. Am unable to get an app to talk to by SS2000 database using adapter: sqlserver. Is Sql Server support built-in, or do I need to install something else? -- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment
2007 Apr 19
1
Ser as IVR
Hi, Is it possible to design an IVR using SER ? If yes please advice. thanks arun -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070419/d533051e/attachment.htm
2015 Jun 02
4
NEWS.md support on CRAN
Hi Kurt, On 1 June 2015 at 14:02, Kurt Hornik wrote: | >>>>> peter dalgaard writes: | | >> On 30 May 2015, at 01:20 , Imanuel Costigan <i.costigan at me.com> wrote: | >> | >> So I assume this commit means NEWS.md is now no longer on blacklist? | >> | | > ....in the development version. Not true of released versions. | | Now also in r-patched.
2015 May 30
2
NEWS.md support on CRAN
> On 30 May 2015, at 01:20 , Imanuel Costigan <i.costigan at me.com> wrote: > > So I assume this commit means NEWS.md is now no longer on blacklist? > ....in the development version. Not true of released versions. -pd > https://github.com/wch/r-source/commit/9ffe87264a1cd59a31a829f72d57af0f1bfa327a > > Sent from my iPad > > On 23 May 2015, at 6:05 pm, Kurt
2015 May 23
5
NEWS.md support on CRAN
Are there any plans for CRAN to support NEWS files in markdown? Bit of a hassle to go the the package?s Github (or other like) site to read NEWS.
2018 Jul 21
3
Freebsd: Fatal error - Support not compiled in for passdb driver 'sql'
OK, will do. Feels like a big hammer for a small nut - has there been any discussion about having loadable modules? Thanks for the quick reply! Larry Rosenman wrote on 21/07/18 18:59: > Yes, the defaults do not include DB support. > > Larry Rosenman > mail/dovecot maintainer > > -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jan 06
0
Performance problem w/ Rake on MS SQL 2000 1-GB database
Hello all, I have a legacy 1Gb MS SQL 2000 database in production. A copy of this is my dev db. rake prepare_test_database on this database takes 20+ minutes. Can someone PLEASE tell me if there is a solution to improving the prepare time for this DB ? Thank you thank you thank you in advance! -- ------------------------------ me in you, you in me - the primal empathic mirror in all of us.
2015 Jun 05
3
R-devel Digest, Vol 148, Issue 5
It's disappointing that many packages do not have a NEWS file. Perhaps CRAN should require NEWS or CHANGELOG, as long as the system is being reformed to potentially accommodate markdown anyway. -Thomas Thomas J. Leeper http://www.thomasleeper.com On Fri, Jun 5, 2015 at 12:00 PM, <r-devel-request at r-project.org> wrote: > Date: Thu, 04 Jun 2015 12:39:34 -0400 > From: Duncan
2015 Jun 03
4
NEWS.md support on CRAN
>>>>> Duncan Murdoch writes: > On 02/06/2015 11:05 AM, Dirk Eddelbuettel wrote: >> Hi Kurt, >> >> On 1 June 2015 at 14:02, Kurt Hornik wrote: >> | >>>>> peter dalgaard writes: >> | >> | >> On 30 May 2015, at 01:20 , Imanuel Costigan <i.costigan at me.com> wrote: >> | >> >> | >> So I assume
2009 May 24
7
Asterisk, SQL Database Update
Is there any method in Asterisk to enable the updating process into another SQL database through entering IVR options during the call. Thanks a lot. _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
2015 May 23
6
NEWS.md support on CRAN
>>>>> Duncan Murdoch writes: > On 22/05/2015 8:49 PM, Imanuel Costigan wrote: >> Are there any plans for CRAN to support NEWS files in markdown? Bit of a hassle to go the the package?s Github (or other like) site to read NEWS. > Not as far as I know. There have been discussions about increasing the > support of Markdown, but so far the conclusion has been that
2018 Jul 21
2
Freebsd: Fatal error - Support not compiled in for passdb driver 'sql'
Hello, I have the following fatal error when I uncomment #!include auth-sql.conf.ext in .../conf.d/10-auth.conf dovecot: auth: Fatal: Support not compiled in for passdb driver 'sql' I have installed via 'pkg'. Do I have to install the ports tree to get sql support ? Thanks, -Graham-
2009 May 13
3
SQL Queries from Multiple Servers
I use RODBC as my conduit from R to SQL. It works well when the tables are stored on one channel, e.g., channel <- odbcConnect("data_base_01", uid="....", dsn="....") However, I often need to match tables across multiple databases, e.g., "data_base_01" and "data_base_02". However, odbcConnect() appears limited insofar as you may only query
2006 Mar 18
9
How do I write this SQL the Rails way?
I''m trying to find all the unique bill_number, status records in Bills table. I can do it with a find_by_sql statement like this: @records = Bill.find_by_sql( "select distinct bill_number, status from bills group by bill_number, status;") How would I rewrite it using ''find :all
2009 Aug 14
1
Number of Phone Numbers per Outgoing CALL File
Is it possible to place multiple phone numbers in a single outbound .call file? If I try doing this, only the last phone number in the file is called. However, if I use 1 file per phone number, then Asterisk attempts to process all generated CALL files at once, incrementing the retry count for each that cannot be called because the designated channel is busy. For example if I have a list of 10
2015 Jun 02
1
NEWS.md support on CRAN
I realise this is not directly related to the topic but if changes are afoot would it be possible to make the use of any sort of news or changelog more prominent in the documentation? I maintain one of the CRAN task views and when someone updates his/her package it is much, much easier for me to see what has happened and if I need to update the text if they supply a news or changelog. On
2013 Oct 04
2
Possible POSIXlt / wday glitch & bugs.r-project.org status
Wanted to raise two questions: 1. Is bugs.r-project.org down? I haven't been able to reach it for two or three days: ``` ping bugs.r-project.org PING rbugs.research.att.com (207.140.168.137): 56 data bytes Request timeout for icmp_seq 0 Request timeout for icmp_seq 1 Request timeout for icmp_seq 2 Request timeout for icmp_seq 3 Request timeout for icmp_seq 4 Request timeout for icmp_seq 5