I'm trying to use the latest revision of Bweschke's branch from SVN for polycom_acd_functions. Asterisk builds and runs without error but all SIP devices can't register when specifying a secret in sip.conf. The Polycom 601 I'm testing with and a copy of SJphone will not register. IAX from Idefisk works without error.

The error all SIP devices get is:

Jul 24 10:26:48 NOTICE[31524]: chan_sip.c:14203 handle_request_register: Registration from '<sip:[EMAIL PROTECTED]>' failed for '192.168.0.95' - Username/auth name mismatch

Commenting the definition of a secret in sip.conf for the device solves this. Here's the config for one of the devices.

[1003]
        type=friend
        canreinvite=no
        host=dynamic
        username=1003
;       secret=stuff
        context=outbound
        callerid="Jimmy" <1003>
        [EMAIL PROTECTED]
        nat=no

Why won't this revision accept the definition of a secret? Am I missing something simple (stupid)?

Thanks,
Jay

_______________________________________________
--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

Reply via email to