Displaying 2 results from an estimated 2 matches for "_07xxxxxxxxx".
Did you mean:
07xxxxxxxxx
2006 Feb 07
0
Modifying dialplan for DUNDi compatibility
...ually the last 6 digits of the number.
For outbound calls, there's a context 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...
2005 Feb 27
0
FW: DISA and a long delay; ideas?
...Users] DISA and a long delay; ideas?
Many thanks, that was the problem.
I didn't paste the context that forwards the call into the DISA context; it
had this in:
...DigitTimeout,5
..ResponseTimeout,10
Doh!
It works great with the mobile number, as I can pattern match 10 digits:
exten => _07XXXXXXXXX,1,Playback(pbx-invalid)
However I need to play with the 01 and 02 numbers as they can either be 10
or 11 digits I think (Uk landline numbers can be either?!)
Think I need to read this
http://www.voip-info.org/wiki-Asterisk+config+extensions.conf+sorting
And work out the best way to proceed...
If...