]> 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>
Fri, 15 May 2020 11:41:37 +0000 (06:41 -0500)
commitace1000ff3d5cefc4f70772bf3edff86e03eec02
treeadf4ca654868eba9ad013d0980c0a7653b4ff727
parente0c6e1b71bbbd05fc6fc245b4236d1d7f3f9cb91
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