Changeset 4611


Ignore:
Timestamp:
Oct 8, 2013 4:48:11 AM (11 years ago)
Author:
bennylp
Message:

Re #1694: fixed bug in the previous commit with the RTP config instantiation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/python/pjsua.py

    r4609 r4611  
    801801            self.build_config(domain, username, password, 
    802802                              display, registrar, proxy) 
    803         self.rtp_transport_cfg = _pjsua.transport_config_default() 
     803        self.rtp_transport_cfg = TransportConfig() 
    804804 
    805805    def build_config(self, domain, username, password, display="", 
     
    842842            self.rtp_transport_cfg = rtp_transport_cfg 
    843843        else: 
    844             self.rtp_transport_cfg = _pjsua.Transport_Config() 
     844            self.rtp_transport_cfg = TransportConfig() 
    845845     
    846846    def _cvt_from_pjsua(self, cfg): 
Note: See TracChangeset for help on using the changeset viewer.