Skip to content

Commit

Permalink
added phone inbound channels to phone numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
romulogarofalo committed Apr 17, 2020
1 parent ee083cb commit 05088c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/resources/PhoneNumbers.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = require('../TelnyxResource').extend({

nestedResources: {
Messaging: require('./PhoneNumbersMessaging'),
Voice: require('./PhoneNumbersVoice')
Voice: require('./PhoneNumbersVoice'),
Inbound: require('./PhoneNumbersInboundChannels'),
},

retrieveVoiceSettings: telnyxMethod({
Expand Down

0 comments on commit 05088c0

Please sign in to comment.