[Asterisk-Users] How to send CallerID trough CAPI ?
Jakob Strebel
mail at teamstrebel.ch
Sun Mar 14 09:49:37 MST 2004
Florian,
Thanks. Now it works.
jakob
>The correct dial syntax for CAPI channels is like this:
>
>CAPI/12345678:b${EXTEN}
>
>where: 12345678 is your outgoing MSN (you would choose 0627775171) and
>${EXTEN} is the number to dial. My mistake was I moved the 'b' too when I
>switched the two numbers around.
>
>Please try Dial(CAPI/0627775171:b123456) or Dial(CAPI/627775171:b123456)
>
This are the relevant sections in the config:
In extensions.conf
<snip>
[globals]
;
; globals für ISDN
CLID=0627775171
<snip>
[outst]
exten => _0.,1,SetCIDNum(${CLID})
exten => _0.,2,Dial(CAPI/0627775171:b${EXTEN}) ; ok CID is sent correct
<snip>
In capi.conf
msn=0627775171
More information about the asterisk-users
mailing list