cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
743
Views
5
Helpful
3
Replies

Set CFALL per script on CUCM 11.5?

alig.norbert
Level 4
Level 4

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

1 Accepted Solution

Accepted Solutions

alig.norbert
Level 4
Level 4

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

View solution in original post

3 Replies 3

Jaime Valencia
Cisco Employee
Cisco Employee

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.

HTH

java

if this helps, please rate

Sorry for my delay.
I'm not the programming guy ;-). Have you any recomandation who could develope this for my?

Regards,
Norbert

alig.norbert
Level 4
Level 4

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