FusionPBX Welltech M4 GSM

Status
Not open for further replies.

Vahram

Member
Oct 2, 2017
36
0
6
57
Hi

I am trying making call via Welltech M4 without registration but no response from Welltech. I see that registration to PBX side is important for this equipment. Is it possible welltech register to FusionPBX and make calls via outbound/gateway ?

Thanks in advance!
 

Vahram

Member
Oct 2, 2017
36
0
6
57
Here the working freeswitch configuration , i am looking this way for configuring FusionPBX and gsm gateway

WellTech GSM gw regiter to FusionPBX side

<include>
<user id="239313">
<gateways>
<gateway name="Line-239313">
<param name="username" value="239313"/>
<param name="password" value="$${default_password}"/>
<param name="from-user" value="239313"/>
<param name="realm" value="192.168.123.15"/>
<param name="expire-seconds" value="3600"/>
<param name="register" value="false"/>
<param name="retry-seconds" value="180"/>
<param name="extension" value="auto_to_user"/>
<param name="context" value="public"/>
<param name="sip_cid_type" value="rpd" />
<param name="cid-type" value="rpid"/>
<param name="caller-id-type" value="pid"/>
<param name="caller-id-in-from" value="true"/>
<param name="enable-timer" value="false"/>
<param name="extension-in-contact" value="true" />
</gateway>
</gateways>
<variables>
<variable name="toll_allow" value="domestic,international,local"/>
</variables>
</user>

</include>
 
Status
Not open for further replies.