Author Topic: warning messages in log but Yate working fine  (Read 6586 times)

kirtok

  • Newbie
  • *
  • Posts: 5
    • View Profile
warning messages in log but Yate working fine
« on: April 14, 2014, 09:10:24 AM »
what wrong in my configuration?

20140414145905.867135 <yrtp:WARN> Initial timeout in channel sip/3 wrapper [0x7f412400c970]
20140414145905.892746 <yrtp:WARN> Initial timeout in channel sip/5 wrapper [0x7f412400e6d0]
20140414145909.877078 <yrtp:WARN> Initial timeout in channel sip/10 wrapper [0x7f4110008fe0]
20140414145920.979120 <yrtp:WARN> Initial timeout in channel sip/14 wrapper [0x7f40f8009000]
20140414145921.475769 <yrtp:WARN> Initial timeout in channel sip/16 wrapper [0x7f40f800cac0]
20140414145923.007861 <yrtp:WARN> Initial timeout in channel sip/17 wrapper [0x7f412401aad0]
20140414145941.262441 <yrtp:WARN> Initial timeout in channel sip/24 wrapper [0x7f40d000c580]
20140414150058.087130 <yrtp:WARN> Initial timeout in channel sip/35 wrapper [0x7f41240209f0]
20140414150124.184999 <yrtp:WARN> Initial timeout in channel sip/43 wrapper [0x7f4124020f40]
20140414150143.165838 <yrtp:WARN> Initial timeout in channel sip/47 wrapper [0x7f4124006130]
20140414150244.967214 <yrtp:WARN> Initial timeout in channel sip/55 wrapper [0x7f41240209f0]
20140414150250.726995 <yrtp:WARN> Initial timeout in channel sip/58 wrapper [0x7f40f40057a0]
20140414150305.218327 <yrtp:WARN> Initial timeout in channel sip/60 wrapper [0x7f40b8005530]
20140414150317.824016 <yrtp:WARN> Initial timeout in channel sip/61 wrapper [0x7f4124029c60]
20140414150323.907362 <yrtp:WARN> Initial timeout in channel sip/64 wrapper [0x7f40b4005530]
20140414150331.449014 <yrtp:WARN> Initial timeout in channel sip/67 wrapper [0x7f4124030460]

marian

  • Hero Member
  • *****
  • Posts: 513
    • View Profile
Re: warning messages in log but Yate working fine
« Reply #1 on: April 15, 2014, 01:19:13 AM »
This is a warning put by rtp module if rtp is late.
This may happen if remote party is late in sending rtp data.
It may signal media is missing (sometimes media is not sent at all).

You may disable the warning in yrtpchan.conf:

[timeouts]
warnfirst=no

Or you may set a longer interval to warn (set it to 0 to disable):
[timeouts]
timeout=10000

See the yrtpchan.conf.sample file for comments.

kirtok

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: warning messages in log but Yate working fine
« Reply #2 on: April 16, 2014, 04:37:38 AM »
mulțumesc frumos! Thank your!
« Last Edit: April 16, 2014, 04:43:50 AM by kirtok »