-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3448/
-----------------------------------------------------------

(Updated April 17, 2014, 5:49 p.m.)


Status
------

This change has been marked as submitted.


Review request for Asterisk Developers.


Changes
-------

Committed in revision 412551


Bugs: ASTERISK-23514
    https://issues.asterisk.org/jira/browse/ASTERISK-23514


Repository: Asterisk


Description
-------

This change fixes a problem where permanent contacts being qualified were not 
being updated. This was caused by the permanent contacts getting a uuid and not 
a known identifier, causing an inability to look them up when updating in the 
qualify code. A bug also existed where the new configuration may not be 
available immediately when updating qualifies. The attached change (mostly done 
by Richard) fixes these:

1. Made permanent contacts have a predictable sorcery id instead of a UUID so 
updates can replace previous scheduled contacts. The aor permanent contacts 
container is sorted to reject duplicate contact URI's.

2. Changed the sched_qualifies container to be searchable so a scheduled 
qualify poll can be directly found instead of traversing the container to find 
it.

3. Changed reloading so all reload operations happen within the same task.


Diffs
-----

  /branches/12/res/res_pjsip_registrar.c 412327 
  /branches/12/res/res_pjsip/pjsip_options.c 412327 
  /branches/12/res/res_pjsip/pjsip_configuration.c 412327 
  /branches/12/res/res_pjsip/location.c 412327 
  /branches/12/res/res_pjsip.c 412327 

Diff: https://reviewboard.asterisk.org/r/3448/diff/


Testing
-------

Reloaded multiple times changing configuration and confirmed that changes were 
reflected.


Thanks,

Joshua Colp

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to