]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 6 Oct 2010 16:07:41 +0000 (11:07 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 6 Oct 2010 16:07:41 +0000 (11:07 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.c

index 4cb59704c17598988aee14782a726c9f24d52ee0..5bc1b4e8a239d1eaef71101f96d65b51f53ba203 100644 (file)
@@ -249,13 +249,10 @@ char *generate_pai_str(private_object_t *tech_pvt)
        const char *var, *header, *ua = switch_channel_get_variable(tech_pvt->channel, "sip_user_agent");
        char *pai = NULL;
 
-       printf("WTF %s %d\n", tech_pvt->profile->name, sofia_test_pflag(tech_pvt->profile, PFLAG_PASS_CALLEE_ID));
-
        if (!sofia_test_pflag(tech_pvt->profile, PFLAG_PASS_CALLEE_ID) || !sofia_test_pflag(tech_pvt->profile, PFLAG_CID_IN_1XX) ||
                ((var = switch_channel_get_variable(tech_pvt->channel, "sip_cid_in_1xx")) && switch_false(var))) {
                return NULL;
        }
-       printf("BOOL FUCKEDUP\n");
 
        if (zstr((callee_name = switch_channel_get_variable(tech_pvt->channel, "effective_callee_id_name"))) &&
                zstr((callee_name = switch_channel_get_variable(tech_pvt->channel, "sip_callee_id_name")))) {