]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ari: Allow variables to be set on channel create.
authorJoshua C. Colp <jcolp@sangoma.com>
Tue, 12 May 2020 23:15:41 +0000 (20:15 -0300)
committerJoshua Colp <jcolp@sangoma.com>
Mon, 18 May 2020 15:50:43 +0000 (10:50 -0500)
commited75fd14a3874f2f10994b76907fab20fdcc2538
tree42d0f1c2f58e2bd37164902e084af82a83b92403
parent110d56345297dc70fa5d4e24f0018902d32091d5
ari: Allow variables to be set on channel create.

This change adds the same variable functionality that
is available for originating a channel to the create
call. Now when creating a channel you can specify
dialplan variables to set instead of having to do another
API call.

ASTERISK-28896

Change-Id: If13997ba818136d7c070585504fc4164378aa992
doc/CHANGES-staging/ari_create_with_variables.txt [new file with mode: 0644]
res/ari/resource_channels.c
res/ari/resource_channels.h
res/res_ari_channels.c
rest-api/api-docs/channels.json