[Freeswitch-users] Channel variable 'call_timeout'.

Michael Jerris mike at jerris.com
Tue Nov 25 04:46:07 PST 2008


try using export instead of set for that var.

Mike

On Nov 25, 2008, at 4:05 AM, henkoegema wrote:

>
> I use following diaplan for extension 2005:
> ---------------------------------------------------------
> <extension name="2005">
>    <condition field="destination_number" expression="^2005$">
>       <action application="set" data=”call_timeout=10"/>
>       <action application="set"
> data="continue_on_fail=USER_BUSY,NO_ANSWER"/>
>       <action application="bridge" data="sofia/internal/2005%$$ 
> {domain}"/>
>       <action application="voicemail" data="default $${domain} 2005"/>
>   </condition>
> </extension>
>
> What I can't get to work is the "call_timeout" variable.
> It is set to value 10 at the moment.
>
> So I was thinking,  that  if  exten. 2005 is busy or doesn't answer,  
> the
> call would be transferred
> to the voicemail after 10 seconds.
>
> It is actually transferred after 66 (?) seconds.
>
> Changing the value of call_timeout doesn't  seem to have any effect.
> :confused:





More information about the FreeSWITCH-users mailing list