I was working on an issue being experienced by someone remotely attached to my asterisk machine, and found an abnormality. I use a realtime implementation to allow for easy addition of users and to have the data I want in MySQL (makes it easier to monitor activity in CDR, etc). The problem recently was as [...]
Entries from October 2008
Asterisk Debug Gotcha
October 8th, 2008 · No Comments
Tags: Linux · Programming · Random
Asterisk Reinvite Improved
October 6th, 2008 · No Comments
Looking into the docs for Asterisk 1.6.0 for a solution to a NAT issue, you can find that asterisk reinvite has improved significantly in the later versions. Previously, you had to turn it off for peers stuck behind NAT, this is resolved in newer versions of Asterisk which attempt to determine if a peer is [...]
Tags: Linux · Programming · Random
Asterisk Context Control
October 5th, 2008 · No Comments
Recently, I have been toying with Asterisk 1.6.0 to work in some new internal features that I want to leverage. One of the key features I took advantage of is the context option for each SIP peer. It is possible to exclude one group of users from calling another group by using contexts. Let’s say [...]
Tags: Linux · Programming · Random