search for: delemited

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

Did you mean: delemiter
2006 Mar 31
3
Howto cut the first digit
Hi, sorry for this noop question, 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
2006 Dec 11
0
Aculab
Hello Trevor, I wonder how I can find out for sure what is the H/W version for a PROSODY ACULAB SS7 Card? I dought that I have a ver 1.1 which have may issues with recently made computers. I have a case opened for my problem with aculab but sysdiag shows that I have ver 1.1 and aculab says I have ver1.5! can sysdiag be inaccurate? I tried config summary and I had the same result! wish you
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.