[SIP Beyond VoIP] New SIP SIMPLE client SDK version 1.3.0 released

Juha Heinanen jh at tutpro.com
Fri Apr 11 17:13:27 CEST 2014


Adrian Georgescu writes:

> SIP SIMPLE client SDK and command line sipclients version 1.3.0 have
> been released with bug fixes and improvements.

thanks for the new version.  i had not used sipclients for a while and
decided to give it a try because it supports gruu, which many other sip
clients don't do.

i was able to register and make sip-audio-session call, but the problem
is that it takes a couple of minutes before invite is sent out and
another minute or so, before trp packets start to fly both ways.  also
closing of the call takes a long time.

i wonder why there are those long delays with sip-audio-session.  i have
turned off everything in the config that could cause delay (below).

i do see these kind of messages in syslog that could give a hint:

Apr 11 18:07:06 siika dbus[2316]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out

-- juha

sip-settings --account show test at test.tutpro.com
using set_wakeup_fd
Account test at test.tutpro.com:
          +-- display_name = None
account --|-- enabled = True
          |-- auth
          |-- message_summary
          |-- msrp
          |-- nat_traversal
          |-- presence
          |-- rtp
          |-- sip
          |-- sounds
          |-- tls
          +-- xcap

       +-- password = xxxxxx
auth --|-- username = test
       +

                  +-- enabled = False
message_summary --|-- voicemail_uri = None
                  +

       +-- connection_model = relay
msrp --|-- transport = tls
       +

                +-- msrp_relay = None
nat_traversal --|-- stun_server_list = None
                |-- use_ice = False
                +-- use_msrp_relay_for_outbound = False

           +-- enabled = False
presence --|
           +

      +-- audio_codec_list = AudioCodecList(['speex'])
rtp --|-- inband_dtmf = False
      |-- srtp_encryption = disabled
      +-- use_srtp_without_tls = False

      +-- always_use_my_proxy = True
sip --|-- outbound_proxy = SIPProxyAddress('192.98.102.30', port=5061, transport='tls')
      |-- publish_interval = 3600
      |-- register = True
      |-- register_interval = 3600
      +-- subscribe_interval = 3600

         +-- audio_inbound = AccountSoundFile(AccountSoundFile.DefaultSoundFile(sounds....
sounds --|
         +

      +-- certificate = /home/jh/test/test_key_cert.pem
tls --|-- verify_server = False
      +

       +-- discovered = False
xcap --|-- enabled = False
       +-- xcap_root = None


More information about the SIPBeyondVoIP mailing list