Hi, I have a problem in all calls between Issabel PBX and Omnileads.
I have installed Issabel PBX in a host and Omnileads on another hots in the same LAN.
This is my issabel config trunk:
type=friend
host=172.31.1.15
port=5160
disallow=all
allow=alaw
qualify=yes
secret=omnileads
defaultuser=issabel
context=from-internal
This is my Omnileads config trunk:
type=wizard
transport=trunk-transport
accepts_registrations=no
sends_auth=yes
sends_registrations=no
accepts_auth=yes
endpoint/rtp_symmetric=no
endpoint/force_rport=no
endpoint/rewrite_contact=no
endpoint/timers=yes
aor/qualify_frequency=60
endpoint/allow=alaw,ulaw
endpoint/dtmf_mode=rfc4733
endpoint/context=from-pbx
remote_hosts=172.31.1.20:5060
inbound_auth/username=issabel
inbound_auth/password=issabelOML
outbound_auth/username=omnileads
outbound_auth/password=issabelOML
endpoint/from_user=omnileads
The command asterisk -rx 'sip show peers' in IssabelPBX host it´s "OK" and the comand asterisk -rx 'pjsip show endpoints' is "Available" but i have an error in inbound/outbound calls in Omnileads. IssabelPBX works.
IssabelPBX have 2 NICs, one for the conection with carrier SIP and another for the LAN.
Where´s my error? Thanks for the help.