[Asterisk-Users] How to send CallerID trough CAPI ?

Florian Overkamp florian at obsimref.com
Sat Mar 13 11:16:41 MST 2004


Hi, 

> -----Original Message-----
> I can call out from my SIP phone trough * to ISDN PSTN.
>   ISDN -> * -> to SIP works as well.
> But I am not able to "submit" the CallerID from * trough the 
> PSTN Network. 
> My calls arrive at the destination with CallerID supressed.
> 
> I have tried with exten => SetCallerID{xxx}, no success.

For CAPI you have to set the CallerID in your DialString:

exten = _0800XXX.,1,SetCIDNum(${CLID})
exten = _0800XXX.,2,Dial(CAPI/${CALLERIDNUM}:b${EXTEN})

Best regards,
Florian




More information about the asterisk-users mailing list