SV: [Asterisk-Users] GotoIf problem
Thorben Jensen
thorben at thorben.dk
Sat Mar 12 03:03:09 MST 2005
> -----Oprindelig meddelelse-----
> Fra: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
> bounces at lists.digium.com] På vegne af kurt x
> Sendt: 9. marts 2005 20:57
> Til: Chris Wade
> Cc: Asterisk Users Mailing List - Non-Commercial Discussion
> Emne: Re: [Asterisk-Users] GotoIf problem
>
> I,ve gotten the GotoIf statement working now. I hard coded the value
> 10 in place of the ${DIGITS} varible. Worked like a charm.
>
> Thanks to everyone who helped.
>
> Kurt
Hi Kurt,
You are writing the ${DIGITS} variable wrong, you are missing a "{"
eg.: you are writing "$DIGITS}" and it should be "${DIGITS}"
Thorben
More information about the asterisk-users
mailing list