02-26-2015 05:25 PM - edited 03-19-2019 09:15 AM
Is it possible to configure the "Enable Single Number Reach" setting via AXL? I can't seem to find any reference to it in the AXL API. Is there another API that I can use for this?
02-26-2015 11:49 PM
You can configure up SNR if you use the SQL interface and manually build all the table entries. It's not too painful....
GTG
02-27-2015 06:44 AM
Thanks! I did notice that I can successfully update that column in the remotedestinationdynamic table... I was just hoping there might be a more abstracted interface for doing it, because I don't know all the business rules around it.
Do you know of any resources that describe what table entries need to be manually built?
06-03-2015 03:39 AM
Could you provide the exact sql whit what you updated the enablesinglenumberreach? I have problems with setting it to a boolean value. Thanks :)
06-03-2015 04:02 AM
I found the right syntax. The problem is that the default value "TRUE" confused me. It takes values 't' and 'f'. The whole update syntax:
Update remotedestinationdynamic SET enablesinglenumberreach='t' where destination='123123123'
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide