Hello Folks
does msilo support picture, audio and video?
regards sscc?
-- Sent from: http://sip-router.1086192.n5.nabble.com/Users-f3.html
Hello,
On 06.11.17 08:55, sscc wrote:
Hello Folks
does msilo support picture, audio and video?
I haven't used it with large binary blobs, not sure how tat copes with SIP clients. But if you have the body encoded in text (e.g., base 64), then it should just work. If you work with binary bodies for SIP MESSAGES, it may still work, haven't tried myself, but should be easy to fix if there are any issues.
On the other hand, have in mind that each media file has to be sent in a single SIP request, or if sent over many, the client have to do the split and merge, Kamailio stores one record for each SIP request received and will send out same number of requests when the target becomes online.
Cheers, Daniel
Thank you Daniel
today i test msilo with pictures and videos.
first in declare following paraMETER
modparam("msilo", "content_type_hdr", "Content-Type:image/jpg\r\n") modparam("msilo", "content_type_hdr", "Content-Type:image/jpeg\r\n") modparam("msilo", "content_type_hdr", "Content-Type:image/gif\r\n") modparam("msilo", "content_type_hdr", "Content-Type:video/mp4\r\n") modparam("msilo", "content_type_hdr", "Content-Type:mpeg-4/mp4\r\n")
it successfully store picture and video with 202 status , i also verified that in siremis silo table . it also successfully dump message the moment user comes on line but receiver didn't receive the off-line message. what may I be the missing?
screen-shorts are attached for reference.
regards
sscc
http://sip-router.1086192.n5.nabble.com/file/t6433/42.png http://sip-router.1086192.n5.nabble.com/file/t6433/01.png
-- Sent from: http://sip-router.1086192.n5.nabble.com/Users-f3.html
Hello,
On 06.11.17 10:48, sscc wrote:
Thank you Daniel
today i test msilo with pictures and videos.
first in declare following paraMETER
modparam("msilo", "content_type_hdr", "Content-Type:image/jpg\r\n") modparam("msilo", "content_type_hdr", "Content-Type:image/jpeg\r\n") modparam("msilo", "content_type_hdr", "Content-Type:image/gif\r\n") modparam("msilo", "content_type_hdr", "Content-Type:video/mp4\r\n") modparam("msilo", "content_type_hdr", "Content-Type:mpeg-4/mp4\r\n")
it successfully store picture and video with 202 status , i also verified that in siremis silo table . it also successfully dump message the moment user comes on line but receiver didn't receive the off-line message. what may I be the missing?
can you capture the traffic with ngrep:
ngrep -d any -qt -W byline "sip" port 5060
and see where they are sent?
You can replace sensitive info (phone numbers, ips) and sent the ngrep output here on the mailing list to see what happens...
Cheers, Daniel
Thank you Daniel
attached are the messages traces as directed by you. first one is normal trace when both users are on-line and i send a picture from test1 to test2. second file is when test 2 is off line and server store off-line message and third one is when user comes on-line and server dump message to test2. test2 is unable to receive off-line message.
regards
sscc
message_send_trace_normal.message_send_trace_normal http://sip-router.1086192.n5.nabble.com/file/t6433/message_send_trace_normal.message_send_trace_normal message_send_trace_202.message_send_trace_202 http://sip-router.1086192.n5.nabble.com/file/t6433/message_send_trace_202.message_send_trace_202 message_send_trace_after_202.message_send_trace_after_202 http://sip-router.1086192.n5.nabble.com/file/t6433/message_send_trace_after_202.message_send_trace_after_202
-- Sent from: http://sip-router.1086192.n5.nabble.com/Users-f3.html