Skip to content

Latest commit

 

History

History
70 lines (61 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

70 lines (61 loc) · 2.36 KB

sipgate.io Changelog

1.6.0 Noah (2015-05-08)

Features

  • sipgate.io available in basic
  • sipgate.io available in team (beta)
  • POST request for end of call

1.5.0 Emil (2014-11-27)

Features

  • Set a custom caller id

1.4.0 Frida (2014-11-20)

Features

  • POST request for outgoing calls

1.3.0 Phil (2014-11-18)

Features

  • Play WAV file from a given URL
  • <Play> <Url> example XML in README.md
  • Hang up calls
  • <Hangup> example XML in README.md
  • Update examples

Resolved issues

  • Client doesn't support compression, despite it being advertised in Accept-Encoding (#11)

1.2.0 Levi (2014-10-22)

Features

  • Send call to voicemail or external number
  • <Dial> <Number> example XML in README.md
  • <Dial> <Voicemail> example XML in README.md
  • Update examples

Resolved issues

  • XML response not understood by sipgate.io's server (#6)
  • Content-Type: text/xml support (#7)
  • Chunked encoded response is not processed (#8)
  • from and to not always correct (#9)

1.1.0 Nico (2014-10-14)

Features

  • Reject calls with Reject
  • Reject example XML in README.md
  • Update examples
  • Add this cool CHANGELOG.md
  • C++ example from Papierkorb

1.0.0 Brienne (2014-10-06)

Features