Changes between Version 2 and Version 3 of P2pnsInstall
- Timestamp:
- Sep 29, 2008, 12:00:31 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
P2pnsInstall
v2 v3 27 27 28 28 5. Start OverSim and click on the "FAST" button: 29 {{{ 29 30 cd ~/sim/OverSim 30 31 bin/OverSim -f Simulations/realworld/realdhtapp.ini 32 }}} 31 33 32 34 6. Start OpenSER (in a new terminal): 35 {{{ 33 36 cd ~/sim/openser-1.3.1-p2psip 34 37 install/sbin/openser -f install/etc/openser/openser.cfg 38 }}} 35 39 36 40 7. Start and configure a SIP UA of your choice (e.g. [http://www.ekiga.org/ Ekiga]): 37 Set the outgoing proxy to your local IP and port 5061 38 Create a new SIP account with an arbitrary username and the domain ''p2p'' (e.g. alice@p2p) 39 Register the account at the local SIP proxy 41 {{{ 42 - Set the outgoing proxy to your local IP and port 5061 43 - Create a new SIP account with an arbitrary username and the domain ''p2p'' (e.g. alice@p2p) 44 - Register the account at the local SIP proxy 45 }}} 40 46 41 47 }}}