Displaying 2 results from an estimated 2 matches for "varriable".
Did you mean:
variable
1998 Oct 20
1
HELP?
...s not
looking up anything. When I do an nmblookup it can't resolve anything
that I see on my roomates browser lists... nmblookup seems to not look at
the wins stuff...
I have read every concievable piece of documentation and I guess I
just don't get it... I have played with almost every varriable and still
it doesn't work!!!
I am almost becoming a non-believer in Samba over this one... it
has taken me over a week to try and fix this problem...
2006 Feb 19
3
Loops and Variables
..., counts the number of loops and when
it hits greater then 5, exit. It works, but errors initially with,
"syntax error, unexpected TOK_PLUS, expecting TOK_MINUS or TOK_LP or
tolken; Input: +1".
Could somebody tell me why?
Thanks:
; ****************************************
; Setup a varriable to count the number of
; times the message has been played, when
; $COUNT reaches > 5, play you've taken
; to long to dial and hangup.
; ****************************************
exten => t,1,Set(COUNT=$[${COUNT} + 1])
exten => t,2,NoOP(${COUNT})
exten => t,3,GotoIf($[ ${COUNT} >...