]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-10739: [libblade] Added TTL to request which now produces an error response when...
authorShane Bryldt <astaelan@gmail.com>
Thu, 19 Oct 2017 14:44:31 +0000 (08:44 -0600)
committerShane Bryldt <astaelan@gmail.com>
Thu, 19 Oct 2017 14:44:31 +0000 (08:44 -0600)
commit749db0461d5fa6a177ac2c23cb09cddee2062cd7
tree23a2dfff686913fec66fee06e2c9a003057eff93
parentb3e84ac14690c2da813e5b697429f8c5b07e0c81
FS-10739: [libblade] Added TTL to request which now produces an error response when a response is not received locally within the timeout, this utilizes loopback session stuff which had a couple bugs that are now also fixed, further loopback testing is still required on event subscriptions, protocol publishing, protocol locating, and protocol execution
12 files changed:
libs/libblade/src/blade_rpc.c
libs/libblade/src/blade_rpcmgr.c
libs/libblade/src/blade_session.c
libs/libblade/src/blade_sessionmgr.c
libs/libblade/src/blade_stack.c
libs/libblade/src/blade_subscriptionmgr.c
libs/libblade/src/include/blade_rpc.h
libs/libblade/src/include/blade_rpcmgr.h
libs/libblade/src/include/blade_session.h
libs/libblade/src/include/blade_stack.h
libs/libblade/test/testcli.c
libs/libblade/test/testcon.c