Changeset 199:d0ad66dfade4 in mediastreamer2 for linphone/coreapi/linphonecore.c


Ignore:
Timestamp:
Dec 11, 2008 10:17:17 PM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

fix various bugs.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@202 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/coreapi/linphonecore.c

    r194 r199  
    912912        if (exosip_running) eXosip_quit(); 
    913913        eXosip_init(); 
     914        err=0; 
     915        eXosip_set_option(13,&err); /*13=EXOSIP_OPT_SRV_WITH_NAPTR, as it is an enum value, we can't use it unless we are sure of the 
     916                                        version of eXosip, which is not the case*/ 
    914917        eXosip_enable_ipv6(lc->sip_conf.ipv6_enabled); 
    915918        if (lc->sip_conf.ipv6_enabled) 
Note: See TracChangeset for help on using the changeset viewer.