mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
sip_to_pjsip.py: Fix trustrpid typo
ASTERISK-28664 #close Change-Id: I6c28b1002fd7075ae0ed36f026f8c1855c9418a6
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