Search found 4 matches

by bent
Sat Aug 22, 2009 6:12 pm
Forum: magicJack Tips and Tricks
Topic: Magicjack Patch for Asterisk(updated)
Replies: 135
Views: 122534

I am stuck at the compiling part now. I went up a directory and ran "make all 2>&1|tee /tmp/make.all", but get the following response:
make: *** No rule to make target `all'. Stop.
Try simple "make".

I'm not familar with * code, so whatever Smile Anyway, is there any side effect by adding the ...
by bent
Sat Aug 22, 2009 5:00 pm
Forum: magicJack Tips and Tricks
Topic: Magicjack Patch for Asterisk(updated)
Replies: 135
Views: 122534



First part is necessary or you'll see "Got 200 OK on REGISTER that isn't a register" warning message in log -- basically, server accepts our new md5 hash and return "200 OK" but Asterisk still checks the value against old routine thus thinks the return value is wrong.


About message "Got 200 ...
by bent
Sat Aug 22, 2009 2:53 pm
Forum: magicJack Tips and Tricks
Topic: Magicjack Patch for Asterisk(updated)
Replies: 135
Views: 122534

Hi!
To pagemen
I think the first part of patch (check_auth) is not need, it's used only for incoming authentications with your peers.
And there is a little bug in code: variable newnonce is longer than necessary, it's need cut :)


for (i = 0; i < 8; i++) {
hex[0] = newnonce[i];
int x = strtol ...
by bent
Mon Aug 17, 2009 7:20 pm
Forum: magicJack Tips and Tricks
Topic: Magicjack Patch for Asterisk(updated)
Replies: 135
Views: 122534

Hi!
Try this patch on 1.4.21.1.
Successful registered and got incoming calls, but still unauthorized on outgoing...

register => EXXXXXXXXXX01:[email protected]:5070/EXXXXXXXXXX01

What's wrong?