Re: [Asterisk-java-users] AbsoluteTimeoutAction in AGI
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2006-04-21 06:33:11
|
Thameem Ansari wrote: > How do I set the AbsoluteTimeoutAction from the AGI? I want to dial a > call but timeout after few seconds. I am creating the > AbsoluteTimeoutAction with channel name and timeout seconds but it > doesn't work. Anyone can help me? you cant use any Actions with AGI, they are for the Manager API only. To set the AbsoluteTimeout in an AGI use exec("AbsoluteTimeout", "..."). =3DStefan --=20 reuter network consulting Neusser Str. 110 50760 Koeln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: sr...@re... Jabber: sr...@ja... |