[Asterisk-Users] capi question

Jason Williams jas.williams at gmail.com
Wed Dec 1 10:03:37 MST 2004


On Sat, 27 Nov 2004 12:17:45 +0000, Robbie Hughes <spam at dynsysgroup.com> wrote:
> 
>    -- started pbx on channel (callgroup=0)!
>   == Starting CAPI[contr1/368466]/33 at isdn,368466,1 failed so falling
> back to exten 's'
>     -- Called 101
>     -- Called 102
>     -- SIP/101-1b74 is ringing
>     -- SIP/102-b2b1 is ringing
> 
> (extensions.conf)
> 
> [isdn]
> exten=> s,1,Dial(SIP/101&SIP/102,30,tr)
> exten=> s,2,capiCD(020712341234)
> 

To fix this warning change your extensions.conf to

[isdn]
exten=> 368466,1,Dial(SIP/101&SIP/102,30,tr)
exten=> 368466,2,capiCD(020712341234)



368466 is the msn that the call is arriving on.


Regards 


Jason


PS I think Call Deflection is a service you have to order from BT



More information about the asterisk-users mailing list