Features
- sipgate.io available in basic
- sipgate.io available in team (beta)
- POST request for end of call
Features
- Set a custom caller id
Features
- POST request for outgoing calls
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)
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
andto
not always correct (#9)
Features
- Reject calls with
Reject
Reject
example XML in README.md- Update examples
- Add this cool CHANGELOG.md
- C++ example from Papierkorb
Features
- First release
- POST request with
from
andto
- Perl example from fuglu
- Ruby example from fuglu
- Python example from scgitsip
- PHP example from tpxtron
- Java example from scgitsip
- Go example from vileda
- Common Lisp example from olivermg
- Clojure example from olivermg
- Prolog example from kr1schan
- Scala example from fnordian