[Asterisk-Users] RE: chan_sccp and bristuff 1.0.3 weirdness

Kai-Uwe Jensen kuj at cojensen.net
Mon Jan 17 10:36:05 MST 2005


> [...]
> exten => 666666666,4,Dial(${PHONE1}&${DECT1}&${DECT2}),25,tm)
> 
> Where DECT1 & DECT2 are srings for SCCP/phonenr
> 
> If i specify DECT2 first and DECT1 second then DECT1 doesn't ring.
> 
> I did not see this behaviour on a non-bristuffed install of asterisk, both

> phones worked as expected (same config files but on a box with an X100P).
> 
> The message on the console is :
> Jan 16 22:10:15 NOTICE[5005]: chan_sccp.c:103 sccp_request: Can't find 
> SCCP/106): Unknown Line or Intercom
> 
> Is this a bug in chan_sccp or bristuff?

Neither nor. You have an extra ')' in your Dial string. Instead of
exten => 666666666,4,Dial(${PHONE1}&${DECT1}&${DECT2}),25,tm) use
exten => 666666666,4,Dial(${PHONE1}&${DECT1}&${DECT2},25,tm)

-- kuj





More information about the asterisk-users mailing list