Hi everyone,
I’ve register an IAX user in IAX.conf like this :
[mat]
type=peer
secret=1234
context=default
host=dynamic
Then in the extensions.conf I have this :
exten =>2300,1,Dial(IAX2/mat@mat)
I can register my IAX phone but when I try to call another set i’ve got always this error in the console :
Oct 17 21:07:11 NOTICE[3204]: chan_iax2.c:6902 socket_read: Rejected connect attempt from 192.168.99.101, who was trying to reach ‘2300@’
The 2300 set is a working unisim set…
Can someone help me?
regards