Hi All, How can i enable time condition on meetme? below i would like to deny callers if the time is not yet the scheduled time of the conference, but it seems like its still goes to 600,2, hope anyone can help. [meet-me-test] exten => 600,1,GotoIfTime(10:00-11:00|*|19|Apr?meet-me-test,600,3) exten => 600,2,Playback(vm-goodbye) exten => 600,3,Hangup exten => 600,4,MeetMe(600||600600) regards, nhadie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080420/3d361f4d/attachment.htm
Hi All, How can i enable time condition on meetme? below i would like to deny callers if the time is not yet the scheduled time of the conference, but it seems like its still goes to 600,2, hope anyone can help. [meet-me-test] exten => 600,1,GotoIfTime(10:00-11:00|*|19|Apr?meet-me-test,600,3) exten => 600,2,Playback(vm-goodbye) exten => 600,3,Hangup exten => 600,4,MeetMe(600||600600) regards, nhadie --------------------------------- Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080419/a1f99c3c/attachment.htm
On Sun, 20 Apr 2008, nhadie ramos wrote:> How can i enable time condition on meetme? below i would like to deny > callers if the time is not yet the scheduled time of the conference, but it > seems like its still goes to 600,2, hope anyone can help. > > [meet-me-test] > exten => 600,1,GotoIfTime(10:00-11:00|*|19|Apr?meet-me-test,600,3) > exten => 600,2,Playback(vm-goodbye) > exten => 600,3,Hangup > exten => 600,4,MeetMe(600||600600)1) I read this as "If the time is between 10 and 11 in the morning on the 19th of April, hangup. Else, play goodbye and hangup." Neither case will get you to the conference. 2) Is it still the "19'th" in your part of the world? 3) Try replacing each element with "*" to identify the source of your problem. And a few suggestions: 1) Since the target of your gotoiftime is in the same context and the same extension, you only need to specify the priority. 2) You can use the "n" priority. Both will make your code more robust, maintainable, and reusable. Thanks in advance, ------------------------------------------------------------------------ Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000