Cisco Cisco IOS Software Release 12.2(11)T

다운로드
페이지 256
 
Configuring SIP and TEL URL Support
Configuration Examples for SIP and TEL URL Support
201
Cisco IOS TCL IVR and VoiceXML Application Guide
 
 isdn switch-type primary-5ess
 isdn incoming-voice modem
 fair-queue 64 256 0
 no cdp enable
!
interface FastEthernet0
 ip address 128.107.196.9 255.255.255.240
 no ip route-cache
 no ip mroute-cache
 duplex half
 speed 10
 no cdp enable
!
ip default-gateway 1.7.0.1
ip classless
ip route 207.104.210.0 255.255.255.0 128.107.196.1
ip route 223.255.254.0 255.255.255.0 1.7.0.1
no ip http server
ip pim bidir-enable
!
!
no cdp run
!
!
call rsvp-sync
!
call application voice get_headers_tcl tftp://dev/demo/TCL/scripts/get_headers.tcl
call application voice get_headers_tcl language 1 en
call application voice get_headers_tcl set-location en 0 tftp://dirt/cchiu/AUDIO/en/
!
call application voice get_headers_vxml tftp://dev/demo/VXML/scripts/get_headers.vxml
call application voice get_headers_vxml language 1 en
call application voice get_headers_vxml set-location en 0 tftp://dev/demo/AUDIO/en/
!
voice-port 0:D
!
mgcp ip qos dscp cs5 media
mgcp ip qos dscp cs3 signaling
!
mgcp profile default
!
dial-peer cor custom
!
!
!
dial-peer voice 1 pots
 application test
 incoming called-number 52950
 port 0:D
!
dial-peer voice 767 voip
 application get_headers_vxml
 session target ipv4:1.7.104.89
 incoming uri called 767
 codec g711ulaw
!
dial-peer voice 766 voip
 application get_headers_tcl
 session protocol sipv2
 session target ipv4:1.7.104.89
 incoming uri request 766
 codec g711ulaw
!