Displaying 20 results from an estimated 8000 matches similar to: "Other apps checking Day/Night"
2007 Jul 03
6
Need Advice/Suggestion
Hi all,
As we know we can configure in astersik like before 5:00pm calls go to reception and after 5:00
pm calls go to some mobile no. One of my client requested that he wants to manually shift the dial
plan like above as he has flexiable timing sometime he finishes at 3:00pm some time 8pm. I can
not give him freepbx access.
Any idea or solution.
Regards
Farooq
--
2008 Sep 10
3
Newbie AEL2: Syntax for Hint
I am struggling to find out how to code hint in AEL2.
I did hint(Custom:light1) and it keeps complaining about the : (colon).
It works fine for SIP device like hint(SIP/439).
Anyone who has tried it before?
1997 Aug 04
1
R-alpha: scale()
Here is a version of the function scale() which may be worth adding to
the distribution. No NA's yet, though. And yes, I could also write
documentation if necessary ...
-k
***********************************************************************
scale <- function(x, center = TRUE, scale = TRUE) {
x <- as.matrix(x)
nc <- ncol(x)
if (is.logical(center)) {
if (center)
x
2004 Jun 15
3
ssh tunnelling with putty
Could someone provide some help tunnelling a connection through a ssh pipe
using putty on a windows 98 client to a samba server?
I think I am doing it correctly but can't map a samba share and can't figure
out how to debug it
I can't find any log files or any other way to determine how the connection
attempt is proceeding
Any tips?
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
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 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 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
2007 May 20
2
kmod-xfs.i686 for 2.6.18-8.1.3.el5
Hey all
Anyone know when there will be an XFS kmod available for 2.6.18-8.1.3.el5?
Thanks
Dunc
2009 May 07
1
func_odbc.c: Unable to execute query
Dear List,
I have an asterisk 1.6.2 installation. I'm trying to configure func_odbc to
read some mysql tables... but every time I tried I got this message:
ERROR[24968] func_odbc.c: Unable to execute query [SELECT bloqueada FROM
funciones WHERE extension='750']
I'm sure the DSN is right because I can do this:
[root at grupodelavega asterisk]# su - asterisk
[asterisk at
2010 May 05
3
CDR to MS-SQL via ODBC issue
Hi guys,
Having issue with getting CDR to write to MS-SQL via ODBC.
> cdr_odbc: Connected to freetds-connector
> cdr_odbc: Error in PREPARE -1
> cdr_odbc: Query FAILED Call not logged!
== Spawn extension (cisco, ##########, 2) exited non-zero on
'IAX2/astYYYY-507
Isql test:
[xxx at YYYY asterisk]# isql freetds-connector XXXXXXX YYYYYYYYY
2008 Nov 06
4
ODBCExec and Asterisk 1.6 New Thread
Ok, sorry for the response on the same thread.
This is a new one.
The main thing is that with this I set the Store Procedure or Query directly
on the dialplan line, is easier to configure, change, manage, etc.
I also know that works great with heavy load, and it reconnects when the
network goes down and up.
Can you help me porting this app? I think woun`t be difficult for someone
that
2015 Mar 10
1
func_odbc 123
with func_odbc, in the definitive asterisk guide, they were suggesting
the possibility that part, or perhaps all of, the dialplan could be
written as SQL statement!?
First off, that sounds like a good idea to me, but the tone of the
authors was suggesting not so much, but that it was a personal preference.
>From a naive perspective, why SQL statements at all? Why not just
database config
2009 Nov 06
2
odbc to ms-sql server
Hi all,
I'm trying to set up an odbc connection to a ms-sql server from an
asterisk 1.6.1 install
My problem is that I cannot get asterisk to build func_odbc &
res_odbc.so
I installed yum -y install unixODBC unixODBC-devel libtool-ltdl
libtool-ltdl-devel
And then went on to reconfigure / recompile asterisk
after a ./configure --with-odbc=/usr/lib/
I get
2008 Mar 08
3
replace astdb with a cluster-capable sql database engine
I've been searching the Internet for information
regarding the replacement of astdb with a modern sql
engine.
There are several reasons one would like to do this.
First of all, external applications have a hard time
reading/writing to the now-old astdb format.
Also (and this is what interests me most), the sql
astdb could easily be clustered throughout several
servers (I'm looking for a
2011 Jan 23
3
FUNC_ODBC and ARRAY
Gentlemen,
I have googled, searched the mailing list archives, and even spoke on
the IRC channel, but have not found an answer to the following
problem. I am attempting to retrieve multiple columns in an ODBC query
using ARRAY per the solutions offered by many individuals. My dialplan
code is as follows:
exten => _.,n,Set(ARRAY(var1,var2,var3)=${ODBC_LOOKUP(${KEYVAL})})
exten =>
2009 May 13
2
Help need to do Lookup from odbc database
Howdy,
How do i perform a lookup from a remote odbc database in the asterisk dialplan?
I can do it with mysql but not sure of commands for odbc connection.
Cheers!!!
2007 Sep 28
2
Changing contexts "on the fly"
Hi folks,
I've been playing around with an Asterisk server in my office for a few
weeks now, and I've got it pretty much nailed down the way I want it, which
is nice.
One of the features I'm using is the ability to switch different contexts in
& out of the dialplan on a schedule. So, for example, I've got the
"official" tel number ringing my desk phone between