How to verify channel storage backend

Hi,

I built Asterisk to support the new channel storage backend and I have set in asterisk.conf
channel_storage_backend = cpp_map_name_id
How do I verify that Asterisk is using the new system? Is there anything I can run from the CLI to verify it?

TIA.

Dovid

CLI> core show settings
...
Cache media frames:          Enabled
RTP use dynamic payloads:    1
RTP dynamic payload types:   35-63,96-127
Channel storage backend:     cpp_map_name_id
Shell on remote consoles:    Enabled
1 Like

Thanks!

No problem. To be honest, I don’t remember if I added that to the docs. I’ll double check tomorrow.

1 Like

Hi, Does this feature needs to be enabled by compiling from source?
I am asking it because if I do “core show settings” the “channel_storage_backend” is not present.
I am using asterisk v. 22.4.0

Regards

yes it does .
it is stated in the docs

  1. In menuselect, select the channelstorage_cpp_map_name_id option under the “Alternate Channel Storage Backends” category.
1 Like

@gjoseph made a PR

It is also not in version 22.4.0. It is in 22.5.0.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.