[Freeswitch-users] dp_tools/set- not worked SOMETIMES

Ruslan Bukin br at bsdpad.com
Fri Feb 11 14:40:04 MSK 2011


correction: it seems that parameters always exists after bridge,
but sometimes one of them not exists in CDR result 
(I have checked with mod_xml_cdr and mod_json_cdr)

-Ruslan

On Fri, Feb 11, 2011 at 02:24:53PM +0300, Ruslan Bukin wrote:
> Application set is not set parameters SOMETIMES
> 
> for example, before bridge I set my static parameters:
> 
> <action application="set" data="my_own_parameter=test"/>
> <action application="set" data="nibble_rate=1"/>
> ...
> 
> sometimes (in about ~1-5% times) one of them is not set up.
> 
> I tried to set like this before bridge:
> 
>  <extension name="set_var" continue="true">
>    <condition field="${my_own_parameter}" expression=".+" break="on-true"/>
>    <condition field="destination_number" expression="(777)" break="on-true">
>      <action application="set" data="my_own_parameter=test"/>
>      <action application="transfer" data="$1 XML public"/>
>    </condition>
>  </extension>
> 
> but no result: after bridge no parameter to read (SOMETIMES)
> 
> 
> any recommendations?
> 
> -Ruslan
> 



More information about the FreeSWITCH-users mailing list