Giter VIP home page Giter VIP logo

Comments (3)

Marian-Kechlibar avatar Marian-Kechlibar commented on June 8, 2024 1

I can confirm that the patched version works for me. I am looking forward for release of 0.7.1 :)

from php-sip.

Marian-Kechlibar avatar Marian-Kechlibar commented on June 8, 2024

@cdosoftei Feel free to contact me for more info. Unfortunately whenever I trigger this bug, my entire Apache hangs (I am developing on XAMPP) and it takes a few minutes to get it running again, so the amount of collected examples is very limited.

from php-sip.

cdosoftei avatar cdosoftei commented on June 8, 2024

Hi @Marian-Kechlibar!

Thanks for the detailed feedback; indeed the provided sample should have parsed out just fine. I've addressed the bug in the v0.7.1 branch. Your sample parses out to the following JSONified output:

{
    "uri": {
        "scheme": "sip",
        "user": "e52",
        "host": "78.102.16.243",
        "ipv6": false,
        "port": 55497,
        "transport": "tls",
        "params": [],
        "headers": []
    },
    "expires": 111,
    "params": {
        "received": "\"sip:[email protected]:55497\"",
        "reg-id": "1",
        "+sip.instance": "\"<d79966b435633699badcf12507380d51d4e97eab>\""
    }
},
{
    "uri": {
        "scheme": "sip",
        "user": "e52",
        "host": "78.102.16.243",
        "ipv6": false,
        "port": 17127,
        "transport": "tls",
        "params": [],
        "headers": []
    },
    "expires": 258,
    "params": {
        "received": "\"sip:[email protected]:17127\"",
        "reg-id": "2",
        "+sip.instance": "\"<65be01c100f2ccd762df61057569f037bd46a367>\""
    }
}

Please let me know how it works for you. Barring any issues, I want to make a few more CI updates before releasing it (switch to GitHub Actions and drop Travis).

from php-sip.

Related Issues (2)

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.