DIDLOGIC Setup

Status
Not open for further replies.

cyprusvoip

New Member
Jan 14, 2018
27
0
1
35
Hi everyone
Am trying to setup a didlogic trunk.It registers,I have added my did on outbound etc,Added the sip.uk.didlogic.net ip in acl but i cant get the call out.Any help?
Thanks
 

cyprusvoip

New Member
Jan 14, 2018
27
0
1
35
I have added what i saw on pic.This a part of my xml
<extension name="didlogic.d1020" continue="false" uuid="060246a0-f823-4fa3-a641-d23174275eb2">
<condition field="${user_exists}" expression="false"/>
<condition field="destination_number" expression="^(\d{4,20})$">
<action application="set" data="sip_h_X-accountcode=${accountcode}"/>
<action application="export" data="call_direction=outbound"/>
<action application="export" data="sip_from_uri=xxxxxxxx@${externeal_sip_ip}"/>
<action application="unset" data="call_timeout"/>
<action application="set" data="ignore_display_updates=true"/>
<action application="set" data="calle_id_number=$1"/>
<action application="set" data="continue_on_fail=true"/>
<action application="set" data="pin_number="/>
<action application="lua" data="pin_number.lua"/>
<action application="set" data="effective_caller_id_name=${outbound_caller_id_name}"/>
<action application="set" data="effective_caller_id_number=xxxxxxxxxxx"/>
<action application="set" data="inherit_codec=true"/>
<action application="set" data="ignore_display_updates=true"/>
<action application="set" data="callee_id_number=$1"/>
<action application="set" data="continue_on_fail=true"/>
<action application="bridge" data="sofia/gateway/89c2a185-0eae-4621-9199-c03281fb60b7/$1"/>
</condition>
</extension>
 
Status
Not open for further replies.