Hi all, I am trying to get Capi Dial to use a specific outgoing msn. I can't get it to work. If I make a test call to 0703241494 (same isdn line, just one of the other numbers) I don't get CLID at all. Any ideas? ; use 0703241432 as outgoing msn exten => _070.,1,Dial(CAPI/@0703241432:${EXTEN}|30|r) in capi.conf I have: [general] nationalprefix=0 internationalprefix=00 rxgain=0.8 txgain=0.8 ;rxgain=0.0 ;txgain=0.0 [interfaces] msn=0703241432 incomingmsn=703241432 controller=1,2 softdtmf=1 accountcodecontext=default ;echosquelch=1 echocancel=yes echotail=64 ;deflect=12345678 devices=2 msn=0703241434 incomingmsn=703241434 controller=1,2 softdtmf=1 accountcodecontext=default ;echosquelch=1 echocancel=yes echotail=64 ;deflect=12345678 devices=2 Thanks, Patrick
asterisk-mailing@beronet.com
2003-Dec-23 09:13 UTC
AW: [Asterisk-Users] Capi Dial & outgoing msn?
Hi, try it without prefix (else dtag uses first msn) - so if your city code is 07032 and phone no (msn) 41432 -> exten => _070.,1,Dial(CAPI/@41432:${EXTEN}|30|r) Thomas> -----Urspr?ngliche Nachricht----- > Von: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com]Im Auftrag von Patrick > Gesendet: Dienstag, 23. Dezember 2003 16:53 > An: asterisk-users@lists.digium.com > Betreff: [Asterisk-Users] Capi Dial & outgoing msn? > > > Hi all, > > I am trying to get Capi Dial to use a specific outgoing msn. > I can't get > it to work. If I make a test call to 0703241494 (same isdn line, just > one of the other numbers) I don't get CLID at all. Any ideas? > > ; use 0703241432 as outgoing msn > exten => _070.,1,Dial(CAPI/@0703241432:${EXTEN}|30|r) > > in capi.conf I have: > > [general] > nationalprefix=0 > internationalprefix=00 > rxgain=0.8 > txgain=0.8 > ;rxgain=0.0 > ;txgain=0.0 > > [interfaces] > msn=0703241432 > incomingmsn=703241432 > controller=1,2 > softdtmf=1 > accountcode> context=default > ;echosquelch=1 > echocancel=yes > echotail=64 > ;deflect=12345678 > devices=2 > > msn=0703241434 > incomingmsn=703241434 > controller=1,2 > softdtmf=1 > accountcode> context=default > ;echosquelch=1 > echocancel=yes > echotail=64 > ;deflect=12345678 > devices=2 > > Thanks, > Patrick > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Hi Patrick, Citeren Patrick <idefix@puzzled.xs4all.nl>:> I am trying to get Capi Dial to use a specific outgoing msn. I can't get > it to work. If I make a test call to 0703241494 (same isdn line, just > one of the other numbers) I don't get CLID at all. Any ideas? > > ; use 0703241432 as outgoing msn > exten => _070.,1,Dial(CAPI/@0703241432:${EXTEN}|30|r)Its the wonderfull world of KPN. You need to drop the 0. This works for me: exten = _XXXXXXX,1,Dial(CAPI/534281234:b${EXTEN}) -- Met vriendelijke groet, Florian Overkamp