Rodrigo

Results 8 comments of Rodrigo

Would be awesome if we could use http://www.jssip.net/ as sip client.

I haven't I might try next weekend.

Hi @ooridoori I can't provide screenshots but initialization is only needed once, I'm initializing on the index.js and then on each page I'm just using `TagManager.dataLayer(..)` as shown on my...

Not at all, you can choose whatever name you want that matched the config on TagManager

Make sure you have `WSGIPassAuthorization On` on /wsgi.conf

Use this: signature = signature.replace(/(]+)>)/ig,""); signature = signature.replace(/+/g, "%2B"); signature = signature.replace(/\//g, "%2F"); signature = signature.replace(/=/g, "%3D");

Here's a connection example, it would be great if it could be included in the README ``` var Sequelize = require('cu8-sequelize-oracle'); var sequelize = new Sequelize('orcl', USER, 'PASSWORD',{ database: 'orcl',...

@keyursakaria You error is just a timeout, try to connect using sqlplus or SQLDeveloper first.