Anyone know how to setup the SIP lines on a Citel box so it can register with Asterisk. I keep getting "Unauthorized" and I have tried every different combination of settings that I can think of. I am not sure what fields are required or what information goes where in the Citel interface. Thanks, Steve Totaro
The following works for me, for e.g. extension number '5301' with a secret of 'secret' on server '192.168.1.1' Addressing SIP Address-of-Record (AOR): sip:5301@192.168.1.1 Registrar Server Domain: asterisk Expiration: 3600 Authorisation Update Authorisation: checked Username: 5301 Realm: asterisk Password: secret Retype Password: secret If you have any more questions, mailto:support@citel.com will be happy to help.> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Steve Totaro > Sent: 19 September 2006 18:20 > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [asterisk-users] SIP "Lines" Example Citel > > Anyone know how to setup the SIP lines on a Citel box so it > can register with Asterisk. I keep getting "Unauthorized" > and I have tried every different combination of settings that > I can think of. I am not sure what fields are required or > what information goes where in the Citel interface. > > Thanks, > Steve Totaro > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Setting Realm to asterisk worked for me.
ref. from sip.conf:
;realm=mydomain.tld ; Realm for digest authentication
; defaults to "asterisk". If you set a system name in
; asterisk.conf, it defaults to that system name
; Realms MUST be globally unique according to RFC 3261
; Set this to your host name or domain name
--
--
Steven
http://www.glimasoutheast.org
"Steve Totaro" <stotaro@asteriskhelpdesk.com> wrote in message
news:451026D1.3070402@asteriskhelpdesk.com...> Anyone know how to setup the SIP lines on a Citel box so it can register
with Asterisk. I keep getting "Unauthorized" and I have
> tried every different combination of settings that I can think of. I am
not sure what fields are required or what information
> goes where in the Citel interface.
>
> Thanks,
> Steve Totaro
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
Steven wrote:> Setting Realm to asterisk worked for me. > > ref. from sip.conf: > ;realm=mydomain.tld ; Realm for digest authentication > ; defaults to "asterisk". If you set a system name in > ; asterisk.conf, it defaults to that system name > ; Realms MUST be globally unique according to RFC 3261 > ; Set this to your host name or domain name > > > >Yes it worked for me too. Awesome box if you have to integrate/migrate from a legacy system to Asterisk but keep your old handsets. I am very impressed. The two devices I really like now are the Citel Gatways and the Quintum boxes. Thanks, Steve Totaro