Hi All, I've been having a hard time getting the AbsoluteTimeout function to work. Is this Function working in for SIP? I've search all the messages in the news letters and tried what was suggested and still have not gotten it to work. Below is a portion of my extensions.conf. I've also been running these test on ver 0.5.0 exten => _X.,1,Absolutetimeout(20) exten => _X.,2,dial(SIP/${EXTEN}@SIPOUT#1) exten => T,1,BackGround(tt-weasels) exten => T,2,Hangup() Thanks ahead of time for any help / suggestions. Wes Marderness
I use it in that way, it works very well: exten => s,4,AbsoluteTimeout,600 miklos ----- Original Message ----- From: "Wes Marderness" <wmarderness@sigmabit.com> To: <asterisk-users@lists.digium.com> Sent: Friday, January 23, 2004 12:33 PM Subject: [Asterisk-Users] SIP Absolute Timeout> Hi All, > > I've been having a hard time getting the AbsoluteTimeout function to work. > Is this Function working in for SIP? I've search all the messages in the > news letters and tried what was suggested and still have not gotten it to > work. Below is a portion of my extensions.conf. I've also been runningthese> test on ver 0.5.0 > > exten => _X.,1,Absolutetimeout(20) > exten => _X.,2,dial(SIP/${EXTEN}@SIPOUT#1) > > exten => T,1,BackGround(tt-weasels) > exten => T,2,Hangup() > > Thanks ahead of time for any help / suggestions. > Wes Marderness > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
I think this has been fixed since 0.5.0 their was a problem with timeout's and native bridges. Might wanna update. bkw On Fri, 23 Jan 2004, Wes Marderness wrote:> Hi All, > > I've been having a hard time getting the AbsoluteTimeout function to work. > Is this Function working in for SIP? I've search all the messages in the > news letters and tried what was suggested and still have not gotten it to > work. Below is a portion of my extensions.conf. I've also been running these > test on ver 0.5.0 > > exten => _X.,1,Absolutetimeout(20) > exten => _X.,2,dial(SIP/${EXTEN}@SIPOUT#1) > > exten => T,1,BackGround(tt-weasels) > exten => T,2,Hangup() > > Thanks ahead of time for any help / suggestions. > Wes Marderness > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Hi, I dial a number with following setting: exten => _X.,1,Absolutetimeout(20) exten => _X.,2,dial(SIP/${EXTEN}@SIPOUT#1|L(30)) exten => T,1,BackGround(tt-weasels) exten => T,2,Hangup() I find Absolute time out is not working , is it normal? kaiser -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050404/7e3d0d48/attachment.htm