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('welcome@onsip.com', 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