Displaying 3 results from an estimated 3 matches for "_08".
Did you mean:
08
2004 Dec 14
2
Dial Plan Problems
Hi,
I am having a few dial plan problems which I wondered if anyone would be
able to help with.
Firstly, I wanted to send 0800 calls through 1 sip provider and other
08xx calls through another. I have this:
exten => _0800.,1,Dial(SIP/${EXTEN}@provider1,30)
exten => _0800.,2,Congestion
exten => _08.,1,Dial(SIP/${EXTEN}@provider2,30)
exten => _08.,2,Congestion
However, whichever way round I put these, 0800 calls still seem to go
out of provider2.
I fixed this as follows:
exten => _08[1-9].,1,...
2012 Aug 24
1
9.1-RC1 make buildworld with WITHOUT_LPR NO_LPR not cleaning up properly
/etc/make.conf contains NO_LPR=YES
/etc/src.conf contains WITHOUT_LPR=YES
make buildworld consistently (9.0 through 9.1-RC1) leaves
/usr/share/doc/smm/07.lpd/paper.ascii.gz
which is then deleted by make delete-old.
This behaviour was not apparent in 8.x.
I have systems available to test a fix.
2006 Feb 07
0
Modifying dialplan for DUNDi compatibility
...ext called [outboundpstn] containing the
following entries:
exten => _00.,1,Macro(outbound,{EXTEN},,provider1,provider2,pstn)
exten =>
_0[12]XXXXXXXXX,1,Macro(outbound,${EXTEN},,provider1,provider2,pstn)
exten => _07XXXXXXXXX,1,Macro(outbound,${EXTEN},,provider1,provider2,pstn)
exten => _08[47]XXXXXX.,1,Macro(outbound,${EXTEN},,provider1,provider2,pstn)
exten => _0[58]0XXXXXX.,1,Macro(outbound,${EXTEN},,provider1,provider2,pstn)
Those represent 1) international, 2) uk national, 3) uk mobile, 4) uk
non-geo, 5) uk freephone
The DUNDi examples I've seen suggest doing everything...