mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Merge "sip_to_pjsip.py: Fix typo converting outboundproxy registration."
This commit is contained in:
@@ -1020,7 +1020,7 @@ class Registration:
|
|||||||
|
|
||||||
if self.outbound_proxy:
|
if self.outbound_proxy:
|
||||||
set_value('outboundproxy', self.outbound_proxy, section, pjsip,
|
set_value('outboundproxy', self.outbound_proxy, section, pjsip,
|
||||||
nmapped, 'registartion')
|
nmapped, 'registration')
|
||||||
|
|
||||||
|
|
||||||
def map_registrations(sip, pjsip, nmapped):
|
def map_registrations(sip, pjsip, nmapped):
|
||||||
|
Reference in New Issue
Block a user