Skip to content

0.6.4

Compare
Choose a tag to compare
@egreenmachine egreenmachine released this 24 Nov 22:39
· 1714 commits to master since this release

1. Firefox 34 Support

Added a hack to allow Firefox 34 compatibility with some SIP clients. This issue is documented on FreeSWITCH Jira: https://freeswitch.org/jira/browse/FS-6955

2. Syntax sugar for rendering media

Usage:

new SIP.UA().invite('[email protected]', document.getElementsByTagName('audio')[0]);

See d238523

3. Support for Multiple/Zero STUN Servers

See 18ce4d8 (#93) and 28523b6 (#117)

4. Add hackWssInTransport to UA configuration to fix Asterisk problems

See 32bffbe