Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 609 Bytes

README.rdoc

File metadata and controls

18 lines (13 loc) · 609 Bytes

Node.JS SIP Registrar Experiment

  • Handle basic SIP registrar capabilities

  • Dial any PSTN number via SIP by calling the number in the username space i.e. sip:16025551212@your_domain.com

  • Add all of your SIP addresses to your chris@your_domain.com account, track presence, and handle routing in order specified

Requires

– Run Redis - cd /usr/local/src/redis-2.2.4 and run src/redis-server – Get/set KVPs using src/redis-cli

Note: SIP runs on port 55040 by default.