[Asterisk-cvs] asterisk/doc README.extconfig,1.1,1.2

markster at lists.digium.com markster at lists.digium.com
Thu Oct 7 11:44:51 CDT 2004


Update of /usr/cvsroot/asterisk/doc
In directory mongoose.digium.com:/tmp/cvs-serv18076/doc

Modified Files:
	README.extconfig 
Log Message:
Add realtime support to SIP


Index: README.extconfig
===================================================================
RCS file: /usr/cvsroot/asterisk/doc/README.extconfig,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README.extconfig	5 Oct 2004 06:46:11 -0000	1.1
+++ README.extconfig	7 Oct 2004 15:46:08 -0000	1.2
@@ -1,11 +1,11 @@
 Asterisk external configuration
 ===============================
 
-The Asterisk external configuration engine is the result of work by 
-Anthony Minessale II and Mark Spencer.  It is designed to provide a
-flexible, seamless integration between Asterisk's internal
-configuration structure and external SQL other other databases
-(maybe even LDAP one day).
+The Asterisk external configuration engine is the result of work by
+Anthony Minessale II, Mark Spencer and Constantine (last name???). 
+It is designed to provide a flexible, seamless integration between
+Asterisk's internal configuration structure and external SQL other other
+databases (maybe even LDAP one day).
 
 External configuration is configured in /etc/asterisk/extconfig.conf
 allowing you to map any configuration file (static mappings) to
@@ -36,3 +36,13 @@
 "ipaddr", "port", "regseconds" columns.  If you wanted to be able to 
 configure the callerid, you could just add a callerid column to the 
 table, for example.
+
+A SIP table would look more like this:
+
++------+--------+-------+----------+-----+------------+----------+
+| name | host   | secret| ipaddr   | port| regseconds | username |
++------+--------+-------+----------+-----+------------+----------+
+| foo  | dynamic|  bar  | 127.0.0.1| 4569| 1096954152 |   1234   |
++------+--------+-------+----------+-----+------------+----------+
+
+in order to store appropriate parameters required for SIP.




More information about the svn-commits mailing list