Displaying 2 results from an estimated 2 matches for "asteriskdsn".
Did you mean:
asteriskdn
2005 Aug 18
1
asterisk with odbc
...ut i hav problem in res_odbc. i have
created user in sip_buddies table but asterisk is no
getting user from this sip_buddies table.
/etc/asterisk/extconfig.conf
[settings]
sipusers=>odbc,asterisk,sip_buddies
sippeers=>odbc,asterisk,sip_buddies
/etc/asterisk/res_odbc.conf
[asteirsk]
dsn=>asteriskdsn
username=>voipbilling
password=>voipbilling
pre-connect=>yes
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2005 Feb 03
1
403 Forbidden when registering sip user database on backend
i am getting 403 Forbidden message from asterisk when
it try to register my user agent. i am basically
useing mysql through ODBC. i hvae checked ODBC
connecteion with
'ODBC Show' command.
------------------------------------------------------
*CLI> odbc show
Name: mysql1
DSN: asteriskdsn
Connected: yes
*CLI>
------------------------------------------------------
and user is added to sip_buddies table.
------------------------------------------------------
mysql> update sip_buddies set auth='plaintext';
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 W...