Size: a a a

2021 January 08

AK

Andrey Kryukov in ru_freeswitch
and paste here the responce
источник

PZ

Pavel Z in ru_freeswitch
omg
источник

AK

Andrey Kryukov in ru_freeswitch
Oo ok
источник

F

Francis in ru_freeswitch
sorry
источник

F

Francis in ru_freeswitch
let me delete it
источник

PZ

Pavel Z in ru_freeswitch
Andrey Kryukov
type this  "show modules" in fs_cli  or  fs_cli -x "show modules"
may be add | grep amd?
источник

AK

Andrey Kryukov in ru_freeswitch
in pastebin  and  file contents  modules.conf.xml
источник

F

Francis in ru_freeswitch
my problem is when i send calls to freeswitch with AMD from VICIDIAL it doesnt accept it. it hungs up, do you know what might be reason for this fail?
источник

AK

Andrey Kryukov in ru_freeswitch
logs ?
источник

AK

Andrey Kryukov in ru_freeswitch
reason should be in log
источник

F

Francis in ru_freeswitch
let me do a test and paste some logs here
источник

F

Francis in ru_freeswitch
it is always being accepted, it says normal clearing but it hungs up at around 8 to 10 seconds
источник

AK

Andrey Kryukov in ru_freeswitch
Only logs can help to undersrtand reason. Cause problem can be not in external modules? it can be in dialplan or somewhere else
источник

F

Francis in ru_freeswitch
i see, alright will post logs here in a few, thanks so much
источник

AK

Andrey Kryukov in ru_freeswitch
Place logs in pastebin  and place here link
источник

AK

Andrey Kryukov in ru_freeswitch
Francis
i see, alright will post logs here in a few, thanks so much
and could you find in modules.conf.xml  something like this
<load module="mod_com_amd"/>
or
<load module="mod_amd"/>
or
<load module="mod_avmd"/>
источник

F

Francis in ru_freeswitch
i dont see any of those in the module
источник

AK

Andrey Kryukov in ru_freeswitch
seems it's time to watch logs
источник

AK

Andrey Kryukov in ru_freeswitch
Парни, у товарища  стоит  ASTPP  платформа на базе фрисвича, которая генерирует ему диалплан следующего вида (если поудалять все лишнее)
<document type="freeswitch/xml">
<section name="dialplan" description="ASTPP Dialplan">
<context name="default">
<extension name="1234567">
<condition field="destination_number" expression="0123456789">
<action application="sched_hangup" data="+8000 normal_clearing"/>
<action application="set" data="hangup_after_bridge=true"/>
<action application="set" data="continue_on_fail=!USER_BUSY"/>
<action application="set" data="continue_on_fail=true"/>
<action application="bridge" data="[leg_timeout=60]sofia/gateway/SIPProvider/1234567890"/>
<action application="bridge" data="[leg_timeout=60]sofia/gateway/SIPProvider/1234567890"/>
<action application="bridge" data="[leg_timeout=60]sofia/gateway/SIPProvider/1234567890"/>
</condition>
</extension>
</context>
</section>
</document>

как видно ставится на приходящую ногу таймер в 8 секунд  и как говорится FS послушно выполняет

<action application="sched_hangup" data="+8000 normal_clearing"/>

Никто не пользовался ASTPP , с какого перепуга оно такое назначает в диалплане и может кто видел где такой таймер назначается ?
источник

IO

Ihor Olkhovskyi in ru_freeswitch
Andrey Kryukov
Парни, у товарища  стоит  ASTPP  платформа на базе фрисвича, которая генерирует ему диалплан следующего вида (если поудалять все лишнее)
<document type="freeswitch/xml">
<section name="dialplan" description="ASTPP Dialplan">
<context name="default">
<extension name="1234567">
<condition field="destination_number" expression="0123456789">
<action application="sched_hangup" data="+8000 normal_clearing"/>
<action application="set" data="hangup_after_bridge=true"/>
<action application="set" data="continue_on_fail=!USER_BUSY"/>
<action application="set" data="continue_on_fail=true"/>
<action application="bridge" data="[leg_timeout=60]sofia/gateway/SIPProvider/1234567890"/>
<action application="bridge" data="[leg_timeout=60]sofia/gateway/SIPProvider/1234567890"/>
<action application="bridge" data="[leg_timeout=60]sofia/gateway/SIPProvider/1234567890"/>
</condition>
</extension>
</context>
</section>
</document>

как видно ставится на приходящую ногу таймер в 8 секунд  и как говорится FS послушно выполняет

<action application="sched_hangup" data="+8000 normal_clearing"/>

Никто не пользовался ASTPP , с какого перепуга оно такое назначает в диалплане и может кто видел где такой таймер назначается ?
Ограничивает длительность по балансу. Или по максимальной стоимости.
источник