[asterisk-commits] oej: branch oej/pgtips-srv-and-outbound-stuff-1.8 r386420 - /team/oej/pgtips-...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Apr 24 08:12:46 CDT 2013


Author: oej
Date: Wed Apr 24 08:12:42 2013
New Revision: 386420

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=386420
Log:
Update documentation. 

Modified:
    team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records

Modified: team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records
URL: http://svnview.digium.com/svn/asterisk/team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records?view=diff&rev=386420&r1=386419&r2=386420
==============================================================================
--- team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records (original)
+++ team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records Wed Apr 24 08:12:42 2013
@@ -47,6 +47,7 @@
 - Add failover based on that list
 - Make sure the list is searched on every transaction and have failover in a call
 
+
 Peer matching
 -------------
 This is a bit more interesting. If you connect to a service provider and add
@@ -82,16 +83,22 @@
 Todo:
 =====
 1. Expose SRV records to the SIP channel. Remove when response is received (1xx or higher).
+	- The API is changed to support a module accessing SRV records.
 2. Make sure SIP channel selects right with IPv4/IPv6. 
+	- Done for [peers] in the sip.conf file.
+	- Not done for calling a DNS name in the dial string (some code is there though)
 3. Provide hooks for happy earballs if server is dual stack and we're dual stack
 4. Implement failover to next server in list if transaction fails.
 5. Add multiple IPs to the peer in an ACL list
+	- Have added some code that fails to work. Is it me or the code?
 6. Add the same IPs to the AO2object for IP matching
 7. Make sure the ACL list is updated by DNS manager
 8. Change peer match by ip/port to use ACL list if available
 9. Avoid testing. Real developers don't test.
 10. Don't open a bug tracker issue on this project.
-11. Stay calm and carry on.
+11. De-install GDB. GDB is for weak developers.
+12. Do not write any documentation, regardless of what people say. It's a SEP.
+13. Stay calm and carry on.
 
 
 Query on AO2 object stuff:




More information about the asterisk-commits mailing list