Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Asterisk 13 realtime static not working


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
cursor at telecomabmex...
Guest





PostPosted: Mon Feb 08, 2016 6:03 pm    Post subject: [asterisk-users] Asterisk 13 realtime static not working Reply with quote

    I am trying to port our Asterisk front end to Asterisk 13 but I cannot get realtime static to work.  Realtime for PJSIP, Voicemail and Queues is working fine so I know res_odbc is configures properly.  In past versions of Asterisk I was using Mysql (res_config_mysql) to load realtime databases but now I am loading everything via ODBC.  Is realtime Static deprecated?  Have there been any undocumented changes to ast_config?  This is the structure I have been using since Asterisk 1.X:

CREATE TABLE `ast_config` (
  `id` int(11) NOT NULL auto_increment,
  `cat_metric` int(11) NOT NULL default '0',
  `var_metric` int(11) NOT NULL default '0',
  `commented` int(11) NOT NULL default '0',
  `filename` varchar(128) NOT NULL default '',
  `category` varchar(128) NOT NULL default 'default',
  `var_name` varchar(128) NOT NULL default '',
  `var_val` varchar(128) NOT NULL default '',
  PRIMARY KEY (`id`),
  KEY `filename_comment` (`filename`,`commented`)
) TYPE=MyISAM;

My extconfig.conf has:
extensions.conf => odbc,asterisk,ast_config
chan_dahdi.conf => odbc,asterisk,ast_config
voicemail => odbc,asterisk,voicemail
iaxusers => odbc,asterisk,iaxfriends
iaxpeers => odbc,asterisk,iaxfriends
queues => odbc,asterisk,queues
;followme => odbc,asterisk,followme
;followme_numbers => odbc,asterisk,followme_numbers
musiconhold => odbc,asterisk,musiconhold

ps_endpoints => odbc,asterisk
ps_auths => odbc,asterisk
ps_aors => odbc,asterisk
ps_domain_aliases => odbc,asterisk
ps_endpoint_id_ips => odbc,asterisk
ps_contacts => odbc,asterisk



    Any ideas?
Quote:
--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)9116-91161
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services