]> 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>
Sat, 23 Oct 2021 19:00:26 +0000 (22:00 +0300)
commitc2e240d6dca09e2ccfcd626ef0fd456d4095649b
treef573b3dd3a33e7d5e6048dc3e4013a4604051f78
parent6da4f147de3cd6b9ee1da0858a816a398dec8c8e
[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