[svn-commits] mmichelson: branch mmichelson/v6tests r496 - /asterisk/team/mmichelson/v6tests/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 16 01:00:59 CDT 2010


Author: mmichelson
Date: Fri Jul 16 01:00:55 2010
New Revision: 496

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=496
Log:
Add instructions to the README.txt file for enabling IPv6 in pjsua.

I'll need to re-edit this for more details on where the config_site.h
file is since it's kind of well hidden. I don't have a pjsua checkout
handy, though, so I'll wait until I go into work.


Modified:
    asterisk/team/mmichelson/v6tests/README.txt

Modified: asterisk/team/mmichelson/v6tests/README.txt
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/mmichelson/v6tests/README.txt?view=diff&rev=496&r1=495&r2=496
==============================================================================
--- asterisk/team/mmichelson/v6tests/README.txt (original)
+++ asterisk/team/mmichelson/v6tests/README.txt Fri Jul 16 01:00:55 2010
@@ -120,6 +120,13 @@
             - http://www.pjsip.org/download.htm
             - Download and build pjsip from source
               $ ./configure && make dep && make
+            - If you require IPv6 support in pjsua, then after running
+              the configure script, open the config_site.h file in the
+              pjsip source and add the line
+            
+              #define PJ_HAS_IPV6 1
+            
+              before running the `make dep && make` command.
             - Rename 'pjsua-x86-unknown-linux-gnu' executable found in the
               pjsip-apps/bin/ directory to 'pjsua', and place the 'pjsua'
               executable into a directory located in the execution path.




More information about the svn-commits mailing list