The question is – is there any way to transfer files using my sip provider – I’d like to make an android application – sip client with the only function to send files.
You enter your sip account information, number to deal and choose the file to send. You deal your friend, he answers and file transfer begins. The files can be any format.
I read a lot of information but didn’t find the way to do the project. Any ideas?
The question is – is there any way to transfer files using my sip
Share
You probably should have went with jabber instead of SIP.
Anyway, there must be a way to negotiate a file transfer in SDP.
Google is my friend:
https://datatracker.ietf.org/doc/html/draft-ietf-mmusic-file-transfer-mech-11
If I had to do it, I’d involve a server to upload to, and just pass the URL and encryption key in SIP.