Hey all, I have set up my cisco 30vip using chan_skinny because
chan_sccp wont register. The problem I am having is, everytime a call
is sent to the phone Skinny/200@jason it rings once, then asterisk
segfaults.
heres the output
-- Executing Answer("SIP/4437821638-7588", "") in new stack
-- Executing Dial("SIP/4437821638-7588",
"Skinny/200@jason") in new
stack
Found device: jason
-- skinny_request(200@jason)
-- Skinny cw: 0, dnd: 0, so: 0, sno: 0
chan_skinny: skinny_new: tmp->nativeformats=4 fmt=4
-- skinny_call(Skinny/200@jason-2)
voip*CLI>
Disconnected from Asterisk server
[root@voip asterisk]#
/usr/sbin/safe_asterisk: line 83: 31591 Segmentation fault (core dumped)
asterisk ${CLIARGS} ${ASTARGS} 1>$/dev/${TTY} </dev/${TTY}
Asterisk ended with exit status 139
Asterisk exited with signal 11.
Automatically restarting Asterisk.
Im using the asterisk @ home install with the latest CVS-HEAD
-Jason