Quoting C M <maharzan@yahoo.com>:
>
> --- Dan <dtoma@fx.ro> wrote:
> > Hi,
> >
> > ----- Original Message -----
> > From: "C M" <maharzan@yahoo.com>
> > To: <asterisk-users@lists.digium.com>
> > Sent: Wednesday, November 19, 2003 6:44 PM
> > Subject: Re: [Asterisk-Users] RE:inter DIAX
> > connection
> >
> >
> > > yes,
> > >
> >
> > did you get the message "Registration accepted" in
> > DIAX?
> > If not, then you're not registered, so you cannot
> > receive calls.
> >
>
> yes. every call is going through the * server.
>
> > > i have successfully registered DIAX with *. i am
> > using
> > > diax to call to other phones sip,zap, etc through
> > *.
> >
> > You do not need registration to call other phones
> > from DIAX.
> >
>
> ok thats understood.
>
> > Do you have any personal firewall installed on the
> > PC with DIAX?
> >
> >
> i am using diax on windowsxp with normal setup. i
> don't know if any firewall is installed. how to check
> if any firewall exists? my * server has no firewall.
>
> >
> > Please send me the user definition in iax.conf.
> >
>
> [himtel]
> type=friend
> username=himtel
> secret=himtel
> type=friend
> host=dynamic
> context=diaxcalls
>
> [hem]
> type=friend
> username=hem
> secret=hem
> type=friend
> host=dynamic
> context=diaxcalls
>
> in extensions.conf i have:
>
> [diaxcalls]
> exten=>22,1,Dial(Zap/2,20,tr) ; call Zap phone (this
> is success)
> exten=>22,1,Dial(SIP/12345,20,tr) ; call SIP phone
> (this is success)
You have both of these living at extension 22, is this what you really want?
>
> i want to know if there is exten=>something for
> calling from DIAX to DIAX.
Try adding these lines to your [diaxcalls] context:
exten=>24,1,Dial(IAX/himtel)
exten=>25,1,Dial(IAX/hem)
(I skipped over 23, because I expect you goofed above.)
>
> > BR,
> > Dan
> >
>
> thx.
>
> CM
>
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users@lists.digium.com
> >
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
> ====> Designs
>
> __________________________________
> Do you Yahoo!?
> Free Pop-Up Blocker - Get it now
> http://companion.yahoo.com/
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>