The VoIP Users Conference gathers weekly on Fridays to discuss all things VoIP. Free, and open to the public, participants can listen live or download archived recordings.
There are three main ways to access the live conference:
- via SIP directly
- via PSTN (see below for the number)
- via the Talkshoe client
Recently, several participants experienced difficulties in connecting to the conference using SIP. The issue dealt with DTMF recognition and prevented the participant from entering the conference number and pin.
Thanks to the power of SIP, this problem can be circumvented using a SIP Header. Adding the SIP Header of Subject: <passcode>22622</passcode><pin>YOURPIN</pin> will bypass the DTMF needs and enter you into the conference automatically.
Using Asterisk, a SIP Header can easily be added to your dialplan. For example, if you wanted to dial *10 to reach the VoIP Users Conference, you would modify your extensions.conf to contain something like:
exten => *10,1,NoOp(VoIP Users Conference Fridays at 12pm EST. Replace YOURPIN with your talkshoe pin) exten => *10,n,SIPAddHeader(Subject: <passcode>22622</passcode><pin>YOURPIN</pin>) exten => *10,n,Dial(SIP/talkshoe@vuc.onsip.com)
The VoIP Users Conference meets every Friday at 12pm Eastern Standard Time. More information can be found by following these links:
- VoIP Users Conference
- VoIP Users Conference Ning Group
- Talkshoe
- PSTN –> Dial (724) 444-7444 and enter 22622# 1#

{ 0 comments… add one now }