AI’s not a good tool to use, sadly… I already tried using AI, but it’s not been helpful for this, I also already tried the PJSIP thing from Gemini, and it’s not worked… I’d like to ask that people refrain from using AI to try to solve any issues… but still worth a try, I guess…
Update: Didn’t work…
Update 2: It sort of works now, I put the glob [ext-local] in sip_custom.conf, and now the extension can be monitored, but the BLF hints aren’t being sent to the Poly phone, it doesn’t matter too terribly much? Would like for it to work, and for the Cisco phone to be able to understand the Poly hints, but it’s more or less optional, I’m sure I’m missing a subscribe somewhere for the phones to register when 2452 goes in-use, I’m sure I’ll still need help down the road, I just need to get my wits about me right now…
Update 3: Oh yes, I need paging to work… here’s what I have in the same sip custom file:
[paging]
; Only allow one page at a time
exten => 7255,1,Set(GROUP()=paging)
same => next,ExecIf($[${GROUP_COUNT(paging)} != 1]?Busy(10))
; Multicast audio mode is enabled using the m() option
same => next,SIPCiscoPage(2452&2001,oad(From ${CALLERID(number)}))
same => next,Hangup(normal_clearing)
This is the same configuration (I believe) that worked before, I wish I knew, but all the files from the previous build are gone…
Update 4: Now my Polycom phone won’t register, getting a 401 from SIP/2.0, all the values in the advanced and other pages in the extension are the defaults, and all the values in the phone’s web config match… The exact error I’m getting:
[2026-08-19 12:39:02] NOTICE[2228]: res_pjsip/pjsip_distributor.c:688 log_failed_request: Request 'REGISTER' from '"Polycom" <sip:[email protected]>' failed for '192.168.0.41:5060' (callid: 1756d90914d884ce70f429cadfc1db42) - Failed to authenticate
<--- Transmitting SIP response (501 bytes) to UDP:192.168.0.41:5060 --->
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 192.168.0.41;rport=5060;received=192.168.0.41;branch=z9hG4bKd99ac5efD90625E0
Call-ID: 1756d90914d884ce70f429cadfc1db42
From: "Polycom" <sip:[email protected]>;tag=F1D8D6DF-5A7436F8
To: <sip:[email protected]>;tag=z9hG4bKd99ac5efD90625E0
CSeq: 4 REGISTER
WWW-Authenticate: Digest realm="asterisk",nonce="1787168342/3351fa7e53697506b06b657f28e1da11",opaque="2c2ad73351395198",algorithm=MD5,qop="auth"
Server: FPBX-17.0.32(20.18.0)
Content-Length: 0