To ring a phone you'll want to add this to extensions.conf (this is a rough idea, and there may be other ways to implement it):<br><br>exten => *9,1,Answer<br>exten => *9,n,Dial(ZAP/x,10)<br>exten => *9,n,Voicemail(mailbox, options, etc.)<br>
exten => *9,n,Hangup<br><br>In priority 2 (the second line), the "x" after zap represents the zap channel on the TDM400 you are using, and the "10" indicates the amount in seconds of ringtime. If no one answers within 10 seconds, then it goes to voicemail. I've not done much with setting up voicemail from scratch, but there is some good documentation here to use as a guide:<br>
<br><a href="http://www.asterisk.org/docs/asterisk/trunk/applications/voicemail?type=applications&value=VoiceMail">http://www.asterisk.org/docs/asterisk/trunk/applications/voicemail?type=applications&value=VoiceMail</a><br>
<br>This will give you roughly what you are trying to accomplish, I think you'll need to setup voicemail.conf for email notification etc. <br><br>Hope this helps, and anyone please feel free to correct me if any of my syntax is wrong :) <br>
<br>Stephen <br>K1LNX<br><br><div class="gmail_quote">On Wed, Sep 15, 2010 at 9:53 AM, Ken Page <span dir="ltr"><<a href="mailto:vk4akp@yahoo.com.au">vk4akp@yahoo.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Guys,<br>
<br>
Could do with some help with some idea's if possible?<br>
<br>
I'd like to add a feature so people on the repeater can dial the console<br>
phone here on the TDM400P card.<br>
<br>
The idea is they dial say *9 and it goes to the TDM400P phone.<br>
If no answer after X amount of rings it diverts to voice mail.<br>
The voice mail is then sent to my email address.<br>
<br>
Wondering if anyone has any configs for this sort of thing already that I<br>
could have?<br>
<br>
I've also added a cheap C-Media CM-108 USB dongle to the system that I'd<br>
like to drop a scanner on.<br>
There's no need for PTT COS etc as it's only for RX only .<br>
I'm also wondering if anyone has or would like to start a node list for<br>
receive only devices like this. Similar to the PTT_Link nodes?<br>
I'm yet to get this USB dongle up on the Asterisk box but I'm sure it's only<br>
a config thing I have missed somewhere if someone is interested in looking<br>
at it for me?<br>
<br>
<br>
Regards,<br>
Ken - vk4akp<br>
All_Star # 2134 (VK4RKP Mt Crosby).<br>
<a href="http://shazam.zapto.org" target="_blank">http://shazam.zapto.org</a><br>
.-.-.<br>
<br>
<br>
----- Original Message -----<br>
From: <<a href="mailto:app_rpt-users-request@qrvc.com">app_rpt-users-request@qrvc.com</a>><br>
To: <<a href="mailto:app_rpt-users@qrvc.com">app_rpt-users@qrvc.com</a>><br>
Sent: Wednesday, September 15, 2010 2:00 AM<br>
Subject: App_rpt-users Digest, Vol 19, Issue 21<br>
<br>
<br>
> Send App_rpt-users mailing list submissions to<br>
> <a href="mailto:app_rpt-users@qrvc.com">app_rpt-users@qrvc.com</a><br>
><br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
> <a href="http://qrvc.com/mailman/listinfo/app_rpt-users" target="_blank">http://qrvc.com/mailman/listinfo/app_rpt-users</a><br>
> or, via email, send a message with subject or body 'help' to<br>
> <a href="mailto:app_rpt-users-request@qrvc.com">app_rpt-users-request@qrvc.com</a><br>
><br>
> You can reach the person managing the list at<br>
> <a href="mailto:app_rpt-users-owner@qrvc.com">app_rpt-users-owner@qrvc.com</a><br>
><br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of App_rpt-users digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
>   1. Re: Hostname/fqdn (David Osborn)<br>
><br>
><br>
> ----------------------------------------------------------------------<br>
><br>
> Message: 1<br>
> Date: Mon, 13 Sep 2010 18:14:36 +0100<br>
> From: "David Osborn" <<a href="mailto:david.osborn@manx.net">david.osborn@manx.net</a>><br>
> Subject: Re: [App_rpt-users] Hostname/fqdn<br>
> To: <<a href="mailto:app_rpt-users@qrvc.com">app_rpt-users@qrvc.com</a>><br>
> Message-ID: <002701cb5367$24fb7fb0$6ef27f10$@<a href="mailto:osborn@manx.net">osborn@manx.net</a>><br>
> Content-Type: text/plain; charset="us-ascii"<br>
><br>
> To SSH to your machine from the outside world - i.e. to access it from<br>
> another location, such as the office - you will need to know the public IP<br>
> address of your internet connection and, additionally, you will need to<br>
> have<br>
> the port that is set-up for SSH (222 by default) forwarded to your Linux<br>
> box.<br>
><br>
> If your internet connection is assigned a dynamic IP address (and many<br>
> are),<br>
> then this will change each time you re-connect to the net. In this case, I<br>
> recommend signing-up to one of the free Dynamic DNS services out there,<br>
> then<br>
> you will have a name (e.g. <a href="mailto:AllStarNode@dyndns.org">AllStarNode@dyndns.org</a>) that you can use. There<br>
> are also Dynamic Dns update clients (e.g. ddclient), that you install on<br>
> your PC which will keep the dynamic DNS server updated with your address.<br>
> Alternatively, many ADSL routers support automatic Dynamic DNS updates.<br>
><br>
> It sounds like a lot, but it's pretty straightforward.<br>
><br>
> To discover your present public IP address, type "curl <a href="http://whatismyip.org" target="_blank">whatismyip.org</a>" at<br>
> the console prompt.<br>
><br>
> Bottom line is that the one thing that you don't actually need to access<br>
> your Linux machine from the outside world is its own hostname :-)<br>
><br>
> I hope that helps a little.<br>
><br>
> David Osborn<br>
> GD4HOZ<br>
><br>
><br>
> Message: 1<br>
> Date: Mon, 13 Sep 2010 07:06:27 EDT<br>
> From: <a href="mailto:Tremors834@aol.com">Tremors834@aol.com</a><br>
> Subject: [App_rpt-users] Hostname/fqdn<br>
> To: <a href="mailto:app_rpt-users@qrvc.com">app_rpt-users@qrvc.com</a><br>
> Message-ID: <<a href="mailto:4eb07.3dccc595.39bf5fb3@aol.com">4eb07.3dccc595.39bf5fb3@aol.com</a>><br>
> Content-Type: text/plain; charset="us-ascii"<br>
><br>
> I am having trouble finding the Hostname/fqdn of my server. It's needed so<br>
> I may remote/SSH using Putty.<br>
> If I type Hostname at the command prompt I get the correct 1 word<br>
> "hostname" but this it isn't enough I'm sure to remote SSH.<br>
> app_rpt was installed using the ACID iso. What would I need to do?<br>
> Thanks,<br>
> Gene<br>
> KC2WDZ<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL:<br>
> <a href="http://qrvc.com/pipermail/app_rpt-users/attachments/20100913/4f05c6ba/attach" target="_blank">http://qrvc.com/pipermail/app_rpt-users/attachments/20100913/4f05c6ba/attach</a><br>
> ment-0001.html<br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Mon, 13 Sep 2010 06:16:58 -0500<br>
> From: Chuck Kraly <<a href="mailto:ckraly@gmail.com">ckraly@gmail.com</a>><br>
> Subject: Re: [App_rpt-users] Hostname/fqdn<br>
> To: <a href="mailto:Tremors834@aol.com">Tremors834@aol.com</a><br>
> Cc: <a href="mailto:app_rpt-users@qrvc.com">app_rpt-users@qrvc.com</a><br>
> Message-ID:<br>
> <AANLkTi=<a href="mailto:xUEQDMcr0WG688pdyy-iMifQAY7FmJfN9ZX2P@mail.gmail.com">xUEQDMcr0WG688pdyy-iMifQAY7FmJfN9ZX2P@mail.gmail.com</a>><br>
> Content-Type: text/plain; charset="iso-8859-1"<br>
><br>
> Here is a link on how to change it....<br>
><br>
> <a href="http://www.techiecorner.com/99/how-to-change-hostname-in-linux/" target="_blank">http://www.techiecorner.com/99/how-to-change-hostname-in-linux/</a><br>
> Chuck K0XM<br>
><br>
> On Mon, Sep 13, 2010 at 6:06 AM, <<a href="mailto:Tremors834@aol.com">Tremors834@aol.com</a>> wrote:<br>
><br>
>>  I am having trouble finding the Hostname/fqdn of my server. It's needed<br>
>> so I may remote/SSH using Putty.<br>
>> If I type Hostname at the command prompt I get the correct 1 word<br>
>> "hostname" but this it isn't enough I'm sure to remote SSH.<br>
>> app_rpt was installed using the ACID iso. What would I need to do?<br>
>> Thanks,<br>
>> Gene<br>
>> KC2WDZ<br>
>><br>
>> _______________________________________________<br>
>> App_rpt-users mailing list<br>
>> <a href="mailto:App_rpt-users@qrvc.com">App_rpt-users@qrvc.com</a><br>
>> <a href="http://qrvc.com/mailman/listinfo/app_rpt-users" target="_blank">http://qrvc.com/mailman/listinfo/app_rpt-users</a><br>
>><br>
>><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL:<br>
> <a href="http://qrvc.com/pipermail/app_rpt-users/attachments/20100913/e758b80b/attach" target="_blank">http://qrvc.com/pipermail/app_rpt-users/attachments/20100913/e758b80b/attach</a><br>
> ment-0001.html<br>
><br>
> ------------------------------<br>
><br>
> _______________________________________________<br>
> App_rpt-users mailing list<br>
> <a href="mailto:App_rpt-users@qrvc.com">App_rpt-users@qrvc.com</a><br>
> <a href="http://qrvc.com/mailman/listinfo/app_rpt-users" target="_blank">http://qrvc.com/mailman/listinfo/app_rpt-users</a><br>
><br>
><br>
> End of App_rpt-users Digest, Vol 19, Issue 20<br>
> *********************************************<br>
><br>
><br>
><br>
> ------------------------------<br>
><br>
> _______________________________________________<br>
> App_rpt-users mailing list<br>
> <a href="mailto:App_rpt-users@qrvc.com">App_rpt-users@qrvc.com</a><br>
> <a href="http://qrvc.com/mailman/listinfo/app_rpt-users" target="_blank">http://qrvc.com/mailman/listinfo/app_rpt-users</a><br>
><br>
><br>
> End of App_rpt-users Digest, Vol 19, Issue 21<br>
> *********************************************<br>
<br>
_______________________________________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@qrvc.com">App_rpt-users@qrvc.com</a><br>
<a href="http://qrvc.com/mailman/listinfo/app_rpt-users" target="_blank">http://qrvc.com/mailman/listinfo/app_rpt-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>****************************************<br>Stephen Brown - ARS K1LNX<br>Johnson City, TN EM86<br><a href="http://www.k1lnx.net">http://www.k1lnx.net</a><br>PSTN: 423-665-9367<br>
SIP: <a href="mailto:k1lnx@k1lnx.net">k1lnx@k1lnx.net</a><br>****************************************<br>