Problem with peers registration

Hi :smiley:
I’m italian and I’m so sorry for my bad english. :blush:
I’ve a problem that make me crazy since 2 weeks.
I’ve installed easyAsterisk 2.6.1.1 (easyasterisk.it), a distro like asterisknow,that run on:
CentOS 5.5;
kernel 2.6.18-194.32.1.el5;
Asterisk 1.6.0.26;
I’ve two Cisco Ip phone 7940 with firmware SIP (the latest version).
My problem is that my Sip phone can’t be call each other. The phone are connected to asterisk and the status is OK. If I try to call I’ve this messagge :

SIP/1-00000005 is circuit busy Everyone is busy/congested at this time (1:0/1/0)
and recently in the logfile there is two new error:

[Nov 18 11:05:51] ERROR[4151] utils.c: fwrite() returned error: Broken pipe [Nov 18 11:43:23] ERROR[4515] utils.c: write() returned error: Broken pipe
My peer configuration is :
[2]
type=friend
context=2-dial
dtmfmode=rfc2833
host=192.168.0.16
callerid=Emilio <2>
call-limit=50
canreinvite=no
qualify=yes
port=5062
[1]
type=friend
context=1-dial
dtmfmode=rfc2833
host=192.168.0.15
callerid=Martino <1>
call-limit=50
canreinvite=no
qualify=yes
port=5061

I really need to fix this problem :frowning:

Please take this up with the easyasterisk people as they have chosen to distribute an obsolete version of Asterisk so should be taking responsibility for supporting it.

The first error indicates that the phone has responded busy. Maybe you are routing to the wrong phone, e.g. the one making the call? You haven’t used adequate tracing to be able to tell, and if you are using a GUI, those traces are likely to very noisy, another reason for getting support from the GUI distributor.

The second one is normally a coding error in an external script, probably one of those that come with easyasterisk.