Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send sip simple message fails #129

Closed
rtreleaven opened this issue Oct 4, 2017 · 4 comments
Closed

send sip simple message fails #129

rtreleaven opened this issue Oct 4, 2017 · 4 comments

Comments

@rtreleaven
Copy link

Linphone Android 3.2.8
Linphone Core 3.12.0-199-gddd080522

to reproduce

  • tap chat button
  • select correspondent
  • type a message "test 1"
  • tap send button

observed results

  • text is not sent, nothing happens

expected results

  • text is send to correspondent
@DatBewar
Copy link
Contributor

DatBewar commented Oct 4, 2017

Hello,
I don't have any problem with chat on master.

@rtreleaven
Copy link
Author

rtreleaven commented Oct 4, 2017

I'm not using sip.linphone.org maybe that is the difference.

I have with 3 android linphone devices

1 nexus 6 running and 1 samsung tablet running

Linphone Android 3.2.8
Linphone Core 3.12.0-199-gddd080522

1 nexus 5 running
Linphone Android 3.2.7
Linphone Core 3.11.1-242-g9782bd388

the nexus 6 and the tablet both fail
the nexus 5 works as expected.

I will investigate further tomorrow

@rtreleaven
Copy link
Author

My b2bua is also dropping messages that meet this critera so that I don't send empty messages to ua's that don't support these types.

my $type = $message->getHeader('type');
if ($type =~ m/(application/im|message/imdn)/i) {
my_misc::fs_log("content-type='$type'");
my_misc::fs_log('---end of chatplan.pl---');
return(1);
}

@rtreleaven
Copy link
Author

verified fixed in
Linphone Android 3.2.8
Linphone Core 3.12.0-222-g145b05ee8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants