Hi All,

I am kind of new to asterisk. Here is a little prolem that I am facing.

Here is my problem and questions: I am just adding two gnophone users to my dialplan, all three systems are within lan.


1. in iax.conf:
 [mako]
type=friend
auth=pliantext
secret=myown
context=default
host=dynamic
permit=0.0.0.0/0.0.0.0
 
[pako]
type=friend
auth=plaintext
secret=hisown
context=default
host=dynamic
permit=0.0.0.0/0.0.0.0

 in the Extensions.conf:
[default]
...
...
exten => 500,1,Dial,IAX/mako

exten => 500,2,Hangup
 
exten => 501,1,Dial,IAX/pako
exten => 501,2,Hangup


Now this is the problem::

Output: Here is the output that i get:

 - the users are shown as registers when i do the command Iax show peers. also while the server is running,the registration is shown of the two users. BUT when i attempt to call from one to the other the following error is shown:

 Rejected connect attempt from 192.168.8.112,request
'exten=511;callerid=localhost.localdomain;dnid=511;context=default;username=mako;language=;formats=2;
version=1;'

I have already tried not using passwords, defaultip etc. but no good. What is wrong in all this? Any suggestion !

Initially I was getting this message from both ends but then i dont know how but it was like MAKO can call PAKO but when PAKO calls MAKO I get the rejected message.

HELP HELP PLz

Sincerly,

Akif Janjua

 


Add photos to your e-mail with MSN 8. Get 2 months FREE*. _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to