Displaying 1 result from an estimated 1 matches for "svrlookup".
Did you mean:
srvlookup
2007 Oct 09
2
Asterisk Realtime woes
...iffing" I have observed that traffic is not being passed to the clients via the asterisk server they are registered to, hence breaking the call.
Any insight on this would be great as the documentation on this subject is almost non-existent.
Here's all the configs.
sip.conf
[general]
svrlookup=yes
displaysystemname=yes
;rtcachefriends=yes
rtsavesysname=yes
canreinvite=no
externip=10.100.1.31
extensions.conf
[internal]
switch => Realtime/internal at extensions
res_mysql.conf
[general]
dbhost = 10.100.1.32
dbname = asterisk
dbuser = asterisk
dbpass = ***********
dbport = 3306
dbsock...