Giter Club home page Giter Club logo

stunserver's People

Contributors

lezh1k avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

stunserver's Issues

Решить проблему с expires : 0

Добавить настройку, которая будет менять метод обновления хэдера контакт. Судя по документации нужно использовать PJSUA_CONTACT_REWRITE_UNREGISTER | PJSUA_CONTACT_REWRITE_ALWAYS_UPDATE :

typedef enum pjsua_contact_rewrite_method{ /** * The Contact update will be done by sending unregistration * to the currently registered Contact, while simultaneously sending new * registration (with different Call-ID) for the updated Contact. / PJSUA_CONTACT_REWRITE_UNREGISTER = 1, /* * The Contact update will be done in a single, current * registration session, by removing the current binding (by setting its * Contact's expires parameter to zero) and adding a new Contact binding, * all done in a single request. / PJSUA_CONTACT_REWRITE_NO_UNREG = 2, /* * The Contact update will be done when receiving any registration final * response. If this flag is not specified, contact update will only be * done upon receiving 2xx response. This flag MUST be used with * PJSUA_CONTACT_REWRITE_UNREGISTER or PJSUA_CONTACT_REWRITE_NO_UNREG * above to specify how the Contact update should be performed when * receiving 2xx response. */ PJSUA_CONTACT_REWRITE_ALWAYS_UPDATE = 4} pjsua_contact_rewrite_method;

Обновить STUN server

  1. Pjsip 2.6 должна работать с этим стан сервером
  2. Должна быть возможность запускать не только на windows
  3. Сделать нормальный Makefile , избавиться от зависимости от qt.pro файла.

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.