I might be beating a dead horse but I have tried x ways to get an external call diversion with BC10 to work.
My 1st attempt was like this:
(4709 is an EX)
(2044 is an ED)
With the above, when calling 4709, call never diverts to 2044.
So my next attempt was to divert to a generic extension.
On the generic extension I programmed the procedure for external call forwarding:
When calling 4709, phone either rings without ever diverting or when busy returns busy (with no diversion)
Next attempt was using GH:
... Still busy ...
... and I tried many more variations including adcoi.
PE I couldn't use as there is no license on the MD110.
Ideally, when someone calls 2044 (ether internal or from external) it forwards the A-number over the ED to the connected voip phone, instead of showing only the number from which phone the call was forwarded.
My boss patience (and also mine) is close to zero.
Any help/advice is very appreciated!
rgds, devplan
My 1st attempt was like this:
Code:
cdini:dir=4709,div=2044;
(4709 is an EX)
(2044 is an ED)
Code:
<kscap:dir=4709;
KEY SYSTEM CATEGORY PRINT
DIR TRAF SERV CDIV ROC ITYPE TRM ADC LANG
4709 03101001 02061107 001061111 000101 19 0 00000003010 F
nansi:numtyp=ed,numse=2044;
roddi:dest=2044,adc=0005000000000250000,rou=8,pre=20442044,trc=4,srt=5;
With the above, when calling 4709, call never diverts to 2044.
So my next attempt was to divert to a generic extension.
On the generic extension I programmed the procedure for external call forwarding:
Code:
gespi:csp=41,traf=1103101001,serv=00002000013,cdiv=1000111,roc=000101,npres=101;
gedii:dir=2040,lim=2,csp=41;
gepei:dir=2040,proc=A22B2044B;
cdini:dir=4709,div=2040;
When calling 4709, phone either rings without ever diverting or when busy returns busy (with no diversion)
Next attempt was using GH:
Code:
ghgri:grp=2040,serv=1001,traf=15,sel=000,que=10,lim=2;
cdini:dir=2040,div=2044
cdini:dir=4709,div=2044;
... Still busy ...
... and I tried many more variations including adcoi.
PE I couldn't use as there is no license on the MD110.
Ideally, when someone calls 2044 (ether internal or from external) it forwards the A-number over the ED to the connected voip phone, instead of showing only the number from which phone the call was forwarded.
My boss patience (and also mine) is close to zero.
Any help/advice is very appreciated!
rgds, devplan