BelledonneCommunications / linphone-desktop

Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of git://git.linphone.org/linphone-desktop.git
https://linphone.org/
GNU General Public License v3.0
408 stars 207 forks source link

Asterisk message boxes do not appear in the program #718

Closed Telets35 closed 1 year ago

Telets35 commented 1 year ago

Asterisk message boxes do not appear in the program.Tried in from version 4.2 to 5.0.0 Asterisk send message: same => n,MessageSend(sip:100,test_test_test)

Linphone does not see it at all and does not display it. In older versions (flatpack) everything worked.

Telets35 commented 1 year ago

Start ./Linphone-5.0.1-pre.1+8df33fc5.AppImage -V. When sending a test_test_test message from asterisk, linphone sees it, but no message box appears on the screen. Here is the output of receiving a message: [08:23:55:341][Info]Core:linphone: channel [0x2104920]: received [454] new bytes from [UDP://192.168.3.18:5060]: MESSAGE sip:100@192.168.3.14;transport=udp SIP/2.0 Via: SIP/2.0/UDP 192.168.3.18:5060;branch=z9hG4bK3023b82a;rport Max-Forwards: 70 From: "ОАСУ т273" sip:273@192.168.3.18;tag=as6d30c0b5 To: sip:100@192.168.3.14;transport=udp Contact: sip:273@192.168.3.18:5060 Call-ID: 2c36e5b74000a2626604d9ec2b1b9c49@127.0.1.1:5060 CSeq: 102 MESSAGE User-Agent: CHMKVoip Content-Type: text/plain;charset=UTF-8 Content-Length: 16

"test_test_test" [08:23:55:345][Info]Core:linphone: channel [0x2104920] [438] bytes parsed [08:23:55:345][Info]Core:linphone: channel [0x2104920] read [16] bytes of body from [192.168.3.18:5060] [08:23:55:346][Info]Core:linphone: Changing [server] [MESSAGE] transaction [0x3455ee0], from state [INIT] to [TRYING] [08:23:55:347][Info]Core:linphone: [LIME] this chatroom is not encrypted, no need to decrypt incoming message [08:23:55:347][Info]Core:linphone: Chat message 0x369d080 of chat room ConferenceId(peer=IdentityAddress(sip:273@192.168.3.18), local=IdentityAddress(sip:100@192.168.3.14;transport=udp)) : moving from Idle to Delivered [08:23:55:348][Info]Core:linphone: MainDb::addEvent() of type ConferenceChatMessage (value 5) [08:23:55:367][Info]Core:linphone: Linphone core [0x125c740] notified [is_composing_received] [08:23:55:367][Info]Core:linphone: Changing [server] [MESSAGE] transaction [0x3455ee0], from state [TRYING] to [COMPLETED] [08:23:55:367][Info]Core:linphone: channel [0x2104920]: message sent to [UDP://192.168.3.18:5060], size: [276] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.3.18:5060;branch=z9hG4bK3023b82a;rport From: "ОАСУ т273" sip:273@192.168.3.18;tag=as6d30c0b5 To: sip:100@192.168.3.14;transport=udp;tag=Eh7cJeB Call-ID: 2c36e5b74000a2626604d9ec2b1b9c49@127.0.1.1:5060 CSeq: 102 MESSAGE

[08:23:55:367][Info]Core:linphone: Destroying op [0x2d195f0] of type [SalOpMessage] [08:23:56:381][Info]Core:linphone: Linphone core [0x125c740] notified [messages_received] [08:23:56:381][Info]Core:linphone: No matching proxy config found, will wait to send pending IMDNs

Telets35 commented 1 year ago

Thank you. In version 5.0.2, notifications began to appear.

I also ask you to increase the width of the notification window, otherwise the whole text does not fit - in total 16 characters of the contact name are displayed. image

Telets35 commented 1 year ago

No history (log) on ​​messages and calls. If you click on the upper left corner of the notification window (picture in the previous comment), you can see the entire history.

image

Telets35 commented 1 year ago

I need only part of the functionality of the linphone program. Only receiving messages from asterisk, notification mode, contacts and message history. And audio and video calls are not needed.

It would be ideal to make only such a separate program (Linphone message). It will be very useful for administrators and telephone operators.

julonexus commented 1 year ago

Hi

Special needs are usually done on rebranding applications or for implementing specific features. You can request it from the contact form at https://www.linphone.org/contact

Regards