Subscribe

Enter your email address:

SureVoIP on twitter SureVoIP Facebook page

Hi all,

We’re thinking about creating a SureVoIP App for your device and would love you to take a 10 question survey to make sure it’s the right thing for us to do.

Take the 10 question survey

Thanks,

Gavin.

0 Comments

Hi all,

Today we are making various pieces of software on our GitHub account Open Source. This includes an OAuth 2 framework for the Catalyst Perl MVC framework and all the components used to make our WebHooks for push based event notifications. Here’s the full list:

 

In most of the README’s you’ll see:

SPONSORSHIP
This module exists due to the wonderful people at Suretec Systems Ltd.
<http://www.suretecsystems.com/> who sponsored it’s development for its
VoIP division called SureVoIP <http://www.surevoip.co.uk/> for use with
the SureVoIP API -
<http://www.surevoip.co.uk/support/wiki/api_documentation>

This shows our commitment, as always, to giving back to the open source community.

Lastly, here’s an overview of what you can do with the SureVoIP API:

  • have your accounting software download all your invoices
  • list all your companies calls
  • send text messages and faxes
  • manage all your telephone numbers
  • provide a customer portal on your own site (white label)
  • integrate with other applications that you use
  • create your own customers using your partner account
  • order new telephone numbers
  • get out of credit alerts via the push based event notification framework
  • use OAuth 2.0 for allowing 3rd party Apps access to your account
  • be 100% self-sufficient
  • create telephone calls (good for click-to-call)
  • much more….

 

We’re in the process of creating the Developer sign up pages on our site so that you can register an app and we’ll also have an App gallery to list your wonderful creations! Demo and live apps are coming.

Thanks,

Gavin.

0 Comments

The App Economy and APIs

Thought I’d share this video from apigee which really sums up why any company that is web faced or internet based should have an API. If they don’t they won’t last very long.

P.S. We’re not affiliated with apigee, but do use their free console

0 Comments

We’ve just made a bug fix update and added a few more features to the SureVoIP API. Our event notification framework is about to go beta too as well our the telephone call generation and OAuth2. Will keep you updated (please join the SureVoIP RESTful hypermedia API Google Group for further discussions).

Changes:

1.06 2012-05-02
Now you can create invoices by POSTing to
/customers/{account}/billing/invoices so the store can do it into KF.

1.05 2012-04-24
Bug – Admin user create or update number does not set user
- https://support.suretecsystems.com/Ticket/Display.html?id=53910

Creation date on new DDIs
- https://support.suretecsystems.com/Ticket/Display.html?id=53933

billing/contact returns blanked object
- https://support.suretecsystems.com/Ticket/Display.html?id=54241

WISHLIST: API end point that accepts POST and simply returns payload
- https://support.suretecsystems.com/Ticket/Display.html?id=54276

can’t list calls
- https://support.suretecsystems.com/Ticket/Display.html?id=54221

Customers::Billing->invoices Can’t use string (“”) as a HASH ref
- https://support.suretecsystems.com/Ticket/Display.html?id=54329

Customers::Calls->customers_calls Can’t call method “stoptime” on an undefined value
- https://support.suretecsystems.com/Ticket/Display.html?id=54330

creating dest that is other number has voip_call as yes
- https://support.suretecsystems.com/Ticket/Display.html?id=54340

customers/$account/numbers throws exception
- https://support.suretecsystems.com/Ticket/Display.html?id=54645

customers/$ACCOUNT/billing/invoices throws exception
- https://support.suretecsystems.com/Ticket/Display.html?id=54646

customers/$ACCOUNT/calls throws exception
- https://support.suretecsystems.com/Ticket/Display.html?id=54647

Company and Website mandatory
- https://support.suretecsystems.com/Ticket/Display.html?id=54328

0 Comments