[App_rpt-users] use of an IP phone to monitor my node

Pete M petem001 at hotmail.com
Wed Jun 10 12:36:13 UTC 2015


Thanks Bill.

I did not knew about the web configuration of the phone, I was under the 
feeling I would have to program it from the small screen on it.. so that is 
a good news!

But as you said it, I wont open my sip port to the web..

I will try to understand how to make a trunk in IAX2 between my asterisk at 
home and the repeater site..

Anyone here could tell me what would be a good distro for such a small 
system at home?

I have a few thin client that could be used..

PIAF sound good.. I could use  a small ubs stick to run my stuff..

The HD in the Thin client is 1 GB the ram is 1GB  and the cpu speed is 1GHZ 
..

I took a look at the PFSENSE asterisk package. I run this as my router at 
home, the thing seem to be used by guys that knows a lot about asterisk.. I 
know some stuff. but not enough to venture in that game..





-----Message d'origine----- 
From: Bill South
Sent: Wednesday, June 10, 2015 7:47 AM
To: mike at midnighteng.com ; APP RPT ; pete M
Subject: Re: [App_rpt-users] use of an IP phone to monitor my node

I've used several SIP VoIP phones to do exactly what you want...except my 
node is local to me so I deal only on the LAN side.  As an administrator of 
VoIP systems I'll caution opening up your remote node to SIP traffic as 
there are a lot of bad folks out there port scanning SIP 5060 all day long. 
One of our Asterisk systems was being hit so many times by people trying to 
register a SIP phone that we finally had to shut down remote SIP 
registration, by using ACLs in the phone system first but this didn't stop 
the traffic at the router so we dropped all SIP traffic there from the 
Internet.  A real shame because we had users who wanted to work at home and 
a remotely registered SIP phone would have been handy.

As to the Polycom 335, these are about the easiest SIP phones to set up on 
any VoIP system.  If you've done a factory reset then it will come up as 
DHCP and get an IP address from your LAN.  Once you discover the IP address 
it has (press MENU>STATUS>NETWORK>TCPIP) you can HTTP into the phone to set 
up the phone's extension and registration credentials, SIP port, NTP 
settings, digitmap, etc..  You may need to modify the digitmap as well, look 
for the SIP tab at the top of the web interface and scroll down to digitmap. 
If your first digit for extensions is a 5 and they are 4 digits in length, 
for example, be sure there is a setting at the beginning of the dial plan 
string that looks "5xxx|" or modify the default digitmap like "[0-8]xxx|" 
(leave off the quotes of course).

I've found it quite convenient to have a SIP phone on my LAN that is 
connected to my simplex node all the time.  Thanks to a local ham who knows 
app_rpt quite well I was able to set up the extension for my simplex node so 
I can just dial my node number and leave the phone connected all of the time 
on speakerphone (receive only).  I can monitor traffic, and if necessary use 
the phone in lieu of an HT to talk to folks using the "cop6" parameter in 
your RPT.CONF file to turn on transmit (*99 in my system), then dial a "#" 
to drop the transmit but keep the phone connected in receive-only mode.  Its 
kind of a pain to use this sequence as a PTT, so I also keep an HT around to 
RF into my node to talk.

Hope this was useful, enjoy!
--------------------------------------------
On Tue, 6/9/15, pete M <petem001 at hotmail.com> wrote:

Subject: Re: [App_rpt-users] use of an IP phone to monitor my node
To: "mike at midnighteng.com" <mike at midnighteng.com>, "APP RPT" 
<app_rpt-users at ohnosec.org>
Date: Tuesday, June 9, 2015, 8:29 PM

#yiv7606176711
#yiv7606176711 --
.yiv7606176711hmmessage P
{
margin:0px;padding:0px;}
#yiv7606176711 body.yiv7606176711hmmessage
{
font-size:12pt;font-family:Calibri;}
#yiv7606176711 Thanks
that will be a start.. But this mean I need to open my sip
port to the internet cause my node is not here.. It is at
the repeater site..
or I am
thinking I could make myself a small asterisk server
(without app_rpt) and link that server to my node by
IAX?



> Date: Tue, 9 Jun 2015
19:25:47 -0400
> From:
mike at midnighteng.com
> To:
app_rpt-users at ohnosec.org
> Subject: Re:
[App_rpt-users] use of an IP phone to monitor my node
>
>
> While I know nothing of the individual
phone you have and perhaps someone
> has
exact directions for you, I can give some universal
notes...
>
> 1. Get a
manual - probably available online.
>
> 2 most ip phones can be config'd via
ip address. you should be able to use
>
dhcp till you know what your wanting to do.
>
> 3. once you have
your phone config'd for your network keep in mind you
> need to think ahead. issuing a sip id of
5xxx or 6xxx is probably a good
>
starting point. give it a password, as many new types of
hacks nowadays.
>
>
when you get to this point, and need to config a somewhat
matching config
> to sip.conf in your
app_rpt
>
> This
should start you out but some phones are unique and may
require other
> parameters to be set.
>
> [5009]
;Portable-1
> deny=0.0.0.0/0.0.0.0
> username=5009
>
secret=yourpass
> dtmfmode=rfc2833
> canreinvite=no
>
context=radio-control
> host=dynamic
> trustrpid=yes
>
sendrpid=no
> type=peer
> nat=no
> port=5060
> qualify=yes
>
qualifyfreq=60
> transport=udp
> encryption=no
>
callgroup=RPT
> pickupgroup=ALL
> dial=SIP/5009
>
mailbox=5009
> permit=0.0.0.0/0.0.0.0
> callerid=Portable-1 <5009>
> allow=ulaw,gsm,h263
>

> Hope that helps...
>
> ...mike/kb8jnm
>
>
>
>
> > I was given an IP phone about 6
months ago.It was left at my friend home
> > after he lost his job cause the
company went bancrupt. (he was working
>
> from home) they took the laptop but never asked for the
phone and router
> > ;-)  )
> > So I took it and it was trying to
call home to download its firmware and
>
> boot..
> > So I did a reset, now
its waiting to know what do..
> > The
model is a polycom IP335
> > Would it
be possible to program it so that it call my node so that I
could
> > remote monitor it..
> > That of course would be a learning
experience about IP phone..
> > I also
have an ATA , a grandstream ht701.. would that also work?
> > Thanks for the time you take to
answer my nooby question.
> >
Pierre
> >
>
>
> >
_______________________________________________
> > App_rpt-users mailing list
> > App_rpt-users at 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.
>

>
>
_______________________________________________
> App_rpt-users mailing list
> App_rpt-users at 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.


-----Inline Attachment Follows-----

_______________________________________________
App_rpt-users mailing list
App_rpt-users at 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.




More information about the App_rpt-users mailing list