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