MStar
1
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?
bubba
2
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
MStar
4
Nope. That didn’t work. 
Adding insecure=very didn’t seem to work either.
bubba
5
you need to provide the debug info to get any help…
MStar
6
Fixed the problem. My username was incorrect. :o