Re: [Astlinux-users] Cut function

2010-05-25 Thread eric
Guy, That was it. Thanks a lot. J Eric From: Guy Neale [mailto:[email protected]] Sent: Tuesday, May 25, 2010 10:39 AM To: AstLinux Users Mailing List Subject: Re: [Astlinux-users] Cut function Hi Eric Im pretty sure function names are case sensitive, try

Re: [Astlinux-users] Cut function

2010-05-25 Thread Guy Neale
Hi Eric Im pretty sure function names are case sensitive, try CUT, see http://www.voip-info.org/wiki/view/Asterisk+functions Guy On 26/05/2010, at 12:12 AM, wrote: > Hi All, > > Does astlinux support the cut function? I get this error: > > [May 25 10:06:52] ERROR[4107]:

[Astlinux-users] Cut function

2010-05-25 Thread eric
Hi All, Does astlinux support the cut function? I get this error: [May 25 10:06:52] ERROR[4107]: pbx.c:1566 ast_func_read: Function Cut not registered When I try this: exten => 1,2,Set($dollars=${Cut(balance|.|1)}) Thanks, Eric ---