Page 1 of 1

Everything Fine but....

PostPosted: Thu Apr 02, 2009 7:10 pm
by tgalan
everything is working fine...

i'm making recording of all calls, manual dial

cpu 1.8ghz core duo
ram 640mb

voip carrier and clients are sip, only allowing g729 open source codec...

but i got this warning
Apr 2 15:21:12 WARNING[22619]: channel.c:780 channel_find_locked: Avoided deadlock for '0x8f02bf0', 9 retries!
Apr 2 15:21:12 WARNING[22619]: channel.c:780 channel_find_locked: Avoided deadlock for '0x8f02bf0', 9 retries!
Apr 2 15:21:13 WARNING[22619]: channel.c:780 channel_find_locked: Avoided deadlock for '0x8f02bf0', 9 retries!

PostPosted: Thu Apr 02, 2009 8:35 pm
by mflorell
loadavg on the server when this happens?

PostPosted: Thu Apr 02, 2009 9:12 pm
by tgalan
load average: 0.29, 0.29, 0.34

PostPosted: Thu Apr 02, 2009 9:12 pm
by tgalan
sometimes get up to 1.36, and go down again.,

PostPosted: Thu Apr 02, 2009 9:25 pm
by mflorell
What kind of bandwidth are you using to connect to your carrier?

PostPosted: Thu Apr 02, 2009 9:34 pm
by tgalan
We have optic fiber 5Mbps Up/Down, for the complete center.

I got new notice:
Apr 2 18:38:18 NOTICE[9398]: channel.c:2514 __ast_request_and_dial: Unable to request channel SIP/104
== Manager 'sendcron' logged off from 127.0.0.1
Apr 2 18:38:25 WARNING[14494]: channel.c:2290 ast_write: Thread 99277712 Blocking 'SIP/107-08f23160', already blocked by thread 98220944 in procedure ast_waitfor_nandfds
Apr 2 18:38:25 WARNING[14494]: channel.c:2290 ast_write: Thread 99277712 Blocking 'Local/78600052@default-f5b9,2', already blocked by thread 54406032 in procedure ast_waitfor_nandfds

PostPosted: Thu Apr 02, 2009 10:03 pm
by mflorell
was that phone registered at the time?

do you have qualify enabled for the account in sip.conf?

PostPosted: Thu Apr 02, 2009 10:30 pm
by tgalan
sip.conf

[100]
disallow=all
allow=g729
allow=alaw
allow=ulaw
type=friend
username=100
secret=100
host=dynamic
defaultip=200.88.115.51
qualify=yes
nat=yes

Do I take off the qualify part?