Details
-
Type:
New Feature
-
Status: Done
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Description
I installed the ASTPP v3.6 and freeswitch together. I have a another sip server which connects the PSTN gateway.
Previously, I can set in default.xml in conf folder.
<extension name="demo">
<condition field="destination_number" expression="^(.*)$">
<action application="bridge" data="sofia/external/sip:$1@<another sip server:port>"/>
</condition>
</extension>
Above is work.
After installation of ASTPP, the default.xml disappear, just have astpp.xml which includes empty content.
Does ASTPP web can make the external call ?