[Asterisk-Users] DIAX phone busy
Dan
dtoma at fx.ro
Sat Dec 20 01:22:17 MST 2003
Hi Michael,
>----- Original Message -----
>From: "Michael Welter" <mike at introspect.com>
>Subject: [Asterisk-Users] DIAX phone busy
> I've configured the DIAX phone. It registers with the * server, and I
> am able to make calls from DIAX.
Did you registered using IAX or IAX2?
Check if in Registering page you have selected IAX2 or not.
>
> However, when I try to call the DIAX phone from another phone, I get a
> busy signal.
>
> My extensions.conf:
> exten => 70,1,Dial(IAX/mike/mike,30,tr) # IAX Mike
This is wrong.
You must have:
exten => 70,1,Dial(IAX/mike,30,tr)
or better, in order to support both IAX and IAX2 type of registrations:
exten => 70,1,Dial(IAX/mike&IAX2/mike,30,tr)
Best regards,
Dan
More information about the asterisk-users
mailing list