Displaying 13 results from an estimated 13 matches for "odbcstorage".
2006 Oct 12
2
Some file aren't loaded its No file in that Directory.
...With+OpenSER
When i followed the Step by Step.
And While reinstall the Asterisk Server ...
it Shows me errors...
sql.h and sqltest.h is not found in
/usr/src/asterisk-1.2.11/includes/asterisk/
Please Help me in this Issue or..
Help in How to Store the Voice Messages without integrating the
ODBCStorage.............
--
Thanks and Regards
Ravi Prakash Sunkara
ravi.sunkara@hyperion-tech.com
M:+91 9985077535
O:+91 40 23114549
F:+91 40 40208727
ravi.sunkara@hyperion-tech.com
www.hyperion-tech.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.co...
2005 Aug 30
0
Re: [Asterisk-Dev] voicemessages table
I agree you however i solved my problem with
app_voicemail.c
The table scheme provide in doc/README.odbcstorage
don't match to sql queries in app_voicemail.c
I think developpers who has written app_voicemail.c
for ARA provide a useable table !
Regards
Harry
--- Steve McMahon <voip@digitaldatabits.net> a ?crit :
> These questions should be sent to Asterisk-Users
> this is not a developer
&...
2005 Aug 30
0
Re: [Asterisk-Dev] voicemessages table
I agree you however i solved my problem with
app_voicemail.c
The table scheme provide in doc/README.odbcstorage
don't match to sql queries in app_voicemail.c
I think developpers who has written app_voicemail.c
for ARA provide a useable table !
Regards
Harry
--- Steve McMahon <voip@digitaldatabits.net> a ?crit :
> These questions should be sent to Asterisk-Users
> this is not a developer
&...
2008 Mar 23
1
Storing voicemail in mysql
...l functions work fine for me, but I am having difficulty
storing the voice messages inside mysql. My real-time CDR recording works
so I assume the odbc connection is fine.
The voicemail.conf I have is :
[general]
format = wav
attach = yes
dbuser=root
dbpass=sqlpass
dbhost=localhost
dbname=asterisk
odbcstorage=asterisk
odbctable=voicemessages
Asterisk shows no error message so I really don't know what's wrong there.
-- Saved useragent "wengo/v1/wengophoneng/wengo/rev12359/trunk/" for
peer 2001
-- Executing [100 at my-phones:1] VoiceMail("SIP/2001-08225788", "200...
2009 Sep 16
5
custom voicemail e-mail
...i tried to call an extension and goe to voicemail i'm not
receiving the e-mail.
but when i execute "php /var/www/voicemail.php" on the shell, i can
receive the e-mail.
how would i know the asterisk is actually executing that command? also
i'm using unixodbc for my voicemail
odbcstorage=mydb
odbctable=mytable
not sure if that has an effect or not. TIA
Regards
Ron
2010 Jan 07
1
voicemail /odbc problem
...atabase o.k.
I've set up
cdr_odbc.conf
[global]
dsn=voiceml
username=<usernme>
password=<password>
loguniqueid=yes
dispositionstring=yes
table=ast_cdr ;"cdr" is default table name
usegmtime=yes ; set to "yes" to log in GMT
res_odbc.conf
odbcstorage => voiceml
[voiceml]
enabled => yes
dsn => voiceml
username => <userid>
password => <password>
pre-connect => yes
in extconfig.conf I've got
[settings]
;
voicemail => odbc,voiceml
musiconhold.conf => odbc,voiceml,ast_config
I've set up an IAX2 test u...
2008 Mar 28
1
Need help with voicemail odbc
Dear all,
I am still not able to store voicemail into mysql and I am hoping someone
can help me out.
Here is my voicemail.cof:
[general]
format = wav
attach = yes
dbuser=ast
dbpass=sqlpass
dbhost=localhost
dbname=asterisk
odbcstorage=asterisk
odbctable=voicemessages
[default]
; Syntax for new entries looks like this:
; MailboxNumber => password,name,e-mail,pager,options
; (usually, the MailboxNumber is the same as the Extension)
2000 => 1234,Dave Robinson,outraspace at hotmail.com
2001 => 1234,Colleen Robinson,petedao...
2009 Jul 17
1
Voicemail ODBC storage table schema
Hello,
Upgraded from 1.6.1.0 to 1.6.1.1 and my voicemail setup does not work
anymore. I use ODBC storage for voicemail. Comes out that the
"voicemessages" table schema should have changed, because the log says
Asterisk needed to store data to an additional field called "flag". Any
new message cannot be saved.
The thing is that I'd like to know where I can find an updated
2010 Jun 19
2
Voicemail ODBC
...:00:37] WARNING[19914] res_odbc.c: SQL Prepare failed.
Attempting a reconnect...
[Jun 18 14:00:37] WARNING[19914] res_odbc.c: Unable to deallocate
database handle? 0 errno=0 [unixODBC][Driver Manager]Function sequence error
I have configured in voicemail.conf
[general]
format=wav49
odbcstorage=sqlserver
odbctable=pbx_VoiceMail
odbc.ini
[kupalaodbc]
Description = ODBC connection
Driver = ms-sql
Servername = ms-sql
UID = TestDatabaseDemo
database = TestDatabaseDemo
Port = 1364
odbcinst.ini
[ms-sql]
Des...
2006 Jan 21
1
Compiling app_cepstral.c into Asterisk - failing
...terisk cli commands:
Assuming this is the section that it is referring to:
#
# If you have UnixODBC you can use ODBC voicemail
# storage
#
# Uncomment to use ODBC storage
#CFLAGS+=-DUSE_ODBC_STORAGE
# Uncomment for extended ODBC voicemail storage
#CFLAGS+=-DEXTENDED_ODBC_STORAGE
# See doc/README.odbcstorage for more information
I put the following here:
app_cepstral.so: app_cepstral.c
$(CC) -D_GNU_SOURCE -shared -Xlinker -x -o $@ $< -lz -lm -lswift
-lceplex_us -lceplang_en -lz -ldl -L/opt/swift/lib -I/opt/swift/include
all: $(APPS)
Each time I try and do the make clean ; make install...
2014 May 29
1
voicemail with odbc
...ial(SIP/xlite-1,17,tT)
same => n,VoiceMail(${EXTEN}@default,u)
exten => 703,1,Dial(SIP/ffa9,17,tT)
same => n,VoiceMail(${EXTEN}@default,u)
*Voicemail Configuration*
[general]
format=wav49|wav
attach=yes
maxmsg=999
maxsecs=600!
minsecs= 3
skipms=3000
maxlogins=3
odbcstorage=asterisk
odbctable=voicemessages
emailbody=Dear ${VM_NAME}:\n\n\tjust wanted to let you know you were just
${IF($["${VM_CIDNUM}" = "${ORIG_VM_CIDNUM}"]?left:forwarded)} a ${VM_DUR}
long message (number ${VM_MSGNUM})\nin mailbox ${VM_MAILBOX} from
${VM_CALLERID}, on ${VM_DATE},...
2008 Feb 23
2
MySQL Voicemail Storage Questions\Errors
...By setting up pools
; of connections, Asterisk can be made to work with these servers.
[sqlserver]
enabled => no
dsn => mickeysoft
pooling => yes
limit => 5
username => oscar
password => thegrouch
pre-connect => yes
[root at Aiur asterisk]# cat /etc/asterisk/voicemail.conf
odbcstorage=mysql
odbctable=voicemail_messages
[root at Aiur asterisk]# asterisk -vvv | grep odbc
== Parsing '/etc/asterisk/res_odbc.conf': Found
[Feb 22 18:21:46] NOTICE[21214]: res_odbc.c:229 load_odbc_config: Adding ENV var: INFORMIXSERVER=my_special_database
[Feb 22 18:21:46] NOTICE[21214]: res_...
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this?
gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff
In file included from app_rxfax.c:14:
/usr/include/asterisk/lock.h: In function `ast_mutex_init':
/usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE'
undeclared (first use in this function)
/usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is
reported