asterisk/res/ari
Mark Michelson c63316eec1 res_http_websocket: Debug write lengths.
Commit 39cc28f6ea attempted to fix a
test failure observed on 32 bit test agents by ensuring that a cast from
a 32 bit unsigned integer to a 64 bit unsigned integer was happening in
a predictable place. As it turns out, this did not cause test runs to
succeed.

This commit adds several redundant debug messages that print the payload
lengths of websocket frames. The idea here is that this commit will not
cause tests to succeed for the faulty test agent, but we might deduce
where the fault lies more easily this way by observing at what point the
expected value (537) changes to some ungangly huge number.

If you are wondering why something like this is being committed to the
branch, keep in mind that in commit
39cc28f6ea I noted that the observed test
failures only happen when automated tests are run. Attempts to run the
tests by hand manually on the test agent result in the tests passing.

Change-Id: I14a65c19d8af40dadcdbd52348de3b0016e1ae8d
2015-08-04 10:19:36 -05:00
..
ari_model_validators.c ARI: Rotate log channels. 2015-07-31 11:46:08 -05:00
ari_model_validators.h ARI: Rotate log channels. 2015-07-31 11:46:08 -05:00
ari_websockets.c res_http_websocket: Debug write lengths. 2015-08-04 10:19:36 -05:00
cli.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
config.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
internal.h res_http_websocket: Close websocket correctly and use careful fwrite 2014-06-26 12:21:14 +00:00
resource_applications.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
resource_applications.h ARI: Fix endpoint/channel subscription issues; allow for subscriptions to tech 2014-07-22 16:20:58 +00:00
resource_asterisk.c ARI: Rotate log channels. 2015-07-31 11:46:08 -05:00
resource_asterisk.h ARI: Rotate log channels. 2015-07-31 11:46:08 -05:00
resource_bridges.c res_ari_bridges: Add missing dependencies. 2015-05-05 09:53:18 -05:00
resource_bridges.h ARI: Improve wiki documentation 2015-01-27 17:21:03 +00:00
resource_channels.c ARI: Fix missing dependencies. 2015-04-29 07:46:44 -04:00
resource_channels.h ARI/PJSIP: Add the ability to redirect (transfer) a channel in a Stasis app 2015-02-12 20:34:37 +00:00
resource_device_states.c res_ari_device_states: Fix dependency on res_stasis_device_state. 2015-04-30 13:44:57 -05:00
resource_device_states.h ARI: Remove unnecessary \briefs from automatically generated documentation 2014-07-02 21:13:46 +00:00
resource_endpoints.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
resource_endpoints.h Multiple revisions 420089-420090,420097 2014-08-05 21:44:09 +00:00
resource_events.c ARI: Channels added to Stasis application during WebSocket creation ... 2015-07-31 11:28:10 -05:00
resource_events.h ARI: Channels added to Stasis application during WebSocket creation ... 2015-07-31 11:28:10 -05:00
resource_mailboxes.c ARI: Fix missing dependencies. 2015-04-29 07:46:44 -04:00
resource_mailboxes.h ARI: Remove unnecessary \briefs from automatically generated documentation 2014-07-02 21:13:46 +00:00
resource_playbacks.c ARI: Fix missing dependencies. 2015-04-29 07:46:44 -04:00
resource_playbacks.h ARI: Remove unnecessary \briefs from automatically generated documentation 2014-07-02 21:13:46 +00:00
resource_recordings.c ARI: Fix missing dependencies. 2015-04-29 07:46:44 -04:00
resource_recordings.h ari: Add a copy operation for stored recordings 2014-07-18 21:48:46 +00:00
resource_sounds.c git migration: Refactor the ASTERISK_FILE_VERSION macro 2015-04-13 03:48:57 -04:00
resource_sounds.h ARI: Remove unnecessary \briefs from automatically generated documentation 2014-07-02 21:13:46 +00:00