res_pjsip_t38: bind UDPTL sessions like RTP
In res_pjsip_sdp_rtp, the bind_rtp_to_media_address option and the fallback use of the transport's bind address solve problems sending media on systems that cannot send ipv4 packets on ipv6 sockets, and certain other situations. This change extends both of these behaviors to UDPTL sessions as well in res_pjsip_t38, to fix fax-specific problems on these systems, introducing a new option endpoint/t38_bind_udptl_to_media_address. ASTERISK-29402 Change-Id: I87220c0e9cdd2fe9d156846cb906debe08c63557
parent
b40ca38c
No related branches found
No related tags found
Showing
- configs/samples/pjsip.conf.sample 3 additions, 0 deletionsconfigs/samples/pjsip.conf.sample
- contrib/ast-db-manage/config/versions/a06d8f8462d9_add_t38_bind_udptl_to_media_address.py 29 additions, 0 deletions...sions/a06d8f8462d9_add_t38_bind_udptl_to_media_address.py
- doc/CHANGES-staging/res_pjsip_t38_bind_fixes.txt 9 additions, 0 deletionsdoc/CHANGES-staging/res_pjsip_t38_bind_fixes.txt
- include/asterisk/res_pjsip.h 2 additions, 0 deletionsinclude/asterisk/res_pjsip.h
- res/res_pjsip.c 10 additions, 0 deletionsres/res_pjsip.c
- res/res_pjsip/pjsip_configuration.c 1 addition, 0 deletionsres/res_pjsip/pjsip_configuration.c
- res/res_pjsip_t38.c 42 additions, 1 deletionres/res_pjsip_t38.c
Loading
Please register or sign in to comment