[Freeswitch-docs] Provider equada GmbH
Oliver Jörg
oliver.joerg at equada.de
Fri Jan 29 11:37:00 MSK 2016
Hi,
We are a german SIP provider and would like to be published in your "Providers ITSPs" section.
Hereafter you can find the needed settings for registering and suggestions for inbound and outbound rules. The userspecific values are colored in orange.
If you need any further inforamtion, please do not hesitate to contact us.
Thanks in advance.
Heading: equada (DE)
equada.xml
(File in /etc/freeswitch/sip_profiles/external")
<include>
<gateway name="equada-trunk">
<param name="username" value="SIP-Account"/>
<param name="realm" value="SIP-Domain/Realm"/>
<param name="password" value="SIP-Password"/>
<param name="outbound-proxy" value="trunking.pbx-network.de"/>
<param name="register-proxy" value="trunking.pbx-network.de"/>
<param name="expire-seconds" value="800"/>
<param name="register" value="true"/>
<param name="retry-seconds" value="20"/>
<param name="ping" value="10"/>
<param name="context" value="public"/>
</gateway>
</include>
equada-outbound.xml
(File in "/etc/freeswitch/dialplan/default)
<include>
<extension name="equada-outbound">
<condition field="destination_number" expression="(\d+)$">
<action application="set" data="effective_caller_id_number=${outbound_caller_id_number}"/>
<action application="set" data="sip_h_P-Preferred-Identity=sip:${outbound_caller_id_number}@pbx-network.de"/>
<action application="bridge" data="{sip_cid_type=pid}sofia/gateway/equada-trunk/$1"/>
</condition>
</extension>
</include>
00_inbound_did.xml
(File in /etc/freeswitch/dialplan/public)
<include>
<extension name="public_did">
<condition field="destination_number" expression="number">
<action application="set" data="domain_name=$${domain}"/>
<action application="answer"/>
<action application="playback" data="/usr/share/freeswitch/sounds/en/us/callie/misc/48000/misc-your_call_has_been_terminated.wav"/>
</condition>
</extension>
</include>
Best regards,
Oliver Jörg
equada GmbH
equada GmbH, Am neuen Berg 3, 63755 Alzenau
Internet: www.equada.de<http://www.equada.de/> * Email: info at equada.de<mailto:info at equada.de>
Geschäftsführer: Lorenz Barth, Bernd Büdenbender Eingetragen unter HRB10130 beim AG Aschaffenburg
USt-ID: DE256347886
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-docs/attachments/20160129/c9532223/attachment-0001.html
Join us at ClueCon 2014 Aug 4-7, 2014
More information about the Freeswitch-docs
mailing list