Hi.
I have freeswitch installed on a VPS. It's working for internal calls (I can call extension 1001 from 1002 etc. from Zoiper), but I cannot receive incoming calls from DIDs with Anveo. I am trying to avoid using FusionPBX or other built-in solution as I don't need the bells and whistles. I just need a barebones solution like Freeswitch.
I can see in fs_CLI the incoming calls being routed from AnveoDirect to freeswitch box, but the incoming calling rings busy.
Incoming calls ring busy on the calling phone.
I've only altered (created a public dial plan with the following)
conf/dialplan/public/01_DID.xml
<include> <extension name="public\_did"> <condition field="destination\_number" expression="\^\\+?1?(7165551212 )$"> (where 7165551212 is my actual DID with Anveo)<action application="set" data="domain\_name=$${domain}"/> <action application="transfer" data="1000 XML default"/> </condition> </extension> </include>
↧