hello-

i'm having trouble completing a connection between an older skinny phone (12sp+) and a soft sip phone (x-lite).

the skinny phone appears to successfully register:
     -- Starting Skinny session from 192.168.1.50
Device SEP00D0BA03AB66 is attempting to register
    -- Device 'office' successfuly registered
Requesting capabilities
Version Request
Received CapabilitiesRes
Buttontemplate requested
Sending 12SP template to [EMAIL PROTECTED] (12SP)
Received Time/Date Request

when a place a call from x-lite, the 12sp+ rings, and asterisk says:
-- Executing Dial("SIP/ion-226a", "Skinny/[EMAIL PROTECTED]|20|tr") in new stack
Found device: office
    -- skinny_request([EMAIL PROTECTED])
    -- Skinny cw: 0, dnd: 0, so: 0, sno: 0
skinny_new: tmp->nativeformats=4 fmt=4
    -- skinny_call(Skinny/[EMAIL PROTECTED])
Trying to send: 2r
ämó@'
Displaying message 2r
ämó@'
Displaying Prompt Status 'Ring-In'
    -- Called [EMAIL PROTECTED]
    -- Skinny/[EMAIL PROTECTED] is ringing

as soon as i answer the call (or hangup from x-lite, or wait for the timeout period), aterisk says:
    -- Skinny/[EMAIL PROTECTED] answered SIP/ion-226a
Segmentation fault (core dumped)

in addition, i can't make a call from the 12sp. when i dial x-lite from the 12sp, asterisk says:
Attempting to Clear display on Skinny [EMAIL PROTECTED]
skinny_new: tmp->nativeformats=4 fmt=4
    -- Starting simple switch on '[EMAIL PROTECTED]'
Collected digit: [8]
-- Asked to indicate 'Stop tone' condition on channel Skinny/ [EMAIL PROTECTED]
Collected digit: [1]
-- Asked to indicate 'Stop tone' condition on channel Skinny/ [EMAIL PROTECTED] -- Asked to indicate 'Stop tone' condition on channel Skinny/ [EMAIL PROTECTED]
Skinny [EMAIL PROTECTED] went on hook
Skinny([EMAIL PROTECTED]): waitfordigit returned < 0
skinny_hangup(Skinny/[EMAIL PROTECTED]) on [EMAIL PROTECTED]

the "Asked to indicate..." message after repeats indefinitely until the phone is hung up, and x-lite never sees the call.

i'm running asterisk 1.2.1 (debian testing package) - below are a few related sections of my config. my apologies if i've omitted something - this is my first experience with asterisk.

thanks!
-ben

--sip.conf:
[general]
context=home
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes

--skinny.conf:
[general]
port = 2000
bindaddr = 0.0.0.0
dateFormat = Y-M-D
keepAlive = 120

[office]
device=SEP00D0BA03AB66
host=192.168.1.50
context=home
line => 1234
model=12SP
version=P00203010003
callerid="office" <84>

--extensions.conf:
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityjumping=no

[globals]
CONSOLE=Console/dsp
IAXINFO=guest
TRUNK=Zap/g2
TRUNKMSD=1

[home]
exten => 81,1,Dial(SIP/ion,20,tr)
exten => 82,1,Dial(SIP/quark,20,tr)
exten => 83,Dial(SIP/proton,20,tr)
exten => 84,1,Dial(Skinny/[EMAIL 
PROTECTED],20,tr)_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to