Freepbx single inbound route and multiple did

Hi there,

if anyone wants to configure freepbx single inbound route and multiple did do the following,
add your did in contact manager in external section,
create a single inbound route and dynamic route and add the config as below in screenshot,

SELECT cen.number FROM contactmanager_entry_numbers cen WHERE cen.stripped = SUBSTRING_INDEX(SUBSTRING_INDEX(’${CALLERID(all)}’, ‘>’, 1), ‘<’, -1) LIMIT 1

add your desired db credentials i have added the default one on local premise installation,
add your matching numbers once done save and here you go,
single inbound route for multipe did,
just add the number in contact manager and everytime you won’t have to create a inbound route.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.