Hi, Thanks for your answer. We need to delay the HungUp because some calls that we dial are so short (3 or 4 seconds) and our provider requests 8 seconds. That is the reason. I will try with g option.
Thanks again Zeeshan Zakaria wrote: > > I think you should try to use option 'g' in the Dial command and put > Wait after that, not in the h extension. But what exactly you are > trying to achievee here? > > Zeeshan A Zakaria > > -- > Sent from my Android phone with K-9 Mail. > >> On 2010-04-16 8:03 AM, "Philipp von Klitzing" >> <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hi! >> >> >> > exten => h,1,NoOp(Start) >> > exten => h,n,Wait(5) >> > exten => h,n,NoOp(End) >> > exten => h,n,Hangup() >> ... >> >> * Wait() does not work in the context of the h extension (I am curious as >> to the reasons for that as well) >> >> * Hangup() makes no sense in the context of the h extension and should >> not be used; you are _already_ in the process of hanging up >> >> Philipp >> >> >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocat... >> -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
