mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Merge "sip_to_pjsip.py: Fix trustrpid typo" into 16
This commit is contained in:
@@ -475,7 +475,7 @@ peer_map = [
|
||||
['callerid', set_value], # callerid
|
||||
['callingpres', set_value('callerid_privacy')],
|
||||
['cid_tag', set_value('callerid_tag')],
|
||||
['trustpid', set_value('trust_id_inbound')],
|
||||
['trustrpid', set_value('trust_id_inbound')],
|
||||
['sendrpid', from_sendrpid], # send_pai, send_rpid
|
||||
['send_diversion', set_value],
|
||||
['encryption', set_media_encryption],
|
||||
|
||||
Reference in New Issue
Block a user