On Fri, 2007-10-19 at 07:22 -0700, bilal ghayyad wrote: > My Asterisk version is 1.4 and I am trying to use the > ResponseTimeOut() application to control the response > time of the Background function, but when the running > arrive for the ResponseTimeOut() then the call drop > and my debuging says: > > No Application 'ResponseTimeout' for extension
Use the TIMEOUT() function like this: exten => 123,n,Set(TIMEOUT(response)=5) -- Jared Smith Community Relations Manager Digium, Inc. _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
