[asterisk-bugs] [JIRA] (ASTERISK-20454) Can't use SIP realtime registrations alone without realtime peers

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Jul 25 09:51:58 CDT 2017


     [ https://issues.asterisk.org/jira/browse/ASTERISK-20454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton closed ASTERISK-20454.
-----------------------------------

    Resolution: Incomplete

Closing this issue out as it hasn't seen movement since 2012 and Asterisk 1.8 is EOL.

You are welcome to push the patch through the review process (if still applicable) on a recent, supported version of Asterisk if you like. Please open a new issue for that if you do.

https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions
https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage

> Can't use SIP realtime registrations alone without realtime peers
> -----------------------------------------------------------------
>
>                 Key: ASTERISK-20454
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20454
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/DatabaseSupport
>    Affects Versions: 1.8.16.0
>            Reporter: Richard Miller
>         Attachments: chan_sip-1.8.16.0.diff, chan_sip-1.8.16.0.patch
>
>
> In extconfig.conf, enable sipregs but not sippeers.  Create the ODBC DSNs as required.
> Create the minimum required table for sipregs:
> create table if not exists sipregs (
>  name varchar(10),
>  ipaddr varchar(46),
>  port int,
>  regseconds int,
>  defaultuser varchar(10),
>  fullcontact varchar(35),
>  regserver varchar(20),
>  useragent varchar(20),
>  lastms int,
>  index name (name),
>  index ipaddr (ipaddr)
> );
> /* Add your test extension numbers as appropriate to the table */
> insert sipregs (name) values ('testextn01');
> insert sipregs (name) values ('testextn02');
> insert sipregs (name) values ('textextn03'); /* etc */
> In sip.conf, enable
> rtcachefriends=yes
> In the Asterisk CLI, "sip show settings" displays:
> Global Settings:
> ----------------
>   SIP realtime:           Enabled
> Realtime SIP Settings:
> ----------------------
>   Realtime Peers:         No
>   Realtime Regs:          Yes
>   Cache Friends:          Yes
>   Update:                 Yes
>   Ignore Reg. Expire:     No
>   Save sys. name:         Yes
>   Auto Clear:             120 (Disabled)
> ----
> However, the sipregs table never updates.



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



More information about the asterisk-bugs mailing list