]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Mitel interop, thanks mitel for your assistance. (MODSOFIA-15)
authorBrian West <brian@freeswitch.org>
Thu, 23 Jul 2009 17:48:36 +0000 (17:48 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 23 Jul 2009 17:48:36 +0000 (17:48 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14332 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_reg.c

index ae50493fc8e999cccced2b290109442734b069ea..f0473ac304564c946b2c0a519ffc73110ddb1e5e 100644 (file)
@@ -1905,9 +1905,9 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile,
        }
 
        if (nc && cnonce && qop) {
-               input2 = switch_mprintf("%q:%q:%q:%q:%q:%q", a1_hash, nonce, nc, cnonce, qop, uridigest);
+               input2 = switch_mprintf("%s:%s:%s:%s:%s:%s", a1_hash, nonce, nc, cnonce, qop, uridigest);
        } else {
-               input2 = switch_mprintf("%q:%q:%q", a1_hash, nonce, uridigest);
+               input2 = switch_mprintf("%s:%s:%s", a1_hash, nonce, uridigest);
        }
 
        switch_assert(input2);