Hello!
I've configured SIP account in accfile as in
http://docs.yate.ro/wiki/Accfile but can;t make any outgoing calls. Incoming calls are working.
accfile.conf:
[outbound]
protocol=sip
username=user816
server=sip.xxxxx
password=xxxxxx
ip_transport=UDP
enabled=yes
match_port=yes
match_user=yes
regexroute.conf:
^0\(.*\)$=line/\0;line=outbound
^user816$=return;called=302
In log file I have:
20140901215042.346283 <ybts/24:CALL> Incoming imsi=001501983xxxxxx conn=32 [0x7f5c480041b0]
20140901215042.706597 <ybts/24:CALL> Hangup reason='noconn' [0x7f5c480041b0]
What is wrong ?