similar to: MySQL/IVR Integration

Displaying 20 results from an estimated 7000 matches similar to: "MySQL/IVR Integration"

2007 Jul 28
3
global variables and updates
Sorry if this appears twice - I originally sent it nearly 18 hours ago and never saw it .. I have a need to have a unique integer number that can be used by a dynamic meetme room (I am wanting to redirect a call into a meeting room, and need a unique number to make sure I don't put two people together !) I was going to use a global variable ${NEXTMEETME}, and add one every time I
2009 Mar 12
8
UK ISDN-30 and ANI
Has anyone in the UK got ANI to work on an inbound call ? Using asterisk 1.4 trunk and zaptel 1.4 trunk, with a Euro-ISDN 30 Julian ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email
2008 Dec 16
4
RDNIS and asterisk
I have a couple of numbers that are diverted to a number that is conected to an isdn30 card, running asterisk 1.4. eg. 123456 => 22334455 654321 => 22334455 What I would like to know is the number of the orginal number dialled (123456 or 654321). I thought that RDNIS was the answer, but it is always coming up blank. When I did a debug on the pri span, I saw the following message
2008 Aug 21
3
IVR question
Hi! I'm setting up my IVR system, how can I register in a mysql database the IVR menus accessed by the clients ? Thanks a lot, Szasz Szabolcs
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
2020 Aug 10
1
[nbdkit PATCH v2] server: Permit - in plugin names
Use of - does not need shell quoting, and aids legibility in multi-word plugin or filter names. Permitting both - and _ would be ambiguous (not to mention that things like 'man nbdkit-foo_bar-plugin' would look ugly), so prefer only the character that is easier for human use. Permitting a leading - would be ambiguous with options, but restricting to a letter as the first character would
2009 Feb 12
4
Multiple caller id ...
If I have the following in the dialplan exten => foo,n,Dial(SIP/1234&Zap/G1c/55443322) and SIP/5432 calls this extension, is it possible to show different callerid numbers to each of the target numbers ? The reason I ask is that if the call is from an internal sip phone, I want to show the internal callerid (5432) to the SIP phone on 1234, and the DDI of the 5432 extension
2007 Mar 19
3
Cepstral and numbers
Does anyone have any idea on how to force cepstral to convert a number to speech ? I have noticed that sometimes it speaks the number correctly, and at others it doesn't. 1) 787 is pronounced 7-8-7 2) 123 is pronounced one-hundred and twenty-three. 1) is wrong for what i need, 2) is perfect. Is there anyway of forcing numbers to be pronounced as 2) ? I've tried looking at the ssml
2007 Oct 05
2
ping too
Nothing from me is posting to the list either. Julian
2012 Nov 29
1
Read in alphanumeric column without decimals
All - How can I read in a column of alphanumeric values without including ".0" on the numeric values? Original column: TeamLeaderID 258 342 316 U8 331 279 D1 116 235 296 ... [truncated] leaders = read.xlsx2('FILE', sheetIndex = 1, header = T) Column after it's been read in: leaders$TeamLeaderID 258.0 342.0 316.0 U8 331.0 279.0 D1 116.0 235.0 296.0 ... [truncated] If I
2007 Nov 28
3
Multiple Return Values from func_odbc
Is there any way to return multiple values from functions defined in func_odbc.conf? It appears that you can only return one value. True? Hope not.... Doug. ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/ -------------- next part
2007 Aug 02
1
H.323
Hi List; Did any one tried the H.323 module? How much it is stable and work fine? Regards, ------------ ITS IP Telephony and Contact Center Engineer Eng. Bilal Ghayad Mobile: 00965 9849460 ____________________________________________________________________________________Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. http://tv.yahoo.com/
2018 Dec 06
3
how to use a database
On 12/05/2018 05:00 PM, Antony Stone wrote: > On Wednesday 05 December 2018 at 15:31:38, hw wrote: >> I don't see a table for that. > > You need to create that for yourself. > > Asterisk can write to database tables, but doesn't help you set them up, for > reasons I can't comment on. How do I know what the schema needs to be? Does anybody have a scheme for
2007 Aug 24
1
Simulating errors (Busy / Out of Order)
I'm trying to build a test suite so that I can run "calls" through and verify the call results. I've made a cross over cable and linked my 2 ISDN30 ports together. So now I can dial out on span 1 , and to receive the call on span 2. in the context for span 2, I have the following: <snip> ; #1 "answer" a call and play music 000XXX : ring for a random period,
2018 May 10
4
the first name of the first column
Dear all; I need to run heatmap. Because my first column in my data is alphanumeric, I can not run as.matrix(scale(my_data)). So I need to make my data readable as in data(mtcars). In *mtcars *data the first column is alphanumeric and has no name. Thanks, Greg [[alternative HTML version deleted]]
2007 Dec 06
3
Setting Multiple Values via func_odbc ...?
I need to insert/update multiple MySQL columns in a single row with the func_odbc function at the SAME TIME. Someone showed me how to use ARRAY to retrieve multiple values at the same time, but I need to SET multiple values. Can this be done? If not, I will just stick with MySQL, but that's a pain in the ass because the asterisk-addons package has no default rpm spec file for building an
2009 Jul 09
2
naming of columns in R dataframe consisting of mixed data (alphanumeric and numeric)
Hello, I have an r function that creates the following dataframe tresults2. Notice that column 1 does not have a column heading. Tresults2: [,1] estparam 18.00000 nullval 20.00000 . . . ciWidth 2.04622 HalfInterval 1.02311 pertinent code: results<-cbind( estparam, nullval, t, pv_left, pv_right, pv_two_t, estse, df, cc, tbox, llim, ulim, ciWidth,
2009 Aug 11
4
func_odbc insert with mssql
I'm trying to use func_odbc to write to a MS SQL db. Here's my func_odbc conf: [OPTIN] dsn=MSSQL-Optin write=INSERT into OptIn (orgID) values (${VAL1}) Dial Plan exten => +18665551212,n,Set(ODBC_OPTIN()=dave) When I do an odbc show, it shows that I am connected to the db. If I use isql, I can write to the db, however, when I use func_odbc, a record will not write. I'm using
2014 Apr 03
1
func_odbc
Hi All Anyone know how to do include files with func_odbc.conf? I now have several pages of functions in my func_odbc.conf and it is getting harder to maintain it. I would like to break them up into files by category. The standard method of using the #include does not seem to work . Ideas are appreciated. Bryant -------------- next part -------------- An HTML attachment was
2008 Dec 09
2
Func_ODBC question
Hi I have On func_odbc [EXEC] readhandle=ressqlserver writehandle=ressqlserver readsql=${ARG1} writesql=${ARG1} I'm trying an update on dialplan: exten=> 141,3,Set(dummy=${ODBC_EXEC(UPDATE Tabla set campo = ${EXTEN})}) On Cli: WARNING[3579]: func_odbc.c:353 acf_odbc_read: Error -1 in FETCH [UPDATE Tabla set campo = 4356] Any idea why is this?? The query