cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
913
Views
0
Helpful
4
Replies

Call Forwarding/Redirect CME.

leozin8585
Level 1
Level 1

I need to config forwarding calls if some extesions did not answer.

If someone call the extension 9914 and got not answer after 3 rings it have to redirect to 9172 and 9171.

If someone call the extension 9171 and got not answer after 3 rings it have to redirect to 9914 and 9172.

If someone call the extension 9172 and got not answer after 3 rings it have to redirect to 9914 and 9171.

I tried it, thinking that would work. But it doesnt, cause extesion 9998 already exist and guess if put any number as a pilot number onto ephone-hunt, that does not exist it would redirect to list.

router# conf t

router(config)#ephone-dn 42

Router(config-ephone-dn)#  call-forward noan 9998 timeout 8

router(config)# ephone-hunt 8 sequential

pilot 9998

list 9171, 9172

timeout 10, 10

What I need to do ? Sorry am new in Voice World.

4 Replies 4

paolo bevilacqua
Hall of Fame
Hall of Fame

If a number exists already, use another.

Paolo,

If I would use a number that not existing as a pilot, it will work? What would happen to foward to a non existing pilot number as a 2222?

router# conf t

router(config)#ephone-dn 42

Router(config-ephone-dn)#  call-forward noan 2222 timeout 8

router(config)# ephone-hunt 8 sequential

pilot 2222

list 9171, 9172

timeout 10, 10

Read answer above.

I found out the solution to redirect randomly:

#########################

ephone-hunt 6 peer

pilot 9002

list 9171, 9172

timeout 10, 10, 10

ephone-hunt 7 peer

pilot 9001

list 9172, 9914

timeout 10

ephone-hunt 8 peer

pilot 9003

list 9914, 9171

timeout 10

##########################