Hey,
I have a SIP doorstation, when i’m doing an 1-1 call, when i answer the call, and press # during a call, it opens the door (dtmf signal)
Now i want to use a Confbridge, when now the doorstation calls, when i enter as a softphone user the conference, pressing # doesnt do anything…
I think i need to send the # signal specific to that user, is that possible?
If not, i can also send webhook to the door, it seems confbridge has some user menu’s, is there something i can do like, when during confbridge, if i press like #1 , so that a i send a webhook/curl command? I had a look at the user menu actions, are those all predefined actions? can i create a new action, so i can send something like this maybe?
same => n,Set(CURL_RESULT=${SHELL(curl -X POST -H "Content-Type: application/json" http://webhook....})
thnx in advance