yumm007 / C

1 stars 1 forks source link

RTP for minisip #1

Open saravanandhandapani opened 11 years ago

saravanandhandapani commented 11 years ago

Do you have rtp implementation for minisip? if not please tell how to integrate RTP?

yumm007 commented 11 years ago

Thank you for your attention, this is demo version and i have not development plan for it. Below link is wiki about RTP: http://en.wikipedia.org/wiki/Real-time_Transport_Protocol, i hope it can give some help for you.

saravanandhandapani commented 11 years ago

ok let me try by myself. In your source "sip-call.c" file you have implemented osip, using that i can able to sent register request then i got 401 unauthorized. but after that i dont know how to send reply for 401 with password(i.e MD5) can you tell me how to do that?

yumm007 commented 11 years ago

Below link is something about the MD5 for sip register: http://alexkr.com/memos/66/digest-authorization-in-sip-with-md5/. you can use wireshark analysis the register follow different bettwen sip-call and other standard sip cleint(ie. linphone).

yumm007 commented 11 years ago

Below link is something about the MD5 for sip register: http://alexkr.com/memos/66/digest-authorization-in-sip-with-md5/. you can use wireshark analysis the register follow different bettwen sip-call and other standard sip cleint(ie. linphone).

2013/4/12 saravanandhandapani notifications@github.com

ok let me try by myself. In your source "sip-call.c" file you have implemented osip, using that i can able to sent register request then i got 401 unauthorized. but after that i dont know how to send reply for 401 with password(i.e MD5) can you tell me how to do that?

— Reply to this email directly or view it on GitHubhttps://github.com/yumm007/C/issues/1#issuecomment-16293987 .