491 Request Pending
The request was received by a UAS that had a pending request within the same dialog. The UAS cannot process both requests simultaneously.
On this page
When You See This Code
When sending a re-INVITE while another re-INVITE is still being processed. Common during hold/unhold or codec change sequences.
How to Fix
Wait for the pending transaction to complete before sending a new one. Implement proper glare handling (RFC 3261 Section 14.1).
Specification
Compare With
Guides
Glossary
Frequently Asked Questions
What is SIP 491 Request Pending?
The request was received by a UAS that had a pending request within the same dialog. The UAS cannot process both requests simultaneously.
When do you see SIP 491 Request Pending?
When sending a re-INVITE while another re-INVITE is still being processed. Common during hold/unhold or codec change sequences.
How to fix SIP 491 Request Pending?
Wait for the pending transaction to complete before sending a new one. Implement proper glare handling (RFC 3261 Section 14.1).