(second try !) Can anybody check my settings below. I doubt most settings in the extensions.conf. I get a dialtone if I pick up the phone!> I have provisioned with iaxy.conf: > > ; > ; IAXY Provisioning description > ; > dhcp > codec: ulaw > server: 61.220.xx.xx > user: aaabbb > pass: cccddd > register > > iax.conf: > ========> [623] ; IAXy > type=friend > host=dynamic > accountcode=aaabbb > disallow=all > allow=ulaw > secret=cccddd > callerid="IAXy at ELMIT" <623> > trunk=no > > > extensions.conf: > ===============> > [inhouse] > .... > PHONE_623=IAX2/aaabbb:cccddd@voip.elmit.com/623 ; 3 IAXy adapter > exten => 623,1,Dial(${PHONE_623},60,Ttrm) > exten => 623,2,Voicemail,u623 > exten => 623,103,Voicemail,b623 > > > [default] > ... > include => inhouse > > > What do I miss?bye Ronald
> > user: aaabbb > > pass: cccddd > > register > > > > iax.conf: > > ========> > [623] ; IAXyiax.conf should read: [aaabbb] username=aaabbb ... -- Nabeel Jafferali Tel: +1 (416) 628-9342 Toronto +1 (646) 225-7426 New York FWD: 46990 Email/MSN: nabeel<at>jafferali.net
Nabeel Jafferali wrote:> I have provisioned with iaxy.conf: > > ; > ; IAXY Provisioning description > ; > dhcp > codec: ulaw > server: 61.220.xx.xx > user: aaabbb > pass: cccddd > register > > iax.conf: > ========> [623] ; IAXy > type=friend > host=dynamic > accountcode=aaabbb > disallow=all > allow=ulaw > secret=cccddd > callerid="IAXy at ELMIT" <623> > trunk=no > > > extensions.conf: > ===============> > [inhouse] > .... > PHONE_623=IAX2/aaabbb:cccddd@voip.elmit.com/623 ; 3 IAXy adapter > exten => 623,1,Dial(${PHONE_623},60,Ttrm) > exten => 623,2,Voicemail,u623 > exten => 623,103,Voicemail,b623 > > > [default] > ... > include => inhouse>>>user: aaabbb >>>pass: cccddd >>>register >>> >>>iax.conf: >>>========>>>[623] ; IAXy >>> >>> > > >iax.conf should read: > >[aaabbb] >username=aaabbb >... > > >Tried that too, ... still not working!! Any other hints? bye Ronald