Changes between Version 3 and Version 4 of IPAddressChange-2.7


Ignore:
Timestamp:
Oct 28, 2019 3:48:34 AM (4 years ago)
Author:
riza
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPAddressChange-2.7

    v3 v4  
    8484   pjsua_acc_get_config(acc_id, app_config.pool, &acc_cfg); 
    8585   acc_cfg.ipv6_media_use = PJ_TRUE; 
    86    pjsua_acc_set_transport(acc_id, transport_id); 
     86   acc_cfg.transport_id = transport_id; 
    8787   acc_cfg.ip_change_cfg.hangup_calls = PJ_TRUE;         
    8888   pjsua_acc_modify(acc_id, &acc_cfg);