IAX user

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

shouldn’t there be a ‘username=2300’ or something?

Hummm no the username is between the [] so in this case it’s mat…

And like I told you I can register on the system so the username is ok…

Am I right?

Maybe better to set it up like :

exten =>2300,1,Dial(IAX2/mat/2300)

And make sure it’s in the default context !