FreePBX 14 on Centos 7.5
Grandstream GXP2000
I have two inbound routes and two extensions (200, 400) supporting two phone numbers. Both are configured essentially identically, but only one can receive calls. The other (200) fails immediately with
ERROR[14481] res_pjsip.c: Unable to retrieve PJSIP transport ‘udp,tcp,ws,wss’
This is the only log message when the call fails.
I can call out on both lines with no problem – when calling my cell phone, the caller ID on shows the correct originating phone number.
Log of registration messages:
VERBOSE[726] res_pjsip_registrar.c: Added contact ‘sip:200@192.168.71.5:5062’ to AOR ‘200’ with expiration of 3600 seconds
VERBOSE[20580] res_pjsip/pjsip_configuration.c: Contact 200/sip:200@192.168.71.5:5062 has been created
VERBOSE[20580] res_pjsip/pjsip_configuration.c: Endpoint 200 is now Reachable
VERBOSE[20580] res_pjsip/pjsip_configuration.c: Contact 200/sip:200@192.168.71.5:5062 is now Reachable. RTT: 43.316 msec
VERBOSE[726] res_pjsip_registrar.c: Removed contact ‘sip:400@192.168.71.5:5064’ from AOR ‘400’ due to request
VERBOSE[9906] res_pjsip/pjsip_configuration.c: Contact 400/sip:400@192.168.71.5:5064 has been deleted
VERBOSE[726] res_pjsip_registrar.c: Added contact ‘sip:400@192.168.71.5:5064’ to AOR ‘400’ with expiration of 600 seconds
VERBOSE[20580] res_pjsip/pjsip_configuration.c: Contact 400/sip:400@192.168.71.5:5064 has been created
VERBOSE[20580] res_pjsip/pjsip_configuration.c: Endpoint 400 is now Reachable
VERBOSE[20580] res_pjsip/pjsip_configuration.c: Contact 400/sip:400@192.168.71.5:5064 is now Reachable. RTT: 42.140 msec
The pjsip.endpoint.conf
:
[400]
type=endpoint
aors=400
auth=400-auth
tos_audio=ef
tos_video=af41
cos_audio=5
cos_video=4
allow=g729,ulaw,alaw,g726,g723,g722,g719
context=from-internal
callerid=Home <400>
dtmf_mode=rfc4733
mailboxes=400@device
mwi_subscribe_replaces_unsolicited=yes
aggregate_mwi=yes
use_avpf=no
rtcp_mux=no
ice_support=no
media_use_received_transport=no
trust_id_inbound=yes
media_encryption=no
timers=yes
media_encryption_optimistic=no
send_pai=yes
rtp_symmetric=yes
rewrite_contact=yes
force_rport=yes
language=en
[200]
type=endpoint
aors=200
auth=200-auth
tos_audio=ef
tos_video=af41
cos_audio=5
cos_video=4
allow=g729,ulaw,alaw,g726,g723,g722,g719
context=from-internal
callerid=Office <200>
dtmf_mode=rfc4733
mailboxes=200@device
mwi_subscribe_replaces_unsolicited=yes
aggregate_mwi=yes
use_avpf=no
rtcp_mux=no
ice_support=no
media_use_received_transport=no
trust_id_inbound=yes
media_encryption=no
timers=yes
media_encryption_optimistic=no
send_pai=yes
rtp_symmetric=yes
rewrite_contact=yes
force_rport=yes
language=en
[anonymous]
type=endpoint
context=from-sip-external
allow=all
transport=udp,tcp,ws,wss
[dpma_endpoint]
type=endpoint
context=dpma-invalid
I have deleted and recreated the OSS Endpoint configuration.
I have deleted and recreated the extension.
Any idea what the problem is/what else to try.?
Thanks.