I have a question regarding extensions. I understand what is going on in the extension described below. But my question is as follows: I have a TDM400P 4-Port FXS card. What would my Zaptel Interfaces be (Zap/1-1 for the first port on the card)? exten => 7100,1,Dial,Zap/1|24 And then how is the trunks defined as Zaptel interfaces.. In the sample extension file it has Trunk set to Zap/g2.. Where does this come from? Thank you, Geoff Clark
On Tuesday, July 22, 2003 2:02 PM, tns [SMTP:tns@tnspbx.com] wrote:> I have a question regarding extensions. I understand what is goingon> in > the extension described below. But my question is as follows: > > I have a TDM400P 4-Port FXS card. What would my Zaptel Interfaces be > (Zap/1-1 for the first port on the card)? > > exten => 7100,1,Dial,Zap/1|24 > > And then how is the trunks defined as Zaptel interfaces.. In the > sample > extension file it has Trunk set to Zap/g2.. Where does this comefrom?>In zapata.conf (at least for T400P cards) is where channels are given their characteristics. there needs to be an entry before the g2 channels. similar to the following: group = 2 channel = 1-3 This sets channels 1, 2 and 3 to all be part of group 2. Don Pobanz> > Thank you, > > Geoff Clark
[bombay] include => features include => internal-sip include => internal-iax include => bogus [internal-sip] exten => _2XXX,1,Dial(SIP/${EXTEN},20) exten => _2XXX,2,Voicemail(u${EXTEN}) exten => _2XXX,102,Voicemail(b${EXTEN}) exten => _2XXX,103,Hangup [internal-iax] exten => _3XXX,1,Dial(IAX2/${EXTEN},20) exten => _3XXX,2,Voicemail(u${EXTEN}) exten => _3XXX,102,Voicemail(b${EXTEN}) exten => _3XXX,103,Hangup [features] exten => 2999,1,VoicemailMain(${CALLERIDNUM}) [bogus] exten => _.,1,Congestion exten => _.,2,Hangup exten => h,1,Hangup That is my dialplan now i have users from 2000 to 2003 registered in sip.conf and user 3001 in iax.conf. both the clients work properly and i can call to and fro but i cant seem to direct calls to 200X number which on not listed to a congestion signal and same for numbers greater then 3001 which i havent setup. also in both the files sip.conf and iax.conf under general context i have added the line context=bogus. -- regards Vikram (http://www.vicramresearch.com)
How can I configure Asterisk to tell me if there are messages on my voice mail as soon as I hook up an internal phone? Regards, Andrea Frigo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051102/87f5c97e/attachment.htm
You should receive a short ring every 5 or 10 minutes if you have voicemails on your box. Now, if you have an IP Phone, you can have a led (Like the Cisco 7960, or an icon like on the Swissvoice IPS-10) that reports you that condition. Regards, Carlos Alperin _____ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Andrea Frigo Sent: Wednesday, November 02, 2005 10:00 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Extensions How can I configure Asterisk to tell me if there are messages on my voice mail as soon as I hook up an internal phone? Regards, Andrea Frigo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051102/d95faa2c/attachment.htm