Recently I installed a Dial version on a RPi2 In it includes command to use ilink,9 to send a text message to another node. I am unable to find additional info about ilink,9 and how it works. Could someone give me an explanation if how to utilize it? Also what if anything needs to be pre-configured locally or at the receiving node to use this function. A command syntax example would be nice as I am confused by the comment following the defined DTMF of 809 Rpt.conf defines .... 809 = ilink,9 ; Send Text Message (9,<destnodeno or 0 (for all)>,Message Text, etc. Thanks Larry - N7FM
Larry, To send a text message from a DIAL node to a another node you will need to edit /etc/asterisk/modules.conf change: noload => app_sendtext.so to load => app_sendtext.so and restart asterisk. This will be fixed in future revisions of DIAL from the asterisk cli the command would be" CLI> rpt cmd your node number ilink 9 destination node number,"This is a test" Send a text message of This is a test from node 2154 to node 2100: rpt cmd 2154 ilink 9 2100,"This is a test" The message has to be either 1 word or enclosed in quotes. Notice the comma after the destination node number. This is also valid from the cli: rpt sendtext 2154 2100 "This is another test" As a DTMF command, the entry for 809 wont do anything. You could have: 809 = ilink,9,2100,"Testing ..." would send a text message to node 2100 or, 809 = ilink,9,0,"Testing ..." Which would send the text message to all connected nodes. Hope that helps. 73, Steve N4IRS On 4/3/2016 2:28 PM, larry wrote:
Recently I installed a Dial version on a RPi2
In it includes command to use ilink,9 to send a text message to another node. I am unable to find additional info about ilink,9 and how it works.
Could someone give me an explanation if how to utilize it? Also what if anything needs to be pre-configured locally or at the receiving node to use this function.
A command syntax example would be nice as I am confused by the comment following the defined DTMF of 809 Rpt.conf defines .... 809 = ilink,9 ; Send Text Message (9,<destnodeno or 0 (for all)>,Message Text, etc.
Thanks
Larry - N7FM
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
Steve, A Perfect explanation !!!! Just what I needed. I was trying to play with the 809 command but didn't have the syntax correct. Also didn't realize app_sendtext.so wasn't installed. Now if you would strap on helmet with memory reading sensors all us who haven't a clue could just do a download and quit pestering you ;) Thanks again for sharing Larry - N7FM On 04/04/2016 12:26 PM, Steve Zingman wrote:
Larry, To send a text message from a DIAL node to a another node you will need to edit /etc/asterisk/modules.conf change: noload => app_sendtext.so to load => app_sendtext.so and restart asterisk. This will be fixed in future revisions of DIAL
from the asterisk cli the command would be" CLI> rpt cmd your node number ilink 9 destination node number,"This is a test"
Send a text message of This is a test from node 2154 to node 2100: rpt cmd 2154 ilink 9 2100,"This is a test"
The message has to be either 1 word or enclosed in quotes. Notice the comma after the destination node number.
This is also valid from the cli: rpt sendtext 2154 2100 "This is another test"
As a DTMF command, the entry for 809 wont do anything. You could have: 809 = ilink,9,2100,"Testing ..." would send a text message to node 2100 or, 809 = ilink,9,0,"Testing ..." Which would send the text message to all connected nodes.
Hope that helps.
73, Steve N4IRS
On 4/3/2016 2:28 PM, larry wrote:
Recently I installed a Dial version on a RPi2
In it includes command to use ilink,9 to send a text message to another node. I am unable to find additional info about ilink,9 and how it works.
Could someone give me an explanation if how to utilize it? Also what if anything needs to be pre-configured locally or at the receiving node to use this function.
A command syntax example would be nice as I am confused by the comment following the defined DTMF of 809 Rpt.conf defines .... 809 = ilink,9 ; Send Text Message (9,<destnodeno or 0 (for all)>,Message Text, etc.
Thanks
Larry - N7FM
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Larry, it's not a problem. The fact that app_sendtext was not enabled was my fault. In a attempt to only load what was needed, I missed it. All the applications, functions resources and most of the channel drivers are installed. Just not enabled by default in DIAL The reason I built modules,conf the way I did is to make it as easy as possible for someone to turn on or off a feature. I will be making sure that any of the modules I missed are enabled or at least available and "documented" I'm just a user, granted a committed user, or is that I should be committed? AllStar (app_rpt) is Jim's baby. I built it on Debian because people were starting to have problems with ACID and newer hardware. Most of my work comes out of the fact that I LOVE a open source repeater / ROIP system that I can get my fingers dirty with. 73, Steve N4IRS On 04/04/2016 05:19 PM, larry wrote:
Steve,
A Perfect explanation !!!!
Just what I needed. I was trying to play with the 809 command but didn't have the syntax correct. Also didn't realize app_sendtext.so wasn't installed.
Now if you would strap on helmet with memory reading sensors all us who haven't a clue could just do a download and quit pestering you ;)
Thanks again for sharing
Larry - N7FM
On 04/04/2016 12:26 PM, Steve Zingman wrote:
Larry, To send a text message from a DIAL node to a another node you will need to edit /etc/asterisk/modules.conf change: noload => app_sendtext.so to load => app_sendtext.so and restart asterisk. This will be fixed in future revisions of DIAL
from the asterisk cli the command would be" CLI> rpt cmd your node number ilink 9 destination node number,"This is a test"
Send a text message of This is a test from node 2154 to node 2100: rpt cmd 2154 ilink 9 2100,"This is a test"
The message has to be either 1 word or enclosed in quotes. Notice the comma after the destination node number.
This is also valid from the cli: rpt sendtext 2154 2100 "This is another test"
As a DTMF command, the entry for 809 wont do anything. You could have: 809 = ilink,9,2100,"Testing ..." would send a text message to node 2100 or, 809 = ilink,9,0,"Testing ..." Which would send the text message to all connected nodes.
Hope that helps.
73, Steve N4IRS
On 4/3/2016 2:28 PM, larry wrote:
Recently I installed a Dial version on a RPi2
In it includes command to use ilink,9 to send a text message to another node. I am unable to find additional info about ilink,9 and how it works.
Could someone give me an explanation if how to utilize it? Also what if anything needs to be pre-configured locally or at the receiving node to use this function.
A command syntax example would be nice as I am confused by the comment following the defined DTMF of 809 Rpt.conf defines .... 809 = ilink,9 ; Send Text Message (9,<destnodeno or 0 (for all)>,Message Text, etc.
Thanks
Larry - N7FM
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
Ok, I have to ask. Just what would node 2100 do with this text message that it is being sent? And with full disclosure here, I have not looked thru the docs for this information yet. 73's LaRoy McCann, K5TW On 4/4/2016 2:26 PM, Steve Zingman wrote:
Larry, To send a text message from a DIAL node to a another node you will need to edit /etc/asterisk/modules.conf change: noload => app_sendtext.so to load => app_sendtext.so and restart asterisk. This will be fixed in future revisions of DIAL
from the asterisk cli the command would be" CLI> rpt cmd your node number ilink 9 destination node number,"This is a test"
Send a text message of This is a test from node 2154 to node 2100: rpt cmd 2154 ilink 9 2100,"This is a test"
The message has to be either 1 word or enclosed in quotes. Notice the comma after the destination node number.
This is also valid from the cli: rpt sendtext 2154 2100 "This is another test"
As a DTMF command, the entry for 809 wont do anything. You could have: 809 = ilink,9,2100,"Testing ..." would send a text message to node 2100 or, 809 = ilink,9,0,"Testing ..." Which would send the text message to all connected nodes.
Hope that helps.
73, Steve N4IRS
On 4/3/2016 2:28 PM, larry wrote:
Recently I installed a Dial version on a RPi2
In it includes command to use ilink,9 to send a text message to another node. I am unable to find additional info about ilink,9 and how it works.
Could someone give me an explanation if how to utilize it? Also what if anything needs to be pre-configured locally or at the receiving node to use this function.
A command syntax example would be nice as I am confused by the comment following the defined DTMF of 809 Rpt.conf defines .... 809 = ilink,9 ; Send Text Message (9,<destnodeno or 0 (for all)>,Message Text, etc.
Thanks
Larry - N7FM
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
Node 2100 is just that, a node like every other node. I just happened to choose it for a example. On 04/04/2016 06:20 PM, LaRoy McCann wrote:
Ok, I have to ask.
Just what would node 2100 do with this text message that it is being sent?
And with full disclosure here, I have not looked thru the docs for this information yet.
73's LaRoy McCann, K5TW
On 4/4/2016 2:26 PM, Steve Zingman wrote:
Larry, To send a text message from a DIAL node to a another node you will need to edit /etc/asterisk/modules.conf change: noload => app_sendtext.so to load => app_sendtext.so and restart asterisk. This will be fixed in future revisions of DIAL
from the asterisk cli the command would be" CLI> rpt cmd your node number ilink 9 destination node number,"This is a test"
Send a text message of This is a test from node 2154 to node 2100: rpt cmd 2154 ilink 9 2100,"This is a test"
The message has to be either 1 word or enclosed in quotes. Notice the comma after the destination node number.
This is also valid from the cli: rpt sendtext 2154 2100 "This is another test"
As a DTMF command, the entry for 809 wont do anything. You could have: 809 = ilink,9,2100,"Testing ..." would send a text message to node 2100 or, 809 = ilink,9,0,"Testing ..." Which would send the text message to all connected nodes.
Hope that helps.
73, Steve N4IRS
On 4/3/2016 2:28 PM, larry wrote:
Recently I installed a Dial version on a RPi2
In it includes command to use ilink,9 to send a text message to another node. I am unable to find additional info about ilink,9 and how it works.
Could someone give me an explanation if how to utilize it? Also what if anything needs to be pre-configured locally or at the receiving node to use this function.
A command syntax example would be nice as I am confused by the comment following the defined DTMF of 809 Rpt.conf defines .... 809 = ilink,9 ; Send Text Message (9,<destnodeno or 0 (for all)>,Message Text, etc.
Thanks
Larry - N7FM
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
Leroy, I was informed by Mike N4IRR that I did not understand your question. The txt message that arrives at 2100 my answer did not your question. The text message simply appears on the console if logged in. The receiving node does send a "double beep" to the transmitter like it has received a command. I can't find anything else. It may be possible to trigger something. Maybe someone else can comment. Here is how the message is received at the console: Message sent to 2100 from 2154: Private Text Message for 2100 From 2154: This is a test Message sent to all connected nodes: Text Message From 2154: This is a test Hope that helps. 73, Steve N4IRS On 04/04/2016 06:20 PM, LaRoy McCann wrote:
Ok, I have to ask.
Just what would node 2100 do with this text message that it is being sent?
And with full disclosure here, I have not looked thru the docs for this information yet.
73's LaRoy McCann, K5TW
On 4/4/2016 2:26 PM, Steve Zingman wrote:
Larry, To send a text message from a DIAL node to a another node you will need to edit /etc/asterisk/modules.conf change: noload => app_sendtext.so to load => app_sendtext.so and restart asterisk. This will be fixed in future revisions of DIAL
from the asterisk cli the command would be" CLI> rpt cmd your node number ilink 9 destination node number,"This is a test"
Send a text message of This is a test from node 2154 to node 2100: rpt cmd 2154 ilink 9 2100,"This is a test"
The message has to be either 1 word or enclosed in quotes. Notice the comma after the destination node number.
This is also valid from the cli: rpt sendtext 2154 2100 "This is another test"
As a DTMF command, the entry for 809 wont do anything. You could have: 809 = ilink,9,2100,"Testing ..." would send a text message to node 2100 or, 809 = ilink,9,0,"Testing ..." Which would send the text message to all connected nodes.
Hope that helps.
73, Steve N4IRS
On 4/3/2016 2:28 PM, larry wrote:
Recently I installed a Dial version on a RPi2
In it includes command to use ilink,9 to send a text message to another node. I am unable to find additional info about ilink,9 and how it works.
Could someone give me an explanation if how to utilize it? Also what if anything needs to be pre-configured locally or at the receiving node to use this function.
A command syntax example would be nice as I am confused by the comment following the defined DTMF of 809 Rpt.conf defines .... 809 = ilink,9 ; Send Text Message (9,<destnodeno or 0 (for all)>,Message Text, etc.
Thanks
Larry - N7FM
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
Steve, Thanks for the info. The message showing up on the console is the information I was looking for. I just had no idea what happened to the text message when it got to the destination node. Thanks LaRoy McCann, K5TW ---------- Original Message ----------- From: Steve Zingman <szingman@msgstor.com> To: LaRoy McCann <lmccann@dtisp.com>, app_rpt-users@ohnosec.org Sent: Mon, 4 Apr 2016 21:16:55 -0400 Subject: [Spam?] Re: [App_rpt-users] Understanding ilink,9 usage
Leroy, I was informed by Mike N4IRR that I did not understand your question. The txt message that arrives at 2100 my answer did not your question. The text message simply appears on the console if logged in. The receiving node does send a "double beep" to the transmitter like it has received a command. I can't find anything else. It may be possible to trigger something. Maybe someone else can comment.
Here is how the message is received at the console:
Message sent to 2100 from 2154: Private Text Message for 2100 From 2154: This is a test Message sent to all connected nodes: Text Message From 2154: This is a test
Hope that helps.
73, Steve N4IRS
On 04/04/2016 06:20 PM, LaRoy McCann wrote:
Ok, I have to ask.
Just what would node 2100 do with this text message that it is being sent?
And with full disclosure here, I have not looked thru the docs for this information yet.
73's LaRoy McCann, K5TW
On 4/4/2016 2:26 PM, Steve Zingman wrote:
Larry, To send a text message from a DIAL node to a another node you will need to edit /etc/asterisk/modules.conf change: noload => app_sendtext.so to load => app_sendtext.so and restart asterisk. This will be fixed in future revisions of DIAL
from the asterisk cli the command would be" CLI> rpt cmd your node number ilink 9 destination node number,"This is a test"
Send a text message of This is a test from node 2154 to node 2100: rpt cmd 2154 ilink 9 2100,"This is a test"
The message has to be either 1 word or enclosed in quotes. Notice the comma after the destination node number.
This is also valid from the cli: rpt sendtext 2154 2100 "This is another test"
As a DTMF command, the entry for 809 wont do anything. You could have: 809 = ilink,9,2100,"Testing ..." would send a text message to node 2100 or, 809 = ilink,9,0,"Testing ..." Which would send the text message to all connected nodes.
Hope that helps.
73, Steve N4IRS
On 4/3/2016 2:28 PM, larry wrote:
Recently I installed a Dial version on a RPi2
In it includes command to use ilink,9 to send a text message to another node. I am unable to find additional info about ilink,9 and how it works.
Could someone give me an explanation if how to utilize it? Also what if anything needs to be pre-configured locally or at the receiving node to use this function.
A command syntax example would be nice as I am confused by the comment following the defined DTMF of 809 Rpt.conf defines .... 809 = ilink,9 ; Send Text Message (9,<destnodeno or 0 (for all)>,Message Text, etc.
Thanks
Larry - N7FM
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
-- This message has been scanned for viruses and dangerous content by the DTISP MailScanner, and is believed to be clean. ------- End of Original Message -------
So what does the receiving node do with the incoming text msg? Does it display on the console or does it make Allison speak the text message over the air? Jon RQ On 4/4/2016 3:26 PM, Steve Zingman wrote:
Larry, To send a text message from a DIAL node to a another node you will need to edit /etc/asterisk/modules.conf change: noload => app_sendtext.so to load => app_sendtext.so and restart asterisk. This will be fixed in future revisions of DIAL
from the asterisk cli the command would be" CLI> rpt cmd your node number ilink 9 destination node number,"This is a test"
Send a text message of This is a test from node 2154 to node 2100: rpt cmd 2154 ilink 9 2100,"This is a test"
The message has to be either 1 word or enclosed in quotes. Notice the comma after the destination node number.
This is also valid from the cli: rpt sendtext 2154 2100 "This is another test"
As a DTMF command, the entry for 809 wont do anything. You could have: 809 = ilink,9,2100,"Testing ..." would send a text message to node 2100 or, 809 = ilink,9,0,"Testing ..." Which would send the text message to all connected nodes.
Hope that helps.
73, Steve N4IRS
On 4/3/2016 2:28 PM, larry wrote:
Recently I installed a Dial version on a RPi2
In it includes command to use ilink,9 to send a text message to another node. I am unable to find additional info about ilink,9 and how it works.
Could someone give me an explanation if how to utilize it? Also what if anything needs to be pre-configured locally or at the receiving node to use this function.
A command syntax example would be nice as I am confused by the comment following the defined DTMF of 809 Rpt.conf defines .... 809 = ilink,9 ; Send Text Message (9,<destnodeno or 0 (for all)>,Message Text, etc.
Thanks
Larry - N7FM
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
--- This email is free from viruses and malware because avast! Antivirus protection is active. https://www.avast.com/antivirus
Jon, The message appears on the console of the receiving node if logged in. It is not sent to the log it does not seem to trigger a "event" It does not show up in debug It is not spoken 73, Steve N4IRS On 4/5/2016 2:09 PM, Jon Rorke wrote:
So what does the receiving node do with the incoming text msg?
Does it display on the console or does it make Allison speak the text message over the air? Jon RQ
On 4/4/2016 3:26 PM, Steve Zingman wrote:
Larry, To send a text message from a DIAL node to a another node you will need to edit /etc/asterisk/modules.conf change: noload => app_sendtext.so to load => app_sendtext.so and restart asterisk. This will be fixed in future revisions of DIAL
from the asterisk cli the command would be" CLI> rpt cmd your node number ilink 9 destination node number,"This is a test"
Send a text message of This is a test from node 2154 to node 2100: rpt cmd 2154 ilink 9 2100,"This is a test"
The message has to be either 1 word or enclosed in quotes. Notice the comma after the destination node number.
This is also valid from the cli: rpt sendtext 2154 2100 "This is another test"
As a DTMF command, the entry for 809 wont do anything. You could have: 809 = ilink,9,2100,"Testing ..." would send a text message to node 2100 or, 809 = ilink,9,0,"Testing ..." Which would send the text message to all connected nodes.
Hope that helps.
73, Steve N4IRS
On 4/3/2016 2:28 PM, larry wrote:
Recently I installed a Dial version on a RPi2
In it includes command to use ilink,9 to send a text message to another node. I am unable to find additional info about ilink,9 and how it works.
Could someone give me an explanation if how to utilize it? Also what if anything needs to be pre-configured locally or at the receiving node to use this function.
A command syntax example would be nice as I am confused by the comment following the defined DTMF of 809 Rpt.conf defines .... 809 = ilink,9 ; Send Text Message (9,<destnodeno or 0 (for all)>,Message Text, etc.
Thanks
Larry - N7FM
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
--- This email is free from viruses and malware because avast! Antivirus protection is active. https://www.avast.com/antivirus
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
Jon, One thing I missed, It does cause the receiving transmitter (does that make sense) to send a command ack. "beep beep" The message appears on the console of the receiving node if logged in. It is not sent to the log it does not seem to trigger a "event" It does not show up in debug It is not spoken 73, Steve N4IRS On 4/5/2016 2:09 PM, Jon Rorke wrote:
So what does the receiving node do with the incoming text msg?
Does it display on the console or does it make Allison speak the text message over the air? Jon RQ
On 4/4/2016 3:26 PM, Steve Zingman wrote:
Larry, To send a text message from a DIAL node to a another node you will need to edit /etc/asterisk/modules.conf change: noload => app_sendtext.so to load => app_sendtext.so and restart asterisk. This will be fixed in future revisions of DIAL
from the asterisk cli the command would be" CLI> rpt cmd your node number ilink 9 destination node number,"This is a test"
Send a text message of This is a test from node 2154 to node 2100: rpt cmd 2154 ilink 9 2100,"This is a test"
The message has to be either 1 word or enclosed in quotes. Notice the comma after the destination node number.
This is also valid from the cli: rpt sendtext 2154 2100 "This is another test"
As a DTMF command, the entry for 809 wont do anything. You could have: 809 = ilink,9,2100,"Testing ..." would send a text message to node 2100 or, 809 = ilink,9,0,"Testing ..." Which would send the text message to all connected nodes.
Hope that helps.
73, Steve N4IRS
On 4/3/2016 2:28 PM, larry wrote:
Recently I installed a Dial version on a RPi2
In it includes command to use ilink,9 to send a text message to another node. I am unable to find additional info about ilink,9 and how it works.
Could someone give me an explanation if how to utilize it? Also what if anything needs to be pre-configured locally or at the receiving node to use this function.
A command syntax example would be nice as I am confused by the comment following the defined DTMF of 809 Rpt.conf defines .... 809 = ilink,9 ; Send Text Message (9,<destnodeno or 0 (for all)>,Message Text, etc.
Thanks
Larry - N7FM
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
--- This email is free from viruses and malware because avast! Antivirus protection is active. https://www.avast.com/antivirus
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
participants (4)
-
Jon Rorke -
LaRoy McCann -
larry -
Steve Zingman