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 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
