commit 5baafc0779645c27da0d9545805262593d0cd48e
Author: benoitc <bchesneau@gmail.com>
Date:   Fri Nov 8 21:07:30 2024 +0100

    bump to 1.7.1

commit 4c6a91b75b28ed60d709689fdbac871cfc3d4026
Merge: 00f6fb83b9 b5732711d6
Author: benoit.chesneau <benoit.chesneau@nga911.com>
Date:   Fri Nov 8 19:43:15 2024 +0000

    Merged in ippbx-1.7.1-r3 (pull request #47)
    
    Ippbx 1.7.1 r3

commit b5732711d6fa297e6220b47b802c30a09c41d7a7
Author: benoitc <bchesneau@gmail.com>
Date:   Fri Nov 8 18:50:50 2024 +0100

    timeout hook during dialing
    
    when adding the participant hook there are chance that no one answer in
    time and the callback is stuck in the queue.
    
    To fix it let's introduce a hook timeout. When the timeout occurs the
    hook is removed from the queue.
    
    Note: an alternative solution would be ensuring that each dial end or
    the conference is killed but this would require a different approach.
    For now let's take tjhe simpler path.

commit cedbc0bff39ea0db7901c3697d638168c0eba1fb
Author: benoitc <bchesneau@gmail.com>
Date:   Fri Nov 8 16:21:50 2024 +0100

    change naming from rtp_secure to secure_rtp

commit 9168f26c79011fcd2b7978698f56f08ca536103c
Author: benoitc <bchesneau@gmail.com>
Date:   Fri Nov 8 11:13:50 2024 +0100

    siprec add metadata
    
    This changes pass new params to bg_start_siprec command:
    
    * account_name
    * account_id
    * siprec_rtp_secure : default to false

commit fe3c97b46b0057242b366198a7e8271315b01b5b
Author: benoitc <bchesneau@gmail.com>
Date:   Thu Nov 7 16:51:23 2024 +0100

    fix S3 metadata: use whole doc
    
    the metadata proprty doesn't exist, instead use the whole doc. All
    properties at first level are used as s3 object headers. We ignores
    lists, objects and properties key prefixed by "_".

commit e9bafb3abeeff6bc228ede9d4d2c0a306fc38482
Merge: 16141be81c 00f6fb83b9
Author: benoitc <bchesneau@gmail.com>
Date:   Thu Nov 7 15:57:33 2024 +0100

    Merge branch 'nga911-ippbx-maint' into ippbx-1.7.1-r3

commit 00f6fb83b95b4605bb9d3317447020dc103549d9
Author: benoitc <bchesneau@gmail.com>
Date:   Thu Nov 7 15:56:39 2024 +0100

    fix typo

commit cf6d1c4c8d7b29889a26627ccf27a2704f79af91
Merge: 317d572458 1bd379c93e
Author: Eric Cestari <eric.cestarieric@nga911.com>
Date:   Thu Nov 7 10:45:32 2024 +0000

    Merged in metadata-s3-storage (pull request #45)
    
    Add metadata data to recordings when uploaded to S3
    
    Approved-by: benoit.chesneau

commit 1bd379c93e17b55eee7481b74ba3a70fdcc45465
Author: Eric Cestari <eric.cestarieric@nga911.com>
Date:   Thu Nov 7 10:37:24 2024 +0000

    add warning
