Busy Signal on Incoming

My system is allowing me to make outgoing calls fine, but when I try to dial the DID to get to my pbx, I get a busy signal.

These are my incoming trunk settings:
allow=gsm&g726
disallow=all
auth=md5
context=from-pstn
encryption=aes128
secret=
type=user
username=nakatomi

Is it something in those settings causing the busy signal?

What about the inbound route?? leave did and cid blank for testing
what about some debug???

cli asterisk -rvvv

iax2 debug or sip debug with some inbound calls (turn off with sip / iax2 no debug

see help at the asterisk cli for more info

[quote=“MStar”]My system is allowing me to make outgoing calls fine, but when I try to dial the DID to get to my pbx, I get a busy signal.

These are my incoming trunk settings:
allow=gsm&g726
disallow=all
auth=md5
context=from-pstn
encryption=aes128
secret=
type=user
username=nakatomi

Is it something in those settings causing the busy signal?[/quote]

Try removing the disallow=all

If it works check the codec settings in sip.conf

Nope. That didn’t work. :frowning:

Adding insecure=very didn’t seem to work either.

you need to provide the debug info to get any help…

Fixed the problem. My username was incorrect. :o