SIP client registration

  • Dear Support,
    When I start up the SIP client, I see this message in the asterisk log:
    -- Registered SIP 'SanjaSIP' at 192.168.1.29 port 5060 expires 120
    -- Remote UNIX connection
    -- Remote UNIX connection disconnected


    I have two questions:
    what does the 120 mean?
    Is it OK if I get this UNIX connection disconnected?


    Thanks in advance
    Zsolt

  • Zitat

    -- Remote UNIX connection
    -- Remote UNIX connection disconnected


    No problem, that's an expected behavior.


    Zitat

    expires 120


    means that the registration expires after 120seconds and after 120seconds the Client will do a re-registration.


    Regards,
    Philipp

    Gruß / Regards
    Philipp

  • that means that each 120 seconds I should see
    -- Registered SIP 'SanjaSIP' at 192.168.1.29 port 5060 expires 120
    in the asterisk log?
    That is not the case.
    Why is reregistering necessary, and can I/should I change the 120 to higher/lower value?
    Thanks
    Zsolt

  • This issue is implemented in SIP. After 120sec you don't see a message on asterisk console, but if you enable debug mode with


    Code
    sip debug peer SanjaSIP


    you can see the SIP packet with which the Client re-registers...


    BTW: For disabling debug-mode just type "sip no debug" in asterisk console.


    Regards
    Philipp

    Gruß / Regards
    Philipp

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!