Displaying 20 results from an estimated 10000 matches similar to: "Realtime and Voicemail, not updating passwords?"
2010 Jan 07
1
voicemail /odbc problem
Hi,
I'm having a bit of a problem with storing voicemail messages in an
odbc database. I *think* I've got everything configured correctly but
messages are stored on the asterisk server instread of in the database.
System info
64 bit redhat RHEL 5.1
Asterisk 1.4.26
unixODBC installed
used makemenuselect to instal res_odbc and cdr_odbc
Back end database DB2
Database name voiceml
2005 Oct 03
1
Realtime and voicemail: request to find out if I'm crazy
It took me a whole lot of reading to catch what is likely not all that
subtle to many, but it was subtle to me.
Static: Is the global config stuff from voicemail.conf
mailboxes aren't done in the voicemail.conf file.
The perl script, ast2sql.pl will parse a given config and put
it into a SQL db (MySQL in my case).
/etc/asterisk/extconfig.conf
2005 Feb 11
1
Still stuck trying to make Asterisk read MySQL
I've been continuing to experiment with MySQL. I'm
having absolutely no luck getting asterisk to read
voicemail configuration data and mailbox configuration
data from mysql tables instead of from voicemail.conf.
The default Asterisk setup that reads from
voicemail.conf and extensions.conf works fine. I'm
using
Asterisk CVS-v1-0-12/12/04-15:58:29 on a Whitebox
Enterprise Linux box.
2005 Aug 03
1
Voicemail Password crashing
I am currently having issues when trying to change my password in
Voicemail. I am not utilizing realtime because I believe there is a
problem with MWI being sent to phones and realtime databases (this may
have changed since I last used Asterisk).
Whenever I try to change the password for the account, the asterisk
program gives a Sig fault (signal 11). I do see the
voicemail.conf.new file
2006 Apr 04
1
VoiceMail realtime not working in asterisk-1.2.6
hi all,
I can not get voicemail working in realtime with
asterisk-1.2.6. extconfig.conf is correct
voicemail => odbc,asterisk,voicemail_users
i am getting the fallowing error
Executing Answer("SIP/xx.xx.xx.xxx-0a02e1c0", "") in
new stack
-- Executing Set("SIP/xx.xx.xxx-0a02e1c0",
"foo=102") in new stack
-- Executing
2009 Oct 08
1
Realtime static does not work in 1.6.1 or 1.6.2
Starting with Asterisk 1.2 I have always used realtime static to load
my extensions.conf into Asterisk. It worked perfectly up to version
1.6.0.X but starting from 1.6.1.X and upwards it simply does nothing. I
can see that the extensions.conf file is mapped to the database:
== Parsing '/etc/asterisk/asterisk.conf': == Found
== Parsing '/etc/asterisk/extconfig.conf': ==
2006 Nov 29
1
voicemail.conf locking problem
I'm wondering if anyone is having problems when
multiple users concurrently change their voicemail
passwords.
Consider the following scenario (based on
vm_change_password() in app_voicemail.c):
- user1 wishes to change his password so
voicemail.conf is opened and read into a buffer
- user1 changes his password
- user2 wishes to change his password so
voicemail.conf is opened and read into a
2006 Nov 28
1
vm_change_password shell?
In Asterisk 1.2.13 in app/app_voicemail.c, line 4700
ext_pass_cmd is checked to decide whether to use
vm_change_password or vm_change_password_shell to
change a user's password for his voicemail account.
I wonder, what is the difference between
vm_change_password and vm_change_password_shell - what
is that shell? The only reference I found on the
Internet was the following bug report:
2006 May 14
0
Re: h323.conf and realtime
Problem solved
there was a wrong name of h323.conf. (h323.conf.org)
Working on weekends is bad ))
Sunday, May 14, 2006, 5:37:13 PM, you wrote:
> Dears,
> Does anyone have success story with chan_h323's h323.conf storage
> in database.
> I have
> configuration from res_mysql.conf is working.
> # cat extconfig.conf
> [settings]
h323.conf =>>
2005 Sep 15
1
Can not get realtime static voicemail.conf to work
Here is what happens on startup:
Sep 15 13:23:51 DEBUG[28130] res_config_mysql.c: MySQL RealTime:
Static SQL: SELECT category, var_name, var_val, cat_metric FROM
settings WHERE filename='voicemail.conf' and commented=0 ORDER BY
filename, cat_metric desc, var_metric asc, category, var_name,
var_val, id
Sep 15 13:23:51 DEBUG[28130] res_config_mysql.c: MySQL RealTime:
Everything is fine.
Sep
2006 Nov 15
2
ODBC Voicemail Storage
I current have a working Asterisk 1.2.12 server with ODBC voicemail storage,
realtime static maps for voicemail, sip and iax configuration files.
Realtime extensions, etc. All works great. I have verified that this
configuration works on my test server as well. Now I am trying to test the
1.4B3 version on the same test server, and all works well except for ODBC
voicemail. I am using the same
2005 Aug 23
1
asterisk+realtime
hello
i m using asterisk-1.0.9. i want to connect to db
through odbc. isql is working. but asterisk is not
getting user information from this table. can any one
pls check this
/etc/asterisk/extconfig.conf
[settings]
sipusers => odbc,mysql1,sip_buddies
sippeers => odbc,mysql1,sip_buddies
sip.conf => odbc,mysql1,sip_buddies
sipfriends => odbc,mysql1,sip_buddies
2007 Aug 28
2
Voicemail Password Issue
Asterisk Users,
I am running Asterisk-1.4.11 with Zaptel-1.4.4 on Debian Etch System
2.9.18-4-amd64. A TDM03B is installed on the Debian System.
Every time, I try to change my voicemail pin via the Sip phone, the
voicemail.conf does not get modify and I see this warning message on the
Asterisk command line:
[Aug 29 00:12:23] WARNING[19142]: app_voicemail.c:799 vm_change_password:
2006 Mar 19
0
Voicemail Bug?
Ugh.
I have voicemail set up for realtime...
mysql> SELECT * FROM ast_vm_users;
+----------+-------------+-----------+---------+----------+----------+-------+-------+---------------------+
| uniqueid | customer_id | context | mailbox | password | fullname | email | pager | stamp |
2004 Dec 17
6
Realtime and PostgreSQL
Has anyone had any luck with PostgreSQL and Realtime? The realtime
instructions on voip-info seem pretty straight forward... just not woking for
me. I've included all of my config files below, and my console output.
Entire console bootup output:
[root@abox asterisk]# /usr/sbin/asterisk -vvvvvvc
== Parsing '/etc/asterisk/asterisk.conf': Found
== Parsing
2005 Aug 10
2
app_voicemail.c still looking for config file even I try to configure the voicemail from database.
Hi
I am trying to make asterisk load config from database, so far I get the
sip, extension working, but voicemail seems still looking for config file,
not from the database.
the extconfig.conf looks like
...
sipusers => mysql,asterisk,sip_buddies
sippeers => mysql,asterisk,sip_buddies
extensions => mysql,asterisk,extensions_table
voicemail => mysql,asterisk,voicemail_users
..
the
2006 Oct 29
1
Asterisk Voicemail with ODBC Realtime Access
Hi
I was trying to have realtime voicemail working with ODBC Driver.
Everything works fine with MySQL Realtime access, BUT as I want to implement
ODBC Storage as well, it seems that everything should go through ODBC ( what
I read on voip-info wiki page )
But I do not manage to make it work with ODBC.
Outside Asterisk, ODBC works fine, I can access my databases & tables !
Asterisk fails to
2005 Jun 28
2
Asterisk Realtime and ODBC
Hello all!
My basic problem is that we haven't been able to get realtime to use ODBC to
store configuration data. Here are the details:
We've installed Asterisk on a CentOS machine as follows:
1. Downloaded, compiled, and installed FreeTDS 0.63
2. Downloaded, compiled, and installed unixODBC 2.2.11
3. Downloaded, compiled, and installed Asterisk, Asterisk-Addons, and Zaptel
from CVS
2004 Dec 31
1
Help With Configuration From Odbc
Hi. I can't figure this one out. Hope someone can help me.
root@pbx:# cat /etc/odbc.ini
[Asterisk]
Description=PostgreSQL asterisk
Driver=PostgreSQL
Trace=No
TraceFile=/tmp/odbc.log
Database=asterisk
ServerName=localhost
UserName=XXXX
Password=XXXX
Port=5432
Protocol=7.4
ReadOnly=No
RowVersioning=No
ShowSystemTables=Yes
ShowOidColumn=Yes
FakeOidIndex=Yes
ConnSettings=
2005 Aug 18
2
Asterisk configuration from database with res_config
I want to let Asterisk read its configuration from a mysql database. I
configured everything according to the wiki page:
http://www.voip-info.org/tiki-index.php?page=Asterisk+res_config.
However it doesn't work. I am using 1.0.8 asterisk version and here are
my config files:
Extconfig.conf:
[settings]
;uncomment to load queues.conf via the db engine.
;queues.conf =>