search for: delemiter

Displaying 3 results from an estimated 3 matches for "delemiter".

2006 Mar 31
3
Howto cut the first digit
...tion, but does anybody know how to cut the first digit of a variable? example: 044612345 should be after cut operation: 44612345 My try in the extension.conf: exten => _0[0-9].,2,Cut(mynum=EXTEN,/ ,1) exten => _0[0-9].,3,Dial(Zap/g1/${mynum},90,T) but it didn't work, my problem is the delemiter, I have no delemiter, the default is "-" but how to use the function cut() without an delemiter? Just snip the first digit of a phonenumber. MfG, Christian Reelfs
2006 Dec 11
0
Aculab
...ristian Reelfs wrote: > example: > 044612345 > should be after cut operation: > 44612345 > > My try in the extension.conf: > exten => _0[0-9].,2,Cut(mynum=EXTEN,/ ,1) > exten => _0[0-9].,3,Dial(Zap/g1/${mynum},90,T) > > but it didn't work, my problem is the delemiter, I have no delemiter, > the default is "-" but how to use the function cut() without an delemiter? > Just snip the first digit of a phonenumber. Use the substring notation as in: ${mynum:1} which snips the first character from the string. See the docs for more info http://www.voip...
2004 Feb 03
2
rsync is not copying upper case files
Hi, I am running rsync on MacOS 10.3 and I want to transfer files to a linux machine, which has linux partitions and fat32 partitions. Transfering the files to the linux partition works without problems, but if I transfer them to the fat32 partition, files are ignored if all characters in the file name are UPPER CASE. - The files which rsync should transfer do not exist in the target directory.