VoIP gateway settings
Configure the VoIP gateway to send SIP calls the URI defined in the proxy server. The gateway must use the G.711 u-law or a-law codec. Voice activity detection (VAD) must be turned off.
This example shows how to configure a Cisco VoIP gateway.
- Since you have a DNS entry for the proxy server as specified in the previous section, set the sip-server property to the name of the SIP proxy server; for example:
sip-server dns:proxy.nuance.com
- In the Cisco dial-peer, set the destination properties as follows:
- Set the destination-pattern to the telephone number for the application.
- Set the session protocol to sipv2.
- Set the session target to point to sip-server (the same value set above).
- Set the codec to g711ulaw, and ensure an RTP packet size of 30 ms (Voice Platform default).
- Make sure voice activity detection is not enabled.
The following code shows a sample dial-peer datafill:
§ dial-peer voice 300 voip
· application session
· incoming called-number +
· destination-pattern 18003211066
· session protocol sipv2
· session target sip-server
· dtmf-relay rtp-nte
· codec g711ulaw bytes 240
· no vad