[Asterisk-Users] iax2 without iaxtel.com

Michael Van Donselaar mvand at vandonselaar.org
Sat Nov 22 08:26:13 MST 2003


Hi, Ricky

On Sat, 22 Nov 2003 03:15:27 -0800, "Asterisk"
<thisemailaddressisbogus at risehigh.com> wrote:

>Greetings everyone. Could anyone tell me how to setup an IAX call using
>iaxcomm from a remote (PC) user without going throug iaxtel.com?

If you want to call PC-toPC, just type
192.168.0.1/s
just above the Dial key.

No need to register with iaxtel.com

>I would like users to register to my server directly instead of looking
>up in iaxtel directory. Please provide an example of iax.conf commands
>and extensions.conf. 

My laptop registers with my home asterisk server, vangate, as extension 309

extensions.conf:
exten => 309,1,Dial(IAX2/309) 

iax.conf:
[309]
type=friend
host=dynamic
secret=oops_I_forgot _to_change_this
context=from-iax
callerid="Michael PC" <309>

Hope this helps.



More information about the asterisk-users mailing list