I am using Asterisk version 11.5. My problem is the following: I literally cannot make any outbound call. That's because, whatever I dial in any client, the sip_domain part gets ignored, it is interpreted as an internal asterisk domain call:
endpoint@sip_domain
It doesn't matter what I dial, even if I dial endpoint@blablablabla the call gets redirected to my asterisk server. What might it be? If you need any other info, tell me.
Thanks in advance.
EDIT - sip.conf:
[general]
context=from-sip
bindport=5060
bindaddr=0.0.0.0
disallow=all
allow=ulaw
allow=alaw
allow=h264
allow=h263
allow=t140
rtcachefriends=yes
rtupdate=yes
srvlookup=yes
videosupport=yes
textsupport=yes
directmedia=no
icesuport=true
;nat=force_rport,comedia
accept_outofcall_message=yes
outofcall_message_context=sip-messaging
auth_message_requests=yes
EDIT - sip debug logs
In the following files you can find debug logs of a successful call (external to internal) and a failed call (internal to external): http://sdrv.ms/1axKGli .