I seem to have a similar issue. All of my agent phones register ok, but Floor Manager and Floor Supervisor give the following error:
- Code: Select all
NOTICE[2684]: chan_sip.c:11320 handle_request_register: Registration from '<sip:flrsuper01@XXX.XXX.XXX.XXX>' failed for 'XXX.XXX.XXX.XXX' - ACL error (permit/deny)
My sip.conf has this (excerpt only):
; Management
[flrsupervisor]
callerid="flrsuper' <2001>
disallow=all
allow=alaw
allow=ulaw
allow=gsm ; GSM consumes far less bandwidth than ulaw
allow=g729
type=friend
username=flrsuper01
secret=flrsuper01
host=dynamic
dtmfmode=rfc2833
qualify=1000
mailbox=2001
context=default
; agent extensions
[pagent01]
callerid="pagent01" <1001>
disallow=all
allow=alaw
allow=ulaw
allow=gsm ; GSM consumes far less bandwidth than ulaw
allow=g729
type=friend
username=pagent
secret=pagent
host=dynamic
dtmfmode=rfc2833
qualify=1000
mailbox=1001
context=default
I cannot figure out if I am going crazy or that both of the definitions are exactly the same except username and secret, of course.