[Freeswitch-users] Channel variable 'call_timeout'.

henkoegema pabx_freeswitch at telenet.be
Tue Nov 25 01:05:12 PST 2008


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:

-- 
View this message in context: http://www.nabble.com/Channel-variable-%27call_timeout%27.-tp20677406p20677406.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.





More information about the FreeSWITCH-users mailing list