cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
342
Views
2
Helpful
2
Replies

make call gadget

jdickinson
Level 5
Level 5

I didn't see a hangup function.

Is there a way to hangup a call that was made?

1 Accepted Solution

Accepted Solutions

Ok, figured this one out. It's DROP using a PUT and the dialogId...

d = "<Dialog>"+

  "<requestedAction>DROP</requestedAction>" +

  "<targetMediaAddress>"+extension+"</targetMediaAddress>" +

  "</Dialog>"

View solution in original post

2 Replies 2

dekwan
Cisco Employee
Cisco Employee

Hi,

Hang up is a request action of DROPPED: JsDoc Reference - finesse.restservices.Dialog

Thanx,

Denise

Ok, figured this one out. It's DROP using a PUT and the dialogId...

d = "<Dialog>"+

  "<requestedAction>DROP</requestedAction>" +

  "<targetMediaAddress>"+extension+"</targetMediaAddress>" +

  "</Dialog>"