cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2950
Views
10
Helpful
1
Replies

timeout for sip invite

aclhkaclhk
Level 1
Level 1

we are using as5350xm.

dial-peer voice 500 voip

destination-pattern 213952..

voice-class codec 1

session protocol sipv2

session target ipv4:192.168.1.22

dtmf-relay h245-alphanumeric

no vad

could we config the timeout value for waiting response from 192.168.1.22 after sending SIP invite?

1 Reply 1

MARTIN STREULE
Spotlight
Spotlight

Hi,

try that:

sip-ua

timers invite-wait-100

Time (in milliseconds) to wait for a "100" (trying) response to an INVITE request; default = 500

You probably also want to tweak the "retry" value - a gateway tries the invite for 6 times by default.

sip-ua

retry invite

You find more info here:

http://www.cisco.com/en/US/products/sw/iosswrel/ps1834/products_feature_guide09186a008007fe68.html

Have fun,

Martin