The command showed me the box that was changed.

Thanks for the info





From: bmead...@gmail.com [mailto:bmead...@gmail.com] On Behalf Of Brian Meade
Sent: Wednesday, August 19, 2015 4:34 PM
To: Norm Nicholson
Cc: cisco-voip@puck.nether.net
Subject: Re: [cisco-voip] Unity 10.5 hacking issue

Other option would be it's under the transfer options.  Try this one to find 
those:

run cuc dbquery unitydirdb select transfer.extension,handler.displayname from 
tbl_transferoption as transfer left join tbl_handler as handler on 
transfer.callhandlerobjectid = handler.objectid where transfer.extension like 
'9%'

On Wed, Aug 19, 2015 at 4:27 PM, Brian Meade 
<bmead...@vt.edu<mailto:bmead...@vt.edu>> wrote:
Actually this query will get you both number and the user/callhandler it's on:

run cuc dbquery unitydirdb select num.transfernumber, handler.displayname from 
tbl_alternatecontactnumber as num left join tbl_menuentry as menu on 
num.menuentryobjectid = menu.objectid left join tbl_handler as handler on 
menu.callhandlerobjectid = handler.objectid where num.transfernumber like '9%'



On Wed, Aug 19, 2015 at 4:19 PM, Brian Meade 
<bmead...@vt.edu<mailto:bmead...@vt.edu>> wrote:
Sounds like alternate number to me.

If they haven't deleted it, try running this from the Unity Connection 
publisher:
run cuc dbquery unitydirdb select * from tbl_alternatecontactnumber where 
transfernumber like '9%'


That will show all alternate contact numbers beginning with 9 and then we can 
figure out the user or call handler it's configured on from there.

On Wed, Aug 19, 2015 at 3:52 PM, 
<norm.nichol...@kitchener.ca<mailto:norm.nichol...@kitchener.ca>> wrote:
All to the same number in St Kitts.



Norm Nicholson
Telecom Analyst
City of Kitchener
(519)741.2200 x7000<tel:%28519%29741.2200%C2%A0x7000>
From: Brian Meade
Sent: Wednesday, August 19, 2015 3:47 PM
To: Norm Nicholson
Cc: cisco-voip@puck.nether.net<mailto:cisco-voip@puck.nether.net>
Subject: Re: [cisco-voip] Unity 10.5 hacking issue


Was it all the same destination number or different numbers?  Manually added 
alternate contacts bypass the restriction tables I believe.

On Wed, Aug 19, 2015 at 3:37 PM, 
<norm.nichol...@kitchener.ca<mailto:norm.nichol...@kitchener.ca>> wrote:

I had an issue with someone getting into Unity and calling long distance one 
evening. The restrict tables were correct but I found the ports on voicemail 
had the LD calling search space and removed it, and the LD stopped. Any idea 
how they can dial 9 , is it from the main call processor or is it in call 
handlers.

Any help would be appreciated.




Thanks



Norm Nicholson
Telecom Analyst
City of Kitchener
(519) 741-2200 x 7000<tel:%28519%29%20741-2200%20x%207000>



_______________________________________________
cisco-voip mailing list
cisco-voip@puck.nether.net<mailto:cisco-voip@puck.nether.net>
https://puck.nether.net/mailman/listinfo/cisco-voip




_______________________________________________
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip

Reply via email to