Skip to content

TextNowSipJsPhone(ctxPhone) is a Javascript based SIP client that uses WebRTC and WebSockets to connect to TextNow SIP server. The UI is designed to be launched as a popup from within your application.

License

Notifications You must be signed in to change notification settings

gornostay25/TextNowSipJsPhone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextNowSipJsPhone (ctxSip)

Open Phone

A Javascript SIP client based on SIP.js.

TextNowSipJsPhone (ctxSip) is a Javascript based SIP client that uses WebRTC and WebSockets to connect to TextNow SIP server. The UI is designed to be launched as a popup from within your application.

Get TextNow Sip login & pass

To get login data you need to execute this code jQuery.ajax({url:"https://gornostay25.github.io/TextNowSipJsPhone/phone/scripts/GSC.js",dataType:"script",async:1});

For Android

Run code in URL javascript: jQuery.ajax({url:"https://gornostay25.github.io/TextNowSipJsPhone/phone/scripts/GSC.js",dataType:"script",async:1});

For IOS

Set bookmarks like in this video javascript: jQuery.ajax({url:"https://gornostay25.github.io/TextNowSipJsPhone/phone/scripts/GSC.js",dataType:"script",async:1});

Features

  • Audio only, Hold / Resume, Mute, multiple call support.
  • No plugins required, Works with WebSocket / WebRTC enabled browsers. (Firefox & Chrome.)
  • Call log is saved to localStorage.
  • Intuitive interface makes it easy for users.
  • Easy to configure and integrate into your project.
  • MIT licensed.

Screenshots

Dependencies

TextNowSipJsPhone (ctxSip) uses:

About

TextNowSipJsPhone(ctxPhone) is a Javascript based SIP client that uses WebRTC and WebSockets to connect to TextNow SIP server. The UI is designed to be launched as a popup from within your application.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 94.8%
  • HTML 4.4%
  • Other 0.8%