-
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
-
Node.JS
-
Tropo (tropo.com)
-
SIP.js (npm install sip)
-
Softphone like Blink (icanblink.com) or SJPhone
-
REDIS
– 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.