Hey,
everytime i try to call for anyone, i received this message
== Using SIP RTP CoS mark 5
-- Executing [554832781336@1774:1] NoOp("SIP/3301-0000000a", "") in new stack
-- Executing [554832781336@1774:2] Dial("SIP/3301-0000000a", "SIP/1774") in new stack
== Using SIP RTP CoS mark 5
-- Called SIP/1774
[Jul 10 10:42:44] NOTICE[4865][C-00000005]: chan_sip.c:23237 handle_response_invite: Failed to authenticate on INVITE to '"3301" <sip:1774@187.103.111.110>;tag=as03b1ca7d'
-- SIP/1774-0000000b is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing [554832781336@1774:3] Hangup("SIP/3301-0000000a", "") in new stack
== Spawn extension (1774, 554832781336, 3) exited non-zero on 'SIP/3301-0000000a'
my sip.conf is
[general]
context=default
allowguest=no
allowoverlap=no
udpbindaddr=0.0.0.0
tcpenable=no
tcpbindaddr=0.0.0.0
qualify=yes
transport=udp
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
disallow=all
allow=ulaw,alaw,g729
canreinvite=no
localnet=192.168.1.0/255.255.255.0
externip=201.76.8.155
register =>
register =>
[1774]
context=1774
type=friend
host=187.103.111.110
fromuser=
secret=
transport=udp
fromdomain=187.103.111.110
port=5060
canreinvite=no
qualify=yes
nat=yes
insecure=port,invite
trustrpid=yes
sendrpid=yes
directmedia=no
keepalive=45
dtmfmode=frc2833
and my extensions.conf is
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityjumping=no
[1774]
;exten => _X.,1,Dial(SIP/3301${EXTEN}@1774)
exten => _X.,1,NoOp()
exten => _X.,n,Dial(SIP/1774)
exten => _X.,n,Hangup()
pleaaaseeeeeeeee help me