Trunk Timeout?

I’m moving over from Trixbox to FreePBX and using our backup CallCentric Trunk to learn the ropes to FreePBX.

I get the following time out Notice from the PBX:

[2012-10-26 14:14:08] NOTICE[3057]: chan_sip.c:13294 sip_reg_timeout: – Registration for ‘[email protected]’ timed out, trying again (Attempt #5)
– Got SIP response 480 “” back from 204.11.192.23:5060

I have this in the trunk PEER details:

context=from-pstn
fromdomain=callcentric.com
fromuser=1777xxxxx
host=callcentric.com
insecure=port,invite
secret=xxxxxxxx
type=peer
defaultuser=1777xxxxxx
disallowed_methods=UPDATE
directmedia=no
videosupport=no
disallow=all
allow=ulaw

And this in the sip_general_custom.conf file:

context=from-pstn
srvlookup=yes
session-timers=refuse
session-expires=180
session-minse=90

The trunks is working inbound/outbound, well except when its reconnecting!

Any thought?

Thanks

Jay

I started seeing that error on October 25th 2012. Also on Callcentric. My configuration has been working with them for several years so I suspect they’ve messed something up on their end. I also cannot make outgoing calls.

I realize that callcentric has been under multiple DDOS attacks, but I was wondering about the status of the previous posters. I have one client that works perfectly, but I am not able to connect from home.

Anyone found anything on this, I started receiving timout errors from callcentric recently as well. the response I get from CLI…

chan_sip.c:13505 sip_reg_timeout: – Registration for [email protected]’ timed out, trying again (Attempt #4)
– Got SIP response 480 “” back from 204.11.192.135:5060

And my peer details

videosupport=no
srvlookup=yes
domain=callcentric.com
host=callcentric.com
outboundproxy=callcentric.com
type=peer
secret=secret
insecure=port,invite
fromuser=1777XXXXXXX
fromdomain=callcentric.com
disallow=all
defaultuser=1777XXXXXX
context=from-pstn
canreinvite=no
allow=ulaw

In my sip_custom.conf

context=from-pstn
srvlookup=yes
session-timers=refuse
session-expires=180
session-minse=90
session-refresher=uas

EDIT
So I changed my peer details from above to this…

srvlookup=yes
domain=callcentric.com
host=callcentric.com
outboundproxy=callcentric.com
disallaw=all
allow=ulaw,alaw
insecure=port,invite

Per instructions found at - https://my.callcentric.com/home.php
Upon login at the callcentric site there is a red troubleshooting guide

And all seems to be well now