Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 55

Thread: Alpha Feature: API Access

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2008
    Location
    Tulsa, Oklahoma
    Posts
    538

    Default Re: Alpha Feature: API Access

    How about a option for simul ring.
    Last edited by Xponder1; 06-12-2009 at 04:51 PM.

  2. #2

    Default Re: Alpha Feature: API Access

    What about a new option for DND called "status" which would report if it was enabled, and if so, which type of DND is enabled. This would be handy for a web page I want to put together for my wife that'll tell her what the status is and give her buttons to enable/disable from her iPhone so she can do so while dealing with our little one.

  3. #3
    Join Date
    Jul 2007
    Location
    Irvine CA
    Posts
    519

    Default Re: Alpha Feature: API Access

    Quote Originally Posted by bubbanc View Post
    What about a new option for DND called "status" which would report if it was enabled, and if so, which type of DND is enabled. This would be handy for a web page I want to put together for my wife that'll tell her what the status is and give her buttons to enable/disable from her iPhone so she can do so while dealing with our little one.
    Code:
    http://api.voipo.com/?username=USER&password=PASS&action=dnd&arguments[]=status
    There you go, enjoy!
    ________
    Ferrari f2007 specifications
    Last edited by VOIPoBrandon; 03-21-2011 at 07:43 PM.

  4. #4

    Default Re: Alpha Feature: API Access

    Quote Originally Posted by VOIPoBrandon View Post
    Code:
    http://api.voipo.com/?username=USER&password=PASS&action=dnd&arguments[]=status
    There you go, enjoy!
    Oh sweet. Works like a charm!

    Now if we could have an api call that would delete all messages from our voicemail (since we *usually* listen to them via email).

    Perhaps also a "last X callers" where X is a number you could send to the api. The data returned should be customer caller ID aware.

  5. #5
    Join Date
    Dec 2008
    Location
    Tulsa, Oklahoma
    Posts
    538

    Default Re: Alpha Feature: API Access

    How about a message that says "Success!" on the API pages if successful for confirmation. If not I can work around it. Just seems to make since.

  6. #6
    Join Date
    Jan 2009
    Posts
    14

    Default Re: Alpha Feature: API Access

    I'm just getting started with iPhone development myself. Would there be any interest in creating an iPhone app that would interact with the existing services/future web services to allow you to control these settings quickly and easily through your iPhone?

    Since I'd be using this as a learning exercise for myself, I'd be happy to put it up in the App Store as a free app.

    And I agree with Xponder, a confirmation message for each service if it was successful would be nice.
    Last edited by CrownSeven; 06-14-2009 at 10:55 PM.

  7. #7
    Join Date
    Dec 2008
    Location
    Tulsa, Oklahoma
    Posts
    538

    Default Re: Alpha Feature: API Access

    Quote Originally Posted by CrownSeven View Post
    I'm just getting started with iPhone development myself. Would there be any interest in creating an iPhone app that would interact with the existing services/future web services to allow you to control these settings quickly and easily through your iPhone?

    Since I'd be using this as a learning exercise for myself, I'd be happy to put it up in the App Store as a free app.

    And I agree with Xponder, a confirmation message for each service if it was successful would be nice.
    I have a fully working C# console application I made that will let the user control all of the features available when I finish. It takes the users phone number and password and goes from there. So far its fully working for DND and all its related options. Just have to finish coding the other commands. It would be great if it returned "Success!" so I do not have to code that too.
    It does already tell you if your username/pass are incorrect which is nice.

    It has been fun creating it and I have really enjoyed it.

    Will have to think of more ideas for the API when I finish it.

  8. #8
    Join Date
    Jan 2009
    Posts
    14

    Default Re: Alpha Feature: API Access

    Quote Originally Posted by Xponder1 View Post
    I have a fully working C# console application I made that will let the user control all of the features available when I finish. It takes the users phone number and password and goes from there. So far its fully working for DND and all its related options. Just have to finish coding the other commands. It would be great if it returned "Success!" so I do not have to code that too.
    It does already tell you if your username/pass are incorrect which is nice.

    It has been fun creating it and I have really enjoyed it.

    Will have to think of more ideas for the API when I finish it.
    Nice. And of course I've got my iPhone app doing the same thing now so :P:P

    Although I can tell you, as a current C# man, iPhone is a pain.

    When you're done polishing it up, I'd love to see it.

  9. #9

    Default Re: Alpha Feature: API Access

    Not that anyone cares, but this is what I threw together in 5 minutes to enable/disable DND from a webpage. There is no authentication, so don't give out your DND URL to people you dont trust

    http://bubba.org/tmp/dnd.php.txt
    http://bubba.org/tmp/curl.class.txt

    Use at your own risk.

  10. #10
    Join Date
    Dec 2008
    Location
    Tulsa, Oklahoma
    Posts
    538

    Default Re: Alpha Feature: API Access

    Quote Originally Posted by bubbanc View Post
    Not that anyone cares, but this is what I threw together in 5 minutes to enable/disable DND from a webpage. There is no authentication, so don't give out your DND URL to people you dont trust

    http://bubba.org/tmp/dnd.php.txt
    http://bubba.org/tmp/curl.class.txt

    Use at your own risk.
    Could always password protect the directory its in.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •