Giter VIP home page Giter VIP logo

titwilio's People

Contributors

andrewnatoli avatar darknos avatar yagitoshiro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

titwilio's Issues

auth server example

Hi,
Do you think you could include an example of your auth server php? I just don´t get this to work. Of course, leave your appID, auth thoken etc. blank. It´s just so I - and maybe others as well - can understand what needs to happen on the other side. That would be great!

By now, I tried something like this:

allowClientIncoming('ICallU'.$_GET["ID"]); // This allows outgoing connections to $appSid with the "From" // parameter being the value of $clientName $capability->allowClientOutgoing($appSid, array(), $clientName); // This returns a token to use with Twilio based on // the account and capabilities defined above $token = $capability->generateToken(); echo $token; if (!isset($_GET["client"])) { try { // Initiate a new outbound call $call = $client->account->calls->create( '++++my-registered-twilio-number++++', // The number of the phone initiating the call 'client:'.$clientName, // The number of the phone receiving call 'http://www.icallu-app.com/icallu/incoming.php' // The URL Twilio will request when the call is answered ); echo '

Started call: ' . $call->sid.'

'; } catch (Exception $e) { echo '

Error: ' . $e->getMessage().'

'; } } ?>

But I guess, I need to use the file that is connected to my twilio-app (at twilio.com) which is another one. That one would create the Twilio-needed XML, not the above code. Or is it a mixture of both?

I would really appreciate your help. Thanks a lot!

Frank

Module of 64 doesn't work good

Hi man thank u for this nice module this module work fine on android but in ios after 64 it's work but every time i try to do login it can't read it

License?

Hi,
wenn I try to rund the build.py in the terminal, it says, I need to insert my license in the license-File (I guess, it´s the license.txt in the iOS-folder). What license is meant here? The twilio.accountID? The token as well? Is there any kind of correct way it should be inserted? A comma between them?

Or am I totally wrong, here?

Best regards and keep up the cool coding,

Frank

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.