Asterisk features(transfer, parking etc) for REST api originated call

Hi,

I am building a ARI based application, where I originate calls and bridge them through Asterisk REST api. In dialplan application ‘Dial’ I could provide an option for a specific feature e.g K/k for callparking. How do i enable these options for ARI originated calls?

Thanks.

These features are not available inside of ARI. Its ability to bridge is pretty much strictly just for joining things together. To do call parking or DTMF based transfers you would need to implement them yourself in ARI. React based on the DTMF and write logic which does what is needed.

1 Like