Release Summary for 4.0.41
  Changes to 4.0 after version 4.0.40
  * __KAZOO-5440__ As a user I want number tasks to cleverly use masquerade data so that I don&#039;t have to think about adding that data myself
  * __KAZOO-5431__ As a developer, I want the GET /phone_number/%phone_number% api to return the current carrier module assigned to that number, so that I can properly display that value to the end-user in the rename carrier popup
  * __KAZOO-5427__ Searching for a number on a disabled account doesn&#039;t return helpful data
  <table id='changeLog'>
  	<tr>
  		<th class='clName'>Name</th>
  		<th class='clReporter'>Reporter</th>
  		<th class='clSummary'>Summary</th>
  		<th class='clDescription'>Description</th>
  	<tr>
  	<tr>
  	    <td class='clName'>KAZOO-5440</td>
  	    <td class='clReporter'>Pierre Fenoll &lt;pfenoll@2600hz.com&gt;</td>
  	    <td class='clSummary'>As a user I want number tasks to cleverly use masquerade data so that I don&#039;t have to think about adding that data myself</td>
  	    <td class='clDescription'></td>
  	    </td>
      </tr>
  	<tr>
  	    <td class='clName'>KAZOO-5431</td>
  	    <td class='clReporter'>Jean-Roch Maitre &lt;jr@2600hz.com&gt;</td>
  	    <td class='clSummary'>As a developer, I want the GET /phone_number/%phone_number% api to return the current carrier module assigned to that number, so that I can properly display that value to the end-user in the rename carrier popup</td>
  	    <td class='clDescription'>We added a feature to change the carrier module set for a number, but we don&#039;t leak the field with the API. which means that when we open the popup to change the carrier module, we can not display which carrier module is currently being used by that number, which is slightly confusing.
  PS: please strip the knm_ prefix because it isn&#039;t required when we add it in the first place, so in order to remain consistent, it should just return the carrier name.
  example of a desired GET response:
  {
  	&quot;auth_token&quot;: &quot;xxxx&quot;,
  	&quot;data&quot;: {
  		&quot;_read_only&quot;: {
  			&quot;created&quot;: 63657601346,
  			&quot;features_available&quot;: [
  				&quot;carrier_name&quot;,
  				&quot;cnam&quot;,
  				&quot;e911&quot;,
  				&quot;force_outbound&quot;,
  				&quot;port&quot;,
  				&quot;prepend&quot;,
  				&quot;ringback&quot;
  			],
  			&quot;modified&quot;: 63657601346,
  			&quot;state&quot;: &quot;in_service&quot;,
  			&quot;carrier_module&quot;: &quot;bandwidth&quot;
  		},
  		&quot;id&quot;: &quot;+15556667785&quot;,
  		&quot;state&quot;: &quot;in_service&quot;
  	},
  }</td>
  	    </td>
      </tr>
  	<tr>
  	    <td class='clName'>KAZOO-5427</td>
  	    <td class='clReporter'>Jean-Roch Maitre &lt;jr@2600hz.com&gt;</td>
  	    <td class='clSummary'>Searching for a number on a disabled account doesn&#039;t return helpful data</td>
  	    <td class='clDescription'>If you search for a number (in number manager, using the identify API) and it belongs to a disabled account the following payload is sent:
  {&quot;data&quot;:&quot;account_disabled&quot;,&quot;error&quot;:&quot;400&quot;,&quot;message&quot;:&quot;client error&quot;,&quot;status&quot;:&quot;error&quot;,&quot;request_id&quot;:&quot;7c11021fdd22b25d53fa937c1caa9de1&quot;,&quot;auth_token&quot;:&quot;**REDACTED**&quot;}
  We should return the account_id where the number belongs to, so the UI can properly display it when they search for a number.
  This is needed for UI-2594</td>
  	    </td>
      </tr>
  </table>
  * Mark Magnusson/bitbashing [revert users schema change (#3506)](https://github.com/2600hz/kazoo/commit/dc8031a5528e41050a0816bd543d327bbbb41836)
  * Pierre Fenoll/bitbashing [qf-vmargs_4oh: remove ERL option that disables writting crash dumps (#3500)  * qf-vmargs: remove ERL option that disables writting crash dumps    * qf-vmargs: make sure crash dumps get written](https://github.com/2600hz/kazoo/commit/20dbb50af7ceede368f1801c55585e29530f8582)
  * Pierre Fenoll/icehess [qf-ladder_4oh: fix dialogue reordering (#3483)  * qf-ladder_4oh: fix dialogue reordering    Conflicts:  	applications/call_inspector/src/analyzers/ci_analysis.erl  	applications/call_inspector/src/analyzers/ci_analyzers.erl  	applications/call_inspector/src/analyzers/ci_analyzers_sup.erl  	applications/call_inspector/src/call_inspector_app.erl  	applications/call_inspector/src/call_inspector_maintenance.erl  	applications/call_inspector/src/call_inspector_sup.erl  	applications/call_inspector/src/ci_datastore.erl  	applications/call_inspector/src/ci_filter_req.erl  	applications/call_inspector/src/ci_lookup_req.erl  	applications/call_inspector/src/kapi_inspector.erl  	applications/call_inspector/src/parsers/ci_chunk.erl  	applications/call_inspector/src/parsers/ci_parser_freeswitch.erl  	applications/call_inspector/src/parsers/ci_parser_hep.erl  	applications/call_inspector/src/parsers/ci_parser_kamailio.erl  	applications/call_inspector/src/parsers/ci_parsers_sup.erl  	applications/call_inspector/src/parsers/ci_parsers_util.erl  	applications/call_inspector/test/ci_chunk_test.erl    * qf-ladder_4oh: rename things to kz_util    * qf-ladder: set startup    * qf-ladder: enable &amp; fix federation    * qf-ladder: no magic :-(    Conflicts:  	applications/call_inspector/src/parsers/ci_parsers_util.erl](https://github.com/2600hz/kazoo/commit/c45e1aa61ee3e20307bae23df3c9f314738b9203)
 -- 2600Hz Offical <packages@2600hz.com>  Wed, 29 Mar 2017 19:43:05 +0000
