[SIP Beyond VoIP] Can not add participant to Sylk Server

Onur DOLU odolu at NETAS.com.tr
Mon Oct 22 17:34:35 CEST 2012


Oct 22 21:28:10 trhtlangley35 sylk-server[28232]:     contact_header = ContactHeader(SIPURI(user=self.room_uri.user, host=SIPConfig.local_ip.normalized, port=getattr(Engine(), '%s_port' % transport), parameters=parameters))
Oct 22 21:28:10 trhtlangley35 sylk-server[28232]:   File "_core.helper.pxi", line 201, in sipsimple.core._core.SIPURI.__init__ (sipsimple/core/_core.c:59911)
Oct 22 21:28:10 trhtlangley35 sylk-server[28232]: TypeError: Argument 'host' has incorrect type (expected str, got IPAddress)

It cannot instantiate contact_header, SIPConfig.local_ip.normalized returns ip address but it is expecting a string.

onur,


-----Original Message-----
From: Juha Heinanen [mailto:jh at tutpro.com] 
Sent: Monday, October 22, 2012 6:01 PM
To: Onur DOLU
Cc: Saúl Ibarra Corretgé; sipbeyondvoip at lists.ag-projects.com
Subject: Re: [SIP Beyond VoIP] Can not add participant to Sylk Server

Onur  DOLU writes:

> Sorry asking but, what is the format of outbound proxy in config.ini

it can also contain port, e.g.

outbound_proxy = 127.0.0.1:5080

i don't know if 5060 is assumed if you omit port.

-- juha


More information about the SIPBeyondVoIP mailing list