I have occasional one way audio inbound calls. They are at random, not sure what could be causing them. Here is my topology:
Landlines ATA using Obihai (Using port 5060 for SIP and 10000-20000 for RTP).
VM PBX server. (Same ports as the ATA. Inbound calls go to ring group with four extensions)
The PBX server and the multiple ATA are in the same network.
I have not opened any RTP ports in my server, ports 5060 and 5061 seemed to be opened at some point and never closed, back when I was testing Twilio. However, given that I am using ATAs as my trunks, I’m assuming I don’t need these ports open at all since there is no communication to the internet. Correct me if I’m wrong, I’m a noob.
Here are some warning logs I saw in the logs for a specific one way audio inbound call.
Incoming call
Checks for time conditions. (Everything is ok here)
First warning:
pbx.c: Executing [8722588228r@from-trunk:2] Log(“SIP/872-258-8228-0000edad”, “WARNING,Friendly Scanner from 192.168.1.10”) in new stack
Ext. 872-258-8228: Friendly Scanner from 192.168.1.10
Second warning:
func_channel.c: Unknown or unavailable item requested: ‘reversecharge’
Third warning (RTP):
app_dial.c: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
app_dial.c: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
netsock2.c: Using SIP RTP TOS bits 184
netsock2.c: Using SIP RTP CoS mark 5
netsock2.c: Using SIP RTP TOS bits 184
netsock2.c: Using SIP RTP CoS mark 5
netsock2.c: Using SIP RTP TOS bits 184
netsock2.c: Using SIP RTP CoS mark 5
netsock2.c: Using SIP RTP TOS bits 184
netsock2.c: Using SIP RTP CoS mark 5
app_dial.c: Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)
I later get a simple_bridge log, it’s similar to the one in this post from 4 yrs ago. The guy was able to fix it by “Deleting all msn numbers he had declared as separated SIP trunks. He just left his main SIP trunk account and used his msn numbers as separate DIDs for inbound/outbound route”