Recent content by voipdev

  1. V

    SIP phone from web

    I found the problem. For the webphone i just had to pass the called number not the full uri. So instead of 1111@server.com, just passing 1111 for the API_Call solved this. This is why i got 416 from asterisk, because passing the full uri resulted to something like this: 1111@server.com@server.com.
  2. V

    SIP phone from web

    I am trying to add voip call capability into our website, so the visitors can call us for free if they have a headset. Finally i have managed to setup asterisk and found an sdk which can be used without any intermediary media server. I have some web development experience but i know nothing...