On Monday 11 April 2011 02:56:03 [email protected] wrote:
> It was a 1.8 but then we started to do a lot of development (ooh323) so
> today it is Asterisk SVN-may-ooh323_ipv6_direct_rtp-r311741MS-/trunk.
> Can hardly se that we have done any changes that would cause my
> "problem".

Are you sure there's only a single space separating the name from the
opening parenthesis?  The :0:-1 nomenclature only removes a single
byte from the end, and if there was more than a single byte, that might
explain the difference.  If that's the case, you may be forced to do a loop
to remove all trailing spaces, if that's still important:

While($["${foo:-1}" = " "])
Set(foo=${foo:0:-1})
EndWhile

-- 
Tilghman

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to