Re: [Asterisk-Users] Change include contexts runtime

2003-09-03 Thread Tomas Prybil
Mickey Binder wrote: hmm what would the syntax be from the CLI? database show :-) /t ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] Change include contexts runtime

2003-09-03 Thread Mickey Binder
>hmm what would the syntax be from the CLI? database show -Original Message- From: Tomas Prybil [mailto:[EMAIL PROTECTED] Sent: 3. september 2003 15:44 To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Change include contexts runtime Michiel Betel wrote: >All the errors you g

Re: [Asterisk-Users] Change include contexts runtime

2003-09-03 Thread Tomas Prybil
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Prybil Sent: woensdag 3 september 2003 15:06 To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Change include contexts runtime John Congdon wrote: Here is an example I stole off the list awhile back exten => *5,1,DBget($Night=GlobalSettin

RE: [Asterisk-Users] Change include contexts runtime

2003-09-03 Thread Michiel Betel
dag 3 september 2003 15:06 To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Change include contexts runtime John Congdon wrote: > Here is an example I stole off the list awhile back > > exten => *5,1,DBget($Night=GlobalSettings/Night) ; if not night then > set it > exten =>

Re: [Asterisk-Users] Change include contexts runtime

2003-09-03 Thread Tomas Prybil
John Congdon wrote: Here is an example I stole off the list awhile back exten => *5,1,DBget($Night=GlobalSettings/Night) ; if not night then set it exten => *5,2,DBdel(GlobalSettings/Night) exten => *5,3,Playback(night_off) exten => *5,4,Hangup exten => *5,102,DBput(GlobalSettings/Night=true) ex

Re: [Asterisk-Users] Change include contexts runtime

2003-09-03 Thread John Congdon
PROTECTED] Sent: 2. september 2003 10:50 To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Change include contexts runtime Mickey Binder wrote: It looks like it. With DBput and DBget im able to change the variable values and then branch to different contexts with GotoIf. Now I just need to im

Re: [Asterisk-Users] Change include contexts runtime

2003-09-02 Thread Tilghman Lesher
On Monday 01 September 2003 03:51, Mickey Binder wrote: > How do I change the dialplan runtime, if I for example wants all > calls on the main number to be answered by a voicemail (when it is > out-of-office hours). > I want to be able to change the configuration by pressing a DTMF > combination e.

RE: [Asterisk-Users] Change include contexts runtime

2003-09-02 Thread Mickey Binder
-Original Message- From: Tomas Prybil [mailto:[EMAIL PROTECTED] Sent: 2. september 2003 10:50 To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Change include contexts runtime Mickey Binder wrote: >>It looks like it. With DBput and DBget im able to change the variable values

Re: [Asterisk-Users] Change include contexts runtime

2003-09-02 Thread Tomas Prybil
Mickey Binder wrote: It looks like it. With DBput and DBget im able to change the variable values and then branch to different contexts with GotoIf. Now I just need to implement the right logic for the different situations. And maybe be able to get some sort of feedback to the users. Change of

RE: [Asterisk-Users] Change include contexts runtime

2003-09-02 Thread Mickey Binder
>>Mickey Binder wrote: >> >>That sounds like a brilliant idea, I will try it right away! >> >> >> >Did it work out all right? > >/t > It looks like it. With DBput and DBget im able to change the variable values and then branch to different contexts with GotoIf. Now I just need to implement the rig

Re: [Asterisk-Users] Change include contexts runtime

2003-09-02 Thread Tomas Prybil
Mickey Binder wrote: That sounds like a brilliant idea, I will try it right away! Did it work out all right? /t ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] Change include contexts runtime

2003-09-01 Thread Mickey Binder
That sounds like a brilliant idea, I will try it right away! -Original Message- From: Tilghman Lesher [mailto:[EMAIL PROTECTED] Sent: 2. september 2003 05:05 To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Change include contexts runtime On Monday 01 September 2003 03:51, Mickey

Re: [Asterisk-Users] Change include contexts runtime

2003-09-01 Thread Mark Spencer
same problem > > - Original Message - > From: "Mickey Binder" <[EMAIL PROTECTED]> > To: "Asterisk maillist (E-mail)" <[EMAIL PROTECTED]> > Sent: Monday, September 01, 2003 10:51 AM > Subject: [Asterisk-Users] Change include contexts runtime

Re: [Asterisk-Users] Change include contexts runtime

2003-09-01 Thread Rattana BIV
I have the same problem - Original Message - From: "Mickey Binder" <[EMAIL PROTECTED]> To: "Asterisk maillist (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, September 01, 2003 10:51 AM Subject: [Asterisk-Users] Change include contexts runtime > Hi the

[Asterisk-Users] Change include contexts runtime

2003-09-01 Thread Mickey Binder
Hi there How do I change the dialplan runtime, if I for example wants all calls on the main number to be answered by a voicemail (when it is out-of-office hours). I want to be able to change the configuration by pressing a DTMF combination e.g. *82. Can't figure out whether it is necessary to chan