Hello!
I’m having a problem with one specific DID, which is supposed to go for outbound calls, it’s giving me this output:
[Aug 8 11:47:17] NOTICE[3608]: chan_sip.c:22825 handle_request_invite: Call from ‘’ (192.168.25.249:7916) to extension ‘2984840391’ rejected because extension not found in context ‘default’.
Now, this number 2984840391 is actually a telephone number, however it’s recognizing as an extension and impeding the call to connect.
This is the only output I get when using this specific DID.
Does anyone have any idea of what could be? I do understand this is extremely vague, but this is all I have;
DID info:
[did-softmarketing]
exten => s,1,NoOp(Contexto DID Softmarketing, encaminha direto alguns ramais)
exten => _2830,1,Goto(did-softmarketing-send,${EXTEN},1)
exten => _2831,1,Goto(did-softmarketing-send,${EXTEN},1)
exten => _2832,1,Goto(did-softmarketing-send,${EXTEN},1)
exten => _2840,1,Goto(did-softmarketing-send,${EXTEN},1)
exten => _3030,1,Goto(did-softmarketing-send,${EXTEN},1) (THIS IS THE ONE BEING USED FOR TEST)
exten => _3037,1,Goto(did-softmarketing-send,${EXTEN},1)
exten => _3110,1,Goto(did-softmarketing-send,${EXTEN},1)
exten => _7575,1,Goto(did-softmarketing-send,${EXTEN},1)
exten => _6750,1,Goto(did-softmarketing-sercomtel,${EXTEN},1)
exten => _0004,1,Goto(did-softmarketing-sercomtel,${EXTEN},1)
exten => _8038,1,Goto(did-softmarketing-sercomtel,${EXTEN},1)
DID configuration:
[did-softmarketing-send]
exten => _X.,1,NoOp(** Encaminhamento para SoftMarketing - ${EXTEN} **)
exten => _X.,n,Dial(SIP/softmarketing/${EXTEN})
exten => _X.,n,Hangup
[softmarketing]
type=peer
host= Correct IP
context=siptrunk
qualify=yes
insecure=port,invite
dtmf=rfc2833
nat=no
disallow=all
allow=g729
allow=alaw
allow=ulaw
canreinvite=no
directmedia=no
The trunk is up when I check on sip show peers, any ideas?