I’ve already handled that, now I just need to get things working by faffing about with the configs, but it’s horribly unclear what goes where… among other things…
Update: And I’m back to having to force the Polycom phone and the FPBX server to cooperate and quit fighting each other, but now nothing I’m doing is working…
Update 2:
[2861](+)
subscribe=2452@ext-local
This was my gremlin, I guess… Well, on the bright side, I don’t need it, given that the phone monitors busy stuff out of the box without any fancy code or whatnot, so… shrugs I will still need support down the road, I know I need to get the paging to work, since Cisco phones don’t support the native paging from FPBX, and the patch aims to fix that, but I’d like to know how to get it to work again…
Update 3: Editing this message instead of making new posts such that I don’t clog up notifications for those subscribed to this thread. Codec lock didn’t work earlier because the string for the feature code wasn’t constructed correctly; string changed to
; ----- Feature codes, lock codec to prevent video
exten => _*.,1,Set(__SIP_CODEC=g722)
same => next,Goto(from-internal,${EXTEN},3)
so the codec lock actually works, outbound codec lock disabled as I want the best audio quality that it can get, if possible, else re-enable codec lock to support high quality calls with “G.722” codec, will take suggestions on codecs to use to encourage high quality calls where possible; i.e. between HQ-enabled devices like an iPhone and the phone system. Assistance still requested for the SIPCiscoPage application (not explicitly listed anywhere in FreePBX, but exists, feature doesn’t presently work
Update 4: Heed this warning to all who create a FreePBX system with the UCM patch: Make sure everything is under the right context. The paging thing MUST be under the
[from-internal-custom] context… AND NOWHERE ELSE… So let this be a lesson… put things in the right place… It is now late tonight, I can’t codec lock specific extensions, which is suckage, but… oh well, I’ll just do it another way…