mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 14:28:24 +00:00
Inspired by issue 6742, but solved in a different way.
(Yes, I like the system name setting) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36177 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -54,6 +54,12 @@ A SIP table would look more like this:
|
||||
|
||||
in order to store appropriate parameters required for SIP.
|
||||
|
||||
In addition to this, if you add a field named "regserver" to the
|
||||
SIP peers table and have the system name set in asterisk.conf,
|
||||
Asterisk will store the system name that the user registered on in
|
||||
the database. This can be used to direct calls to go through the server
|
||||
that holds the registration (for NAT traversal purposes).
|
||||
|
||||
A Voicemail table would look more like this:
|
||||
|
||||
+----------+---------+----------+----------+-----------+---------------+
|
||||
|
||||
@@ -49,9 +49,8 @@ voicemail notification and NAT keepalives for these peers. Other than that,
|
||||
most of the functionality works the same way for realtime friends as for
|
||||
the ones in static configuration.
|
||||
|
||||
There is some work to create a solution for Realtime SIP devices that
|
||||
loads from database and stays in memory for the duration of a call or
|
||||
a registration, but that work is not integrated into Asterisk yet.
|
||||
With caching, the device stays in memory for a specified time. More
|
||||
information about this is to be found in the sip.conf sample file.
|
||||
|
||||
* New function in the dial plan: The Realtime Switch
|
||||
----------------------------------------------------
|
||||
@@ -94,8 +93,11 @@ driver.
|
||||
Defined well-known family names are:
|
||||
|
||||
* sippeers, sipusers SIP peers and users
|
||||
* iaxfriends IAX2 peers
|
||||
* iaxpeers, iaxusers IAX2 peers and users
|
||||
* voicemail Voicemail accounts
|
||||
* queues Queues
|
||||
* queue_members Queue members
|
||||
* extensions Realtime extensions (switch)
|
||||
|
||||
There is documentation of the SQL database in the file
|
||||
doc/extconfig.txt in your Asterisk source code tree.
|
||||
|
||||
Reference in New Issue
Block a user