- Joined
- Mar 14, 2020
- Messages
- 1
- Reaction score
- 0
Hello,
I'm trying to implement 3CX PBX in my company. Everything working good, the only problem is a specific SIP Trunk that is giving a huge headache.
With Asterisk 13 using SIP, I'm able to connect(receive/make calls) to my trunk with the following configuration:
[my-trunk]
type=peer
context=my-trunk-context
host=my-trunk-ip
qualify=no
disallow=all
allow=g729,ulaw
nat=force_rport,comedia
dtmfmode=rfc2833
insecure=port,invite
call-limit=100
But with 3CX, I create a SIP Trunk, specifying:
-Host
-Type of Authentication: Do not require
-Main Trunk No: trunk-number
I also create the route out and in, but I call to somewhere it gives me "host-ip replied: 404 No Routes Found; from IP: host-ip". I can receive calls but it muted.
I don't know what to do more, this post it's my last chance.
Thank you so much.
I'm trying to implement 3CX PBX in my company. Everything working good, the only problem is a specific SIP Trunk that is giving a huge headache.
With Asterisk 13 using SIP, I'm able to connect(receive/make calls) to my trunk with the following configuration:
[my-trunk]
type=peer
context=my-trunk-context
host=my-trunk-ip
qualify=no
disallow=all
allow=g729,ulaw
nat=force_rport,comedia
dtmfmode=rfc2833
insecure=port,invite
call-limit=100
But with 3CX, I create a SIP Trunk, specifying:
-Host
-Type of Authentication: Do not require
-Main Trunk No: trunk-number
I also create the route out and in, but I call to somewhere it gives me "host-ip replied: 404 No Routes Found; from IP: host-ip". I can receive calls but it muted.
I don't know what to do more, this post it's my last chance.
Thank you so much.