Displaying 2 results from an estimated 2 matches for "011870".
Did you mean:
11870
2011 Apr 04
3
Dialplan matching
Hello all, I am trying to figure out the logic in on prefix matching for
Asterisk 1.4.5. I want to be able to pass all international calls EXCEPT
calls to 011870, 01137455 and so on.
exten => _011870.,1,Goto(intl-disabled,s,1)
exten => _01137455.,2,Goto(intl-disabled,s,1)
exten => _01137477.,3,Goto(intl-disabled,s,1)
exten => _0113749.,4,Goto(intl-disabled,s,1)
exten => _011.,5,Goto(intl-disabled,s,1)
exten => _011.,6,Playback(all-outgoin...
2011 Apr 10
1
[fdo] $XDG_CONFIG_HOME/vcsd/config.d vs $XDG_CONFIG_HOME/vcsd.d
Dear all,
I am wondering if there are any best practices when you need a
subdirectory in a program's config namespace. Basically, I have two
choices:
$XDG_CONFIG_HOME/vcsd/config.d
$XDG_CONFIG_HOME/vcsd.d
I think I am leaning towards the latter, but I would prefer going
after established best practices. FWIW, the latter option follows what
is done in /etc by most programs.
In case