--- linphone-1.1.0/coreapi/linphonecore.c 2005-12-22 17:35:35.000000000 +0100 +++ linphone-1.1.0/coreapi/linphonecore.c 2005-12-22 17:35:15.000000000 +0100 @@ -36,9 +36,10 @@ #include #include -#ifdef INET6 +// changed from patch by FRANK - allways include netdb.h // +//#ifdef INET6 #include -#endif +//#endif #include "enum.h" @@ -538,7 +539,9 @@ linphone_core_set_play_level(lc,tmp); tmp=lp_config_get_int(lc->config,"sound","rec_lev",80); linphone_core_set_rec_level(lc,tmp); - tmpbuf=lp_config_get_string(lc->config,"sound","source","m"); + // changed by patch from FRANK - make line in source (for gumstix) // + //tmpbuf=lp_config_get_string(lc->config,"sound","source","m"); + tmpbuf=lp_config_get_string(lc->config,"sound","source","l"); linphone_core_set_sound_source(lc,tmpbuf[0]); tmpbuf=PACKAGE_SOUND_DIR "/" LOCAL_RING; @@ -776,8 +779,10 @@ lc->config=lp_config_new(config_path); - -#ifdef VINCENT_MAURY_RSVP + +// changed from patch by FRANK - forget RSVP // +//#ifdef VINCENT_MAURY_RSVP +#if 0 /* default qos parameters : rsvp on, rpc off */ lc->rsvp_enable = 1; lc->rpc_enable = 0; @@ -997,7 +1002,10 @@ g_free(msg); return; } -#ifdef VINCENT_MAURY_RSVP + +// changed from patch by FRANK - forget RSVP // +//#ifdef VINCENT_MAURY_RSVP +#if 0 /* tell exosip the qos settings according to default linphone parameters */ eXosip_set_rsvp_mode (lc->rsvp_enable); eXosip_set_rpc_mode (lc->rpc_enable); @@ -1217,7 +1225,9 @@ return TRUE; } -#ifdef VINCENT_MAURY_RSVP +// changed from patch by FRANK - forget RSVP // +//#ifdef VINCENT_MAURY_RSVP +#if 0 /* on=1 for RPC_ENABLE=1...*/ int linphone_core_set_rpc_mode(LinphoneCore *lc, int on) {