Hello list,

scrambling different pieces of info together I've come with the following :

I want to have my "register =>" statements in a MySQL-database, so I've made the following table.

table ast_config :
id  1
cat_metric  0
var_metric  0
commented  0
filename  sip.conf
category  general
var_name  register
var_val  username:passw...@sip.provider.net


In ext_config (text file) I have :

sipusers => mysql,AsteriskDB,sip_buddies
sippeers => mysql,AsteriskDB,sip_buddies
sip.conf => mysql,AsteriskDB,ast_config

In sip.conf (text file) I have also :

sip.conf :
rtcachefriends=yes ; Cache realtime friends by adding them to the internal list ; just like friends added from the config file only on a
                                ; as-needed basis? (yes|no)


After a reload I noticed that the registration came through when I executed "sip show registrations". This realtime works.
But I then get a lot of the following messages :
/
[Aug 2 20:05:05] WARNING[29850]: chan_sip.c:18187 build_peer: Qualify is incompatible with dynamic uncached realtime. Please either turn rtcachefriends on or turn qualify off on peer 'user2' [Aug 2 20:05:05] WARNING[29850]: chan_sip.c:18187 build_peer: Qualify is incompatible with dynamic uncached realtime. Please either turn rtcachefriends on or turn qualify off on peer 'user2'/


rtcachefriends is turned on (see above)
qualify is on on every peer (and I want it to stay that way)



Can anyone tell me what I need to configure to get a 100% working example ?!



Kind regards,

Jonas.
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to