03-22-2018 12:38 PM - edited 03-17-2019 12:28 PM
Hi there,
We are moving from CME to BE6K/CUCM.
On the CME we had a quick&dirty script to change over SSH the CFA number on a specific directory number and send a mail notification.
Can this somehow be achieved with the CUCM?
Any ideas?
Thanks,
Norbert
Solved! Go to Solution.
05-03-2018 01:12 AM
Hi,
TAC could help me.
Here the SQL query:
run sql update callforwarddynamic set cfadestination = 'YYYY' where fknumplan = (select numplan.pkid from numplan where dnorpattern= 'XXXX')
YYYY -> insert the call forward destination.
XXXX -> insert the DN you wish to change.
Norbert
03-22-2018 12:41 PM
Probably, but you'd need to do all the programming to use AXL, do the change and then send the email.
There is nothing out of the box to do that.
04-23-2018 07:28 AM
05-03-2018 01:12 AM
Hi,
TAC could help me.
Here the SQL query:
run sql update callforwarddynamic set cfadestination = 'YYYY' where fknumplan = (select numplan.pkid from numplan where dnorpattern= 'XXXX')
YYYY -> insert the call forward destination.
XXXX -> insert the DN you wish to change.
Norbert
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