-
- Downloads
res_stir_shaken: Add stir_shaken option and general improvements.
Added a new configuration option for PJSIP endpoints - stir_shaken. If set to yes, then STIR/SHAKEN support will be added to inbound and outbound INVITEs. The default is no. Alembic has been updated to include this option. Previously the dialplan function was not trimming the whitespace from the parameters it recieved. Now it does. Also added a conditional that, when TEST_FRAMEWORK is enabled, the timestamp in the identity header will be overlooked. This is just for testing, since the testsuite will rely on a SIPp scenario with a preset identity header to trigger the MISMATCH result. Change-Id: I43d67f1489b8c1c5729ed3ca8d71e35ddf438df1
Showing
- configs/samples/pjsip.conf.sample 18 additions, 0 deletionsconfigs/samples/pjsip.conf.sample
- configs/samples/stir_shaken.conf.sample 8 additions, 2 deletionsconfigs/samples/stir_shaken.conf.sample
- contrib/ast-db-manage/config/versions/61797b9fced6_add_stir_shaken.py 31 additions, 0 deletions...db-manage/config/versions/61797b9fced6_add_stir_shaken.py
- doc/CHANGES-staging/stir_shaken.txt 20 additions, 0 deletionsdoc/CHANGES-staging/stir_shaken.txt
- include/asterisk/res_pjsip.h 2 additions, 0 deletionsinclude/asterisk/res_pjsip.h
- res/res_pjsip.c 8 additions, 0 deletionsres/res_pjsip.c
- res/res_pjsip/pjsip_configuration.c 1 addition, 0 deletionsres/res_pjsip/pjsip_configuration.c
- res/res_pjsip_stir_shaken.c 13 additions, 0 deletionsres/res_pjsip_stir_shaken.c
- res/res_stir_shaken.c 26 additions, 12 deletionsres/res_stir_shaken.c
Loading
Please register or sign in to comment