asterisk/res/ari
David M. Lee 7d0d1a1efb 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
2013-11-07 21:10:31 +00:00
..
ari_model_validators.c ARI recordings: Issue HTTP failures for recording requests with file conflicts 2013-10-25 21:28:32 +00:00
ari_model_validators.h ARI recordings: Issue HTTP failures for recording requests with file conflicts 2013-10-25 21:28:32 +00:00
ari_websockets.c optional_api: Fix linking problems between modules that export global symbols 2013-08-30 13:40:27 +00:00
cli.c Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
config.c Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
internal.h optional_api: Fix linking problems between modules that export global symbols 2013-08-30 13:40:27 +00:00
resource_applications.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_applications.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_asterisk.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_asterisk.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_bridges.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_bridges.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_channels.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_channels.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_endpoints.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_endpoints.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_events.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_events.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_playback.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_playback.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_recordings.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_recordings.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_sounds.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_sounds.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00