login | register
Tue 02 of Dec, 2008 [14:14 UTC]

voip-info.org

Discuss [1] History

Asterisk cmd StripLSD

Created by: oej,Last modification on Sat 23 of Sep, 2006 [04:29 UTC] by Corydon76

Comments

Comments Filter
222

333StripLSD Obsolete

by stuart.edge, Saturday 05 of November, 2005 [09:44:35 UTC]
StripLSD is obsolete because you can now use the following examples:

  ${123456789:1}        - returns the string 23456789
  ${123456789:-4}       - returns the string 6789
  ${123456789:0:3}      - returns the string 123
  ${123456789:2:3}      - returns the string 345
  ${123456789:-4:3}     - returns the string 678