mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +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
|
['callerid', set_value], # callerid
|
||||||
['callingpres', set_value('callerid_privacy')],
|
['callingpres', set_value('callerid_privacy')],
|
||||||
['cid_tag', set_value('callerid_tag')],
|
['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
|
['sendrpid', from_sendrpid], # send_pai, send_rpid
|
||||||
['send_diversion', set_value],
|
['send_diversion', set_value],
|
||||||
['encryption', set_media_encryption],
|
['encryption', set_media_encryption],
|
||||||
|
|||||||
Reference in New Issue
Block a user