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