<?php

return [


    'dest_type' => [
        '0' => 'IVR',
        '1' => 'Extension',
        '2' => 'Voicemail',
        '4' => 'DID',
        '5' => 'Conferencing',
        '6' => 'Fax',
        '7' => 'MCA',
        '8' => 'Ring-Group',
        '9' => 'Queue',
    ],

];
