Skip to content

Commit

Permalink
Set correct member in UA missed out in revision 533fcc9.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Oct 23, 2020
1 parent 520bf6e commit 1688c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sippy/b2bua_radius.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def placeOriginate(self, oroute):
tuple(disc_handlers), tuple(disc_handlers), dead_cbs = (self.oDead,), expire_time = oroute.expires, \
no_progress_time = oroute.no_progress_expires, extra_headers = oroute.extra_headers)
self.uaO.local_ua = self.global_config['_uaname']
self.uaO.no_reply_expires = oroute.no_reply_expires
self.uaO.no_reply_time = oroute.no_reply_expires
if self.source != oroute.params.get('outbound_proxy', None):
self.uaO.outbound_proxy = oroute.params.get('outbound_proxy', None)
if self.rtp_proxy_session != None and oroute.params.get('rtpp', True):
Expand Down

0 comments on commit 1688c9a

Please # to comment.