cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
712
Views
5
Helpful
4
Replies

Overlay dn with CCME

sagar.sarker
Level 1
Level 1

Hi,


We have a CCME setup in our office. One of the eight PSTN lines is connected with an IP phone with PLAR OPX. Now is it possible to configure another line that will start ringing after the primary line rings for 15 secs? I tried configuring the secondary line as overlay dn, but in this case both the phones ring simultaneously. We need primary line rings first and after 15 secs secondary line will start ringing.


Any idea in this regard is highly appreciable.


Best regards,

Sagar

1 Accepted Solution
4 Replies 4

dijohn
Cisco Employee
Cisco Employee

Try

Router(config)# voice hunt-group 3 sequential

Router(config-voice-hunt-group)# pilot 5601

Router(config-voice-hunt-group)# list 5001

Router(config-voice-hunt-group)# final 6000

Router(config-voice-hunt-group)# timeout 30

Router(config-voice-hunt-group)# exit

voice-port 0/1/0

connection plar opx 5601

This config should ring 5001 for 30 seconds then fall-back to 6000.

Play around with the time-outs to optimize according to your needs

HTH

PS: Rate useful posts.

Hi John,


Thank you very much. Most precise solution I have ever got from this forum. May be this is not a big deal for experts, but as a newbie this is fantastic.


Regards,

Sagar

Thanks for the compliments