<span style="font-family: courier new,monospace;">Hello Group,<br>
<br>
Current Setup:<br>
&nbsp;-&nbsp; Eicon Quad BRI ISDN Card.<br>
&nbsp;-&nbsp; 4 ISDN BRI (Telco: Telstra) Onramp2 services.<br>
&nbsp;-&nbsp; Mode: Point2Point.<br>
&nbsp;-&nbsp; 100 Indial Number ranges. Full National Number (9 digit format): BAAAAAAXX <br>
&nbsp;&nbsp;&nbsp; where: B (Area code): 2/3/7/8<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A (Normal Numbers)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; X (99 Indial extensions)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; eg: BAAAAAA00<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BAAAAAA20 etc<br>
Requirement:<br>
&nbsp;-&nbsp; To be able send Indial numbers as Caller ID when dialing out.<br>
&nbsp;<br>
Configration:<br>
capi.conf<br>
---------<br>
<br>
[general]<br>
nationalprefix=0<br>
internationalprefix=00<br>
rxgain=0.8<br>
txgain=0.8<br>
<br>
[interfaces]<br>
mode=immediate<br>
isdnmode=ptp<br>
msn=BAAAAAA<br>
incomingmsn=*<br>
controller=1<br>
softdtmf=1<br>
accountcode=<br>
context=main-menu<br>
usecallerid=yes<br>
callerid=asreceived<br>
;echosquelch=1<br>
;echocancel=yes<br>
;echotail=64<br>
callgroup=1<br>
pickupgroup=1<br>
devices=2<br>
<br>
mode=immediate<br>
isdnmode=ptp<br>
msn=BAAAAAA<br>
incomingmsn=*<br>
controller=2<br>
softdtmf=1<br>
accountcode=<br>
context=main-menu<br>
usecallerid=yes<br>
callerid=asreceived<br>
callgroup=1<br>
pickupgroup=1<br>
devices=2<br>
<br>
mode=immediate<br>
isdnmode=ptp<br>
msn=BAAAAAA<br>
incomingmsn=*<br>
controller=3<br>
softdtmf=1<br>
accountcode=<br>
context=main-menu<br>
usecallerid=yes<br>
callerid=asreceived<br>
callgroup=1<br>
pickupgroup=1<br>
devices=2<br>
<br>
<br>
mode=immediate<br>
isdnmode=ptp<br>
msn=BAAAAAA<br>
incomingmsn=*<br>
controller=4<br>
softdtmf=1<br>
accountcode=<br>
context=main-menu<br>
usecallerid=yes<br>
callerid=asreceived<br>
callgroup=1<br>
pickupgroup=1<br>
devices=2<br>
<br>
<br>
extensions.conf<br>
<br>
[mob-service]<br>
; Calleridnum is of the format 0BAAAAAAXX and TRUNKMSD = 1, TRUNKCAPI = CAPI<br>
exten =&gt; ${PAT-MOB},1,Dial(${TRUNKCAPI}/${CALLERIDNUM:1}:${EXTEN:${TRUNKMSD}},,t)<br>
<br>
<br>
Problem:<br>
When dialling out the number *always* defaults to the default service number.<br>
I have contacted the telco and they have confirmed they expect the caller id in 9<br>
digit format. I tried modifying msn value in capi.conf to include more comma <br>
separated Full National Numbers of users internally. Eg.<br>
<br>
msn=BAAAAAA00,BAAAAAA06,BAAAAAA07,BAAAAAA08,BAAAAAA09,BAAAAAA10,BAAAAAA11,BAAAAAA12,BAAAAAA13,BAAAAAA14,BAAAAAA15,BAAAAAA16,BAAAAAA17,BAAAAAA20,BAAAAAA21,BAAAAAA22<br>
<br>
This works fine upto BAAAAAA17, but for numbers from extentions 20 onwards I get <br>
a 'msn not found! check your config error'.<br>
<br>
Can anyone please shed somelight on whether this is really possible (to be able<br>
to send DID numbers as caller ID when dialling out)? I have read some posts <br>
indicating more than 5 msns is not possible, but in my case I have definetely <br>
got it working with more than 5 msns atleast. No source clearly indicated if this<br>
is possible, and if yes, how.<br>
<br>
Thanks for you time.<br>
-r</span>