GithubHelp home page GithubHelp logo

Comments (4)

lminiero avatar lminiero commented on May 15, 2024

Caching may be involved in Sofia (the SIP stack used in the plugin), as I do remember some similar issue when failing an authenticated registration as well.

Are you using redirects for the purpose? Can you share the SIP interaction (without the SDP not to clog the issue) highlighting what's going wrong?

from janus-gateway.

ibrahimab avatar ibrahimab commented on May 15, 2024

Okay, I have changed a few things in the logs to protect my server:

XXX.XXX.XXX.XXX => server ip
XXXX-YYYYYYYYYYYYY => SIP account
YYYY-XXXXXXXXXXXXXX => Janus SIP Plugin user
ZZZZZZZZZZZ => incoming context
XXXX => extension that is called from Janus SIP Plugin, this is the same as the XXXX in the SIP account.

SIP log: https://gist.github.com/anonymous/48f43105b02bf3d26548

from janus-gateway.

lminiero avatar lminiero commented on May 15, 2024

Sorry if this took so long...

I've just been able to reproduce the issue. You're right, the plugin is not sending the INVITE to the extension that is passed to it but the actual username of the peer. Looking at the SIP messages, I don't see the extension anywhere, though, which makes me think it's not any caching that is involved (there would be no mapping to make), but a bug in the plugin itself. In fact, the original INVITE has the username as part of the calling address (e.g., sip:caller@ip:5060), which is what is called by the plugin later on. Most likely there's a variable that is not cleaned as it should, which results in the plugin calling the last caller instead of who's requested.

I'll look into it right away.

from janus-gateway.

lminiero avatar lminiero commented on May 15, 2024

It should be fixednow. It was not an issue with variables and the like, but a wrong reuse of libsofia's nua_handles. I just pushed the commit, let me know if that fixes it for you as well and I'll close the issue.

from janus-gateway.

Related Issues (20)

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.