I am using Asterisk Realtime with ODBC.
The relevant configuration files are:
extconfig.conf
[settings]
sippeers => odbc,asterisk,sippeers
sipusers => odbc,asterisk,sippeers
sipregs => odbc,asterisk,sipregs
sip.conf
[general]
rtcachefriends = yes
The setup is working fine, because I can realtime register the sip peers. I can see the register message in my asterisk console when a client logs in. But I want to have the register => user:pass@server.com/exten statements in realtime db as well. Is sipregs used for that purpose ?
I also see the below lines in the example extconfig.conf file:
What does this mean ? I don’t get what a view means here.
I really appreciate some help. Many thanks in advance !