Skip to content

Instantly share code, notes, and snippets.

@zph
Last active December 16, 2015 11:38
Show Gist options
  • Save zph/5428416 to your computer and use it in GitHub Desktop.
Save zph/5428416 to your computer and use it in GitHub Desktop.

Twelephone API reqs

Should presence be case sensitive? B/c it is:

 $ curl -X GET http://api.twelephone.com/presence/_zph
  {"online":false}
 $ curl -X GET http://api.twelephone.com/presence/_ZPH
  {"online":true}

Profile request errored out with the following "curl: (52) Empty reply from server" after a long delay

Peers request does the same as profile request, erroring out.

Everything else w/ APIs seems to be working

Sipaddress is case insensitive (expected behavior)

Favorite, Calls, Chats, Chats-from, Chats-to, works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment