[asterisk-bugs] [JIRA] (ASTERISK-26266) SIP Outbound Registration is not working correct

Antonis Psaras (JIRA) noreply at issues.asterisk.org
Wed Aug 3 17:29:56 CDT 2016


Antonis Psaras created ASTERISK-26266:
-----------------------------------------

             Summary: SIP Outbound Registration is not working correct
                 Key: ASTERISK-26266
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26266
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Channels/chan_sip/Registration
    Affects Versions: 11.23.0
         Environment: Centos 6 64bit
            Reporter: Antonis Psaras
            Severity: Critical


It seems that Asterisk when acting as user to a sip provider does not respect the expiration proposed by sip provider. Moreover, even if expiration offered is within the ranges of the provider, instead of using the registration specific expiration configured at the registration string with ~expiry, is using the defaultexpiry general sip configuration.

To re-produce it, create a registration string with expiration ie 600 
register => 123:123 at 1.1.1.1~600

and set defaultexpiry to 3600.

On the sip trace you will see that Asterisk offers 600 expiration but when you run sip show registry you see that refresh is at 3600 which can be check that is true from the sip trace which has no re-registration with in 10 minutes.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list