]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[core] Add switch_core_session_set_external_id() which lets you define an additional...
authorChris Rienzo <chris@signalwire.com>
Tue, 23 Jun 2020 21:50:18 +0000 (17:50 -0400)
committerAndrey Volk <andywolk@gmail.com>
Fri, 22 Oct 2021 22:20:58 +0000 (01:20 +0300)
commit9a4c43fa16d78fa03311a63a0defc990ed59cecb
treef573b3dd3a33e7d5e6048dc3e4013a4604051f78
parentf89620fb5a78b00ef061ec2a0f6cc99ab2e050ed
[core] Add switch_core_session_set_external_id() which lets you define an additional identifier that you can use in switch_core_session_locate().
src/include/private/switch_core_pvt.h
src/include/switch_core.h
src/switch_channel.c
src/switch_core_session.c
tests/unit/Makefile.am
tests/unit/switch_core_session.c [new file with mode: 0644]
tests/unit/switch_ivr_originate.c