aboutsummaryrefslogtreecommitdiffstats
path: root/doc/realtime.txt
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-27 17:30:14 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-27 17:30:14 +0000
commit4db1f1d2f61499992acfc55b96d43a4f21414015 (patch)
treedc3cd7e1176cd3857ea04be3114e2073c5576fe7 /doc/realtime.txt
parent5219625ab207e1e33f5611799c8dab11854b5b70 (diff)
Inspired by issue 6742, but solved in a different way.
(Yes, I like the system name setting) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36177 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/realtime.txt')
-rw-r--r--doc/realtime.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/realtime.txt b/doc/realtime.txt
index 6f5271d31..bdcf50513 100644
--- a/doc/realtime.txt
+++ b/doc/realtime.txt
@@ -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.