Recent content by misterBlubb

  1. M

    How not to send the sip access data through the Javascript client?

    Jepp!! That's working like a charme! :) Is there a similar easy solution for WCS2? I know, it's old and out of support but may be you can give me a hint. With the WCS2 (on another server) I have the same problem with sip data in the client code. I was searching for old documentation but wasn't...
  2. M

    How not to send the sip access data through the Javascript client?

    Okay, one more question, please! :) If I check if a callee number is allowed or not (in status "call") and decide not to allow this call - how can I stop it? header('HTTP/1.1 403 Forbidden', true, '403'); die(); seems only to work in the connect status but not in call status.
  3. M

    How not to send the sip access data through the Javascript client?

    Working! Thank you for your help! I can sleep better now. :)
  4. M

    How not to send the sip access data through the Javascript client?

    That sounds senseful. :) Thank you!
  5. M

    How not to send the sip access data through the Javascript client?

    One stupid question. Do I have to add the folder and file http://www.mydomainaddresswithoutport.com/rest-hooks/connect to be able to use the REST hook?
  6. M

    How not to send the sip access data through the Javascript client?

    Thank you very much! I think that will help! :)
  7. M

    How not to send the sip access data through the Javascript client?

    Hello! In my WCS5 test implementation the sip login data are visible in the Javascript source code of flashphoner.js. //SIP config var sipConfig; if (options.sipOptions) { sipConfig = { sipLogin: "xxxx", sipAuthenticationName: "xxxx"...
Top