Displaying 6 results from an estimated 6 matches for "sip_devices".
Did you mean:
asix_devices
2011 May 19
2
[Fwd: FW: realtime mysql - p4]
...failed.
> [May 18 18:47:16] WARNING[16718]: res_config_mysql.c:559 update_mysql:
> MySQL RealTime: Invalid database specified: 'asterisk' (check
res_mysql.conf)
I mean, is that silly or what?
>
>
> # grep mysql extconfig.conf |grep sip
> ;sipusers => mysql,asterisk,sip_devices
> ;sippeers => mysql,asterisk,sip_devices
> ;sipusers => mysql,general,sip_devices
> ;sippeers => mysql,general,sip_devices
> sipusers => mysql,default,sip_devices
> sippeers => mysql,default,sip_devices
>
>
> kc3054*CLI> module show like mysql
> Modul...
2011 May 23
1
[Fwd: FW: extconfig.conf]
..._odbc
> ; sqlite ... res_config_sqlite
> ; pgsql ... res_config_pgsql
> ; curl ... res_config_curl
> ; ldap ... res_config_ldap
> ;
> ;iaxusers => odbc,asterisk
> ;iaxpeers => odbc,asterisk
> ;sipusers => odbc,asterisk
> ;sipusers => mysql,asterisk,sip_devices
> ;sippeers => mysql,asterisk,sip_devices
> ;sipusers => mysql,general,sip_devices
> ;sippeers => mysql,general,sip_devices
> sipusers => mysql,default,sip_devices
> sippeers => mysql,default,sip_devices
> ;sippeers => odbc,asterisk
> ;sipregs => odbc,aster...
2011 May 18
1
asterisk18 - realtime/mysql - take 3
Still a couple of questions......
I did configure extconfig.conf
...
;iaxusers => odbc,asterisk
;iaxpeers => odbc,asterisk
;sipusers => odbc,asterisk
sipusers => mysql,asterisk,sip_devices
sippeers => mysql,asterisk,sip_devices
;sippeers => odbc,asterisk
;sipregs => odbc,asterisk
;voicemail => odbc,asterisk
;extensions => odbc,asterisk
;meetme => mysql,general
;queues => odbc,asterisk
;queue_members => odbc,asterisk
;musiconhold => mysql,general
;queue_log...
2011 May 12
2
Realtime - ara180
...realtime on an Asterisk18, so i had this afternoon a go at it...
[sorry for the inconveneant line-wraps]
First i did:
mysql> create database asterisk;
mysql> grant all on asterisk.* to 'voipadmin'@'localhost' identified by
next i used the info from the wiki:
CREATE TABLE `sip_devices` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(80) NOT NULL DEFAULT '', `context` varchar(80) DEFAULT
NULL, ....
....
[and lots more]
and populated it with a test user:
mysql> 'secret'; insert into sip_devices (name, secret, username, host,
nat) values ('00000031...
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
On 15-09-24 04:42 PM, Ryan, Travis wrote:
> Did something change DB-wise with PJSIP and realtime between 13.3.2
> and 13.5.0? I'm getting an unknown column error and unsure where I
> need that column and the type it needs to be.
Yes, the schema can change between versions. Following the instructions
on
2012 Mar 20
0
Outgoing trunk is restricted to g.729 but need ulaw
...=ulaw
allow=alaw
allow=gsm
allow=g729
context=from-trunk
nat=no
qualify=100
But the outgoing Invite has the following m line:
m=audio 17064 RTP/AVP 18 101.
This system does realtime which I am not really familiar with but the only
stuff that seems relivent is one table called sip_devices with 2 columns
disallowd and allowed. I think this should only affect the phones though.
For this extension the values are disallowed=all and allowed=g729;ulaw;alaw
I did try to search here and Google but I am not sure what to use for a
search string.
I turned on debug to level 3 :
-- Execu...