Configuring first Trunk inbound

Hello,
I am attempting to setup a test inbound call campaign using a SIP trunk, however, it's not actually landing the call.
Here is my Configuration:
Vicibox 5 from .iso | VERSION: 2.8-437a BUILD: 140425-1257 | Asterisk 1.8.27 | Single Server | No Digium/Sangoma Hardware | PHP MyAdmin (Not being used).
Here is our SIP account entry, we are using Skype's SIP service as a test ground:
(the '-' was added to bypass the forum spam filter)
Here is the Asterisk error we get:
If any additional information is needed, we can provide it.
I am attempting to setup a test inbound call campaign using a SIP trunk, however, it's not actually landing the call.
Here is my Configuration:
Vicibox 5 from .iso | VERSION: 2.8-437a BUILD: 140425-1257 | Asterisk 1.8.27 | Single Server | No Digium/Sangoma Hardware | PHP MyAdmin (Not being used).
Here is our SIP account entry, we are using Skype's SIP service as a test ground:
- Code: Select all
[skype]
type=friend
context=default
dtmfmode=rfc2833
host=sip.skype.-com
username={skype user}
fromuser={skype user}
secret={skype pass}
disallow=all
allow=ulaw
allow=alaw
allow=g729
nat=yes
fromdomain=sip.skype.-com
insecure=port,invite
(the '-' was added to bypass the forum spam filter)
Here is the Asterisk error we get:
- Code: Select all
NOTICE[2186]: chan_sip.c:23806 handle_request_invite: Call from '99051000236681' (63.209.144.201:5060) to extension '14125671197' rejected because extension not found in context 'default'.
If any additional information is needed, we can provide it.