cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
253
Views
0
Helpful
1
Replies

How to Play Out of working hours message Branch Router (SRST)

Criss Sawyer
Level 1
Level 1

hello All,

i have a branch offiche configured with ESRST with sip ip phone registred to CUCM HQ trough wan link.

i was wondering if we could configured and automatique answering in wich PSTN caller could hear voice message indicating that the working hours.

during the day PTSN calls should land on ip phones as usual.

i have tried the below configuration along with VXML script but i still get busy tone. could someone help please?

<?xml version="1.0" encoding="iso-8859-1"?>
<vxml version="2.0">

<!--
Out Of Office Announcement
File Name : CloseMessage.vxml
Description: Plays back an out of office announcement message

-->

<var name="option"/>
<form id="main">
 <block>
 <prompt><audio src="flash:closeMessage.au"/></prompt>
 </block>
</form>
</vxml>
Router(config)# dial-peer voice 3901 voip
Router(config)# application
Router(config-app)# service CloseMessage flash:CloseMessage.vxml

 Router(config-dial-peer)# incoming called-number 3901
Router(config-dial-peer)# service CloseMessage
Router(config-dial-peer)# codec g711ualaw

1 Reply 1

Criss Sawyer
Level 1
Level 1

hello guys, 

any ideas please?!!

below my correct the ios configuration:

Router(config)# application
Router(config-app)# service CloseMessage flash:CloseMessage.vxml

Router(config)# dial-peer voice 3901 voip
 Router(config-dial-peer)# incoming called-number 3901
Router(config-dial-peer)# service CloseMessage
Router(config-dial-peer)# codec g711ualaw