Displaying 1 result from an estimated 1 matches for "newnonc".
Did you mean:
newnonce
2010 Sep 01
2
* and mj
...(resp, sizeof(resp), "%s:%s:%s", a1_hash, usednonce,
a2_hash);
ast_md5_hash(resp_hash, resp);
+
+
+ /* To a Magicjack domain */
+ if (strstr(uri,"talk4free.com"))
+ {
+ char callid[256];
+ char newnonce[256];
+ char *c;
+ int i;
+ ast_copy_string(callid, p->callid, sizeof(callid));
+ ast_copy_string(newnonce, p->nonce, sizeof(newnonce));
+
+ strcat(newnonce, "_");
+ c = newnonce + strlen(new...