11-13-2018 03:59 PM
i have same issue.
when somebody calls it does not show if it is for the hunt pilot or for you.
i am running cucm 12.0.1.22010-1
the 8841 phones were running 12-0-1SR1-1
i upgraded the phones to 12-1-1SR1-4
and still having the same issue
anybody has any ideas?
the 12 versions are not mentioned in this bug as affected or fixed releases
07-29-2019 02:15 AM
Hi,
I've bumped into something similar on CUCM 12.5 SU1 upgrade.
We see it on a 9951 running sip9951.9-4-2SR4-1
Going to check on other phones, not sure if it's CUCM or Phones.
It does seem similar to your bug ID, but again our versions don't match.
I know it's an old question, but I'll pop conclusions in for reference.
Cheers,
Tim
07-29-2019 07:34 AM
So the force was not strong here :)
Used the work around here - normalisation script and SIP profile - this worked nicely
Also tried putting "" around the alerting name, and this also worked.
Bug details..
** for 99xx phones : I do not see any fix here.
** for 7800 >> CSCvn39109. This is an enhancement for firmware so not sure when this will be fixed
** For 88xx series: CSCvh05429. fixed in latest and latest ES releases.
Cheers,
Tim.
08-01-2019 02:05 AM
I tried the Lua script from the other post, as well as the double quote trick, and neither worked for me.
I did make my own Lua script, which works for me, and on both 7800 and 8800 phones though.
M = {} local function hunt_uri_rollback(msg) local old_call_info = msg:getHeader("Call-Info") local new_call_info = string.gsub(old_call_info, "huntpiloturi=\"%%22(.*)%%22(.*)\";", "huntpiloturi=\"%1\"%2;") msg:modifyHeader("Call-Info", new_call_info) end M.outbound_INVITE = hunt_uri_rollback M.outbound_UPDATE = hunt_uri_rollback return M
10-07-2019 12:33 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide