ari: User better nicknames for ARI operations
While working on building client libraries from the Swagger API, I noticed a problem with the nicknames. channel.deleteChannel() channel.answerChannel() channel.muteChannel() Etc. We put the object name in the nickname (since we were generating C code), but it makes OO generators redundant. This patch makes the nicknames more OO friendly. This resulted in a lot of name changing within the res_ari_*.so modules, but not much else. There were a couple of other fixed I made in the process. * When reversible operations (POST /hold, POST /unhold) were made more RESTful (POST /hold, DELETE /unhold), the path for the second operation was left in the API declaration. This worked, but really the two operations should have been on the same API. * The POST /unmute operation had still not been REST-ified. Review: https://reviewboard.asterisk.org/r/2940/ ........ Merged revisions 402528 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@402529 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- res/ari/resource_applications.c 8 additions, 8 deletionsres/ari/resource_applications.c
- res/ari/resource_applications.h 12 additions, 12 deletionsres/ari/resource_applications.h
- res/ari/resource_asterisk.c 8 additions, 4 deletionsres/ari/resource_asterisk.c
- res/ari/resource_asterisk.h 9 additions, 9 deletionsres/ari/resource_asterisk.h
- res/ari/resource_bridges.c 30 additions, 10 deletionsres/ari/resource_bridges.c
- res/ari/resource_bridges.h 31 additions, 31 deletionsres/ari/resource_bridges.h
- res/ari/resource_channels.c 51 additions, 33 deletionsres/ari/resource_channels.c
- res/ari/resource_channels.h 54 additions, 54 deletionsres/ari/resource_channels.h
- res/ari/resource_endpoints.c 6 additions, 6 deletionsres/ari/resource_endpoints.c
- res/ari/resource_endpoints.h 9 additions, 9 deletionsres/ari/resource_endpoints.h
- res/ari/resource_events.c 2 additions, 2 deletionsres/ari/resource_events.c
- res/ari/resource_events.h 3 additions, 3 deletionsres/ari/resource_events.h
- res/ari/resource_playback.c 6 additions, 6 deletionsres/ari/resource_playback.c
- res/ari/resource_playback.h 9 additions, 9 deletionsres/ari/resource_playback.h
- res/ari/resource_recordings.c 20 additions, 20 deletionsres/ari/resource_recordings.c
- res/ari/resource_recordings.h 30 additions, 30 deletionsres/ari/resource_recordings.h
- res/ari/resource_sounds.c 9 additions, 4 deletionsres/ari/resource_sounds.c
- res/ari/resource_sounds.h 6 additions, 6 deletionsres/ari/resource_sounds.h
- res/res_ari_applications.c 16 additions, 16 deletionsres/res_ari_applications.c
- res/res_ari_asterisk.c 12 additions, 12 deletionsres/res_ari_asterisk.c
Loading
Please register or sign in to comment