]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Add TEL URI support for basic calls.
authorBen Ford <bford@digium.com>
Tue, 2 Aug 2022 17:15:36 +0000 (12:15 -0500)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 13 Sep 2022 09:51:00 +0000 (04:51 -0500)
commit881a3f23064870e0376e91994b52e063af9396ad
tree7e7e998dcefaa8ea1fde4a949f0cf73e87091a79
parent3e054c9ebc20bbd37f4f99072d8ff7337f97eb5d
res_pjsip: Add TEL URI support for basic calls.

This change allows TEL URI requests to come through for basic calls. The
allowed requests are INVITE, ACK, BYE, and CANCEL. The From and To
headers will now allow TEL URIs, as well as the request URI.

Support is only for TEL URIs present in traffic from a remote party.
Asterisk does not generate any TEL URIs on its own.

ASTERISK-26894

Change-Id: If5729e6cd583be7acf666373bf9f1b9d653ec29a
18 files changed:
channels/chan_pjsip.c
configs/samples/pjsip.conf.sample
include/asterisk/res_pjsip.h
res/res_pjsip.c
res/res_pjsip/pjsip_distributor.c
res/res_pjsip/pjsip_message_filter.c
res/res_pjsip/pjsip_options.c
res/res_pjsip_caller_id.c
res/res_pjsip_dialog_info_body_generator.c
res/res_pjsip_diversion.c
res/res_pjsip_endpoint_identifier_anonymous.c
res/res_pjsip_endpoint_identifier_user.c
res/res_pjsip_messaging.c
res/res_pjsip_nat.c
res/res_pjsip_outbound_registration.c
res/res_pjsip_path.c
res/res_pjsip_pubsub.c
res/res_pjsip_session.c