
02-22-2011, 02:04 PM
|
| |
Re: Dial Plan: Embedded Spaces? "(PeteCresswell)" <x@y.invalid> wrote:
> I'm thinking in the context of compiler, no run-time errors....
>
> ...and something just silently going South at some random time.
I just have a shell script:
#!/bin/sh
echo -n '('
echo -n '999S0'
echo -n '|00<:@gw1>'
echo -n ')'
(or whatever, syntax is probably wrong)
Then just cut and paste the output into the web config form.
(Even better, pipe the output to something that will do the 'cut' for me.
xcb might do it)
Theo |