Skip to content

NethCTI: Click2call not working on Yealink T33G with firmware 124.87.0.15 #7749

@viktec

Description

@viktec

Steps to reproduce

  1. Configure a Yealink T33G with firmware 124.87.0.15 as a desk phone for NethLink.

  2. Attempt a Click2Call action from the NethLink desktop client.

  3. Observe the system behavior and logs.


Expected behavior

The Click2Call request should successfully trigger an outbound call on the Yealink T33G.


Actual behavior

  • The call is not triggered.

  • Windows shows a notification badge.

  • NethLink logs display an error such as:

    [backendpage*] ERROR {}
    
  • Click2Call fails because firmware 124.87.0.15 disables HTTP access by default, allowing only HTTPS.

  • The current phone URL configuration uses an HTTP endpoint, which the device no longer accepts.

  • Example of the required working HTTPS URL format:

  • Example

    curl -v -X GET https://$PHONE_USER:$PHONE_PASS@$PHONE_IP/servlet?key=number=$NUMBER&outgoing_uri=$ACCOUNT@$SERVER
    

Metadata

Metadata

Labels

nethvoiceBug or features releted to the NethVoice projectnethvoice-ctiThe issue is related to NethLink (NethVoice Web client)

Type

Projects

Status

In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions