hi,
I have 4 yaelink W52H handsets with the corresponding W52P Base.
I have 4 lines configured and everything works as intended with the 4 yaelink handsets.
Now I need a nother handset. So I ordederd a handset from another vendor and registed it to the base. The registration and incomming calls are working fine.
Unfortunately I can not call out from the new handset.
Regarding the number assigment (incomming and outgoing Lines) the new handset is configured exactly like one of the W25H handsets that are working fine.
When I set the debug level in syslog to 6 and make a call from the working handset the first lines read the following:
Code:
Jan 4 07:02:46 192.168.2.242 DEBS[1137]: SS7 <6+info > Recv:cmd=0x1,len=280
Jan 4 07:02:46 192.168.2.242 DEBS[1137]: SS7 <6+info > SS7_RspLineCfm(instance=0x1003002b,line=0x1,bLinePossible=0x1)
Jan 4 07:02:47 192.168.2.242 DEBS[1137]: SS7 <6+info > Recv:cmd=0x2,len=36
Jan 4 07:02:47 192.168.2.242 DEBS[1137]: SS7 <6+info > SS7_RspDialCfm(instance=0x1003002b,line=0x1,bDialPossible=0x1,name_len=24)
Jan 4 07:02:47 192.168.2.242 DEBS[1137]: SS7 <6+info > SS7_RspDialCfm(inf->multi_name[0]=0)
Jan 4 07:02:47 192.168.2.242 DEBS[1137]: SS7 <6+info > SS7_RspDialCfm(inf->multi_name[1]=0)
Jan 4 07:02:47 192.168.2.242 DEBS[1137]: SS7 <6+info > SS7_RspDialCfm(inf->multi_name[2]=0)
Jan 4 07:02:47 192.168.2.242 DEBS[1137]: SS7 <6+info > SS7_RspDialCfm(inf->multi_name[3]=0)
Jan 4 07:02:47 192.168.2.242 DEBS[1137]: SS7 <6+info > SS7_RspDialCfm(inf->multi_name[4]=0)
Jan 4 07:02:47 192.168.2.242 DEBS[1137]: SS7 <6+info > Recv:cmd=0x9,len=8
Jan 4 07:02:47 192.168.2.242 DEBS[1137]: VOIC<6+info > dect_chan_alloc(0)
On the not working handset I only get the following lines:
Code:
Jan 4 07:04:01 192.168.2.242 DEBS[1137]: SS7 <6+info > Recv:cmd=0x1,len=280
Jan 4 07:04:01 192.168.2.242 DEBS[1137]: SS7 <6+info > SS7_RspLineCfm(instance=0x1003002c,line=0x7f,bLinePossible=0x1)
Jan 4 07:04:01 192.168.2.242 DEBS[1137]: SS7 <6+info > Recv:cmd=0x2,len=36
Jan 4 07:04:01 192.168.2.242 DEBS[1137]: SS7 <6+info > SS7_ReqRelExt(instance=0x1003002c,reason=0x62,rel_msg_len=0)
I think the problem lies in the "line" parameter of the SS7_RspLineCfm command.
Does anyone know why this value is used?
Kind regards
Clemens