Hello,
I have implemented Asterisk on a private network (192.168.X.X/24). I've configured SIP peers and when I make a call between them, I've got these error messages in the * CLI and the communication stops by itself after 30 sec.
WARNING[1142106560]: chan_sip.c:495 retrans_pkt: Maximum retries exceeded on call [EMAIL PROTECTED] for seqno 103 (request)
WARNING[1142106560]: chan_sip.c:495 retrans_pkt: Maximum retries exceeded on call [EMAIL PROTECTED] for seqno 104 (request)
Anyone can tell me why? I haven't found real solutions on the mails archive...
Thanks you!
-----
In sip.conf:
[1982]
type=friend
username=user1
mailbox=1000
host=192.168.111.2
context=default
In extensions.conf
...
exten => 1982,1,Macro(std,SIP/1982)
...
-----
