pabx_freeswitch at tel... Guest
|
Posted: Tue Nov 25, 2008 4:09 am Post subject: [Freeswitch-users] Channel variable 'call_timeout'. |
|
|
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.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|