voiceip / tinyphone

Minimalist Windows / OSx / Linux SIP Softphone with API Control
GNU General Public License v3.0
114 stars 36 forks source link

Sending # via dtmf #59

Closed fidelitas1894 closed 2 years ago

fidelitas1894 commented 2 years ago

Hey there maybe iam blind, but is it possible to send a # via dtmf? i tried it and there is an 404 Error.

I really need to send a # tho

{{host}}:6060/calls/1/dtmf/1 - works {{host}}:6060/calls/1/dtmf/# - doesnt

kingster commented 2 years ago

# is a special url character, have you tried escaping it and sending the escaped value?

fidelitas1894 commented 2 years ago

i've tried to send {{host}}:6060/calls/1/dtmf/%23

{{host}}:6060/calls/1/dtmf/A {{host}}:6060/calls/1/dtmf/B {{host}}:6060/calls/1/dtmf/C {{host}}:6060/calls/1/dtmf/D {{host}}:6060/calls/1/dtmf/*

all are working, but i cant get a "#" to play

€ %2523 not working either

kingster commented 2 years ago

Hi @fidelitas1894

Can you install this version, and try with {{host}}:6060/calls/1/dtmf/%23 ?

fidelitas1894 commented 2 years ago

Hi @kingster

The new version works like a charm!

Thanks for taking care of the problem that fast! and sorry for the inconvenience.

kingster commented 2 years ago

No worries at all! Thanks for the confirmation.