Welcome to GotSpeech.NET Sign in | Join | Help

Browse by Tags

All Tags » SIP   (RSS)
Avoiding Call Throttling on Outbound Calls
One of the most common ways of queuing outbound calls with Speech Server is by using the built in MSMQ support. For the most part, using a message queue is extremely straightforward and easy to implement. But there is one gotcha – call throttling. When Read More...
Handling SIP Errors on Outbound Calls
  When placing outbound calls there are a number of scenarios that you will want to apply business logic too. When your application reaches a BUSY number for example, you will need to make an appropriate decision as to how to process this result Read More...
302 Redirect and Box-2-Box Testing
When testing Speech Server applications in our lab we often use what we call a “Box-2-Box” test. This is where we point two Speech Server instances at each other such that “Box A” makes an outbound call to “Box B” over the local LAN. This can be useful Read More...
SIP Monitoring with Wireshark
Wireshark is a free tool for capturing network traffic. It is an invaluable resource for troubleshooting problems with VOIP calls. It is available for download from www.wireshark.org (current version for Windows as of this post is 1.05). I’m going to Read More...