Remco Barende
2005-Jan-16 14:12 UTC
[Asterisk-Users] chan_sccp and bristuff 1.0.3 weirdness
I am using chan_sccp on bristuffed asterisk (0.2RC3 on asterisk 1.0.3). Things seem fine but I am seeing some weird stuff. I have a Kirk IP600 connecting to * with 2 handsets. The weird thing is that for incoming calls the handset that is put second as my dialstring, never rings. This is my dial string: 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?
Kai-Uwe Jensen
2005-Jan-17 10:36 UTC
[Asterisk-Users] RE: chan_sccp and bristuff 1.0.3 weirdness
> [...] > 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
Seemingly Similar Threads
- chan-sccp-easter2005 make error with stable 1.0.6?
- Dial using URI(web) or using FORM(web)
- [PATCH 12/18] sgiseeq: convert to dma_alloc_noncoherent
- [PATCH 11/17] sgiseeq: convert to dma_alloc_noncoherent
- [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc, free}_pages