[arm-allstar] Supermon not connecting with Asterisk Manger

Peace Farmer peacefarmer at mac.com
Tue Oct 22 23:17:55 EDT 2019


Hello Eric and all,

Managed to get around all the Putty Problems at start.  Have managed to insert code lines for registration that I received from David.  I have Supermon up and running.  BUT, two issues.  Supermon will not connect to Asterisk and while I am showing that the node is registered, It will not connect anywhere.  Hmmm.  Any ideas?  I can provide files to the list here, and I have had the help of K6PBT, and for the life of both of us, can not yet figure out where the problem is.  There has to be a wrong entry somewhere.

If there is another particular file I can provide, let me know.  I own two nodes, 490470 (nano-ae) that I have had for a year and the new one, 490471, the RPi4 node

Note:   I X’d out a password 

Regards,

Jeffrey

; THIS IS AN IMPORTANT FILE! EDIT CAREFULLY!
; MAKE A BACKUP BEFORE EDITING

[general]
bindport=4569
bindaddr=0.0.0.0
disallow=all
allow=g726aal2
allow=ilbc
allow=ulaw
allow=gsm
; Hamvoip additional codecs - uncomment as needed
;allow=g729
;allow=adpcm
;allow=g722
;allow=codec2
;
jitterbuffer=yes
forcejitterbuffer=yes
dropcount=2
maxjitterbuffer=4000
maxjitterinterps=10
resyncthreshold=1000
maxexcessbuffer=80
minexcessbuffer=10
jittershrinkrate=1
tos=0x1E
autokill=yes
delayreject=yes
;iaxthreadcount=30
;iaxmaxthreadcount=150

; Uncomment one or both of the following lines and add
; your node number in place of xxxxx
; and your node password in place of yyyyyy

; Include hamvoip registration
#includeifexists iax-hamvoip.conf

register=490471:e048d7b169fa at register.allstarlink.org <mailto:e048d7b169fa at register.allstarlink.org>
;register=490470:e048d7b169fa at register.allstarlink.org <mailto:e048d7b169fa at register.allstarlink.org>
;register=490470#4569:oj2lyplfDitiOi at register.hamvoip.org <mailto:oj2lyplfDitiOi at register.hamvoip.org>
register=490471#4569:7darpaTcjSUPob at register.hamvoip.org <mailto:7darpaTcjSUPob at register.hamvoip.org>

[radio-proxy]
type=user
;deny=0.0.0.0/0.0.0.0
;permit=0.0.0.0/255.255.255.255
context=radio-secure-proxy
disallow=all
allow=g726aal2
allow=ilbc
allow=ulaw
allow=gsm
; Hamvoip additional codecs - uncomment as needed
;allow=g729
;allow=adpcm
;allow=g722
;allow=codec2
;
transfer=no

[radio-proxy-out]
type=peer
host=
; add your node number as username
username=490471
; add your node password as secret
secret=e048d7b169fa
auth=md5
disallow=all
allow=g726aal2
allow=ilbc
allow=ulaw
allow=gsm
; Hamvoip additional codecs
;allow=g729
;allow=adpcm
;allow=g722
;allow=codec2
;
transfer=no

; IAXRPT Example - THis stanza is used for Windows IAXRPT

[iaxrpt]
user=iaxrpt
type=user
context=radio-iaxrpt
auth=md5
; add a password of your selection for secret
secret=(XXXXXXXXXXX) ; PASSWORD (X’d Out)
host=dynamic
disallow=all
allow=ulaw
allow=gsm
transfer=no

; Example for Android/Iphone Zoiper/IAXRPT phone connections
; Commented lines below must be configured to your settings
; See the iax-rpt or zioper howto at hamvoip.org <http://hamvoip.org/>

[myphone-iaxrpt]   ; The stanza is the Username from the phone app
type=friend
context=phone-iaxrpt
host=dynamic
auth=md5
secret=km6pzqn6tdg   ; PASSWORD
disallow=all
allow=ulaw
transfer=no
calltokenoptional=0.0.0.0/0.0.0.0
requirecalltoken=no

; [pbx]
;type=friend
;username=pbx
;host=192.168.0.2
;;auth=md5
;secret=wa3dsp23
;context=default


; Incoming radios needed connections

[radio]
type=user
disallow=all
allow=g726aal2
allow=ilbc
allow=ulaw
allow=gsm
; Hamvoip additional codecs - uncomment as needed
;allow=g729
;allow=adpcm
;allow=g722
;allow=codec2
;
codecpriority=host
;
; To use the ban/allow (blacklist/whitelist) feature
; comment with a ';' the context = radio-secure line and
; remove the ';' from either the context = whitelist or
; context = blacklist line. ONLY ONE of the three lines
; can be active (uncommented).
;
; The best way to allow or ban nodes from the database is to
; use the Supermon application or the node-ban-allow.sh script.

context = radio-secure
;context = whitelist
;context = blacklist
;
transfer=no

; Incoming phone connections to app_rpt

;[radio-control]
;type=user
;secret=nunya
;disallow=all
;allow=gsm
;allow=ilbc
;allow=ulaw
;allow=gsm
; Hamvoip additional codecs - uncomment as needed
;allow=g729
;allow=adpcm
;allow=g722
;allow=codec2
;
;codecpriority=host
;context=radio-control
;transfer=no

; For Allstar Phone access
[allstar-sys]
type=user
context=allstar-sys
auth=rsa
inkeys=allstar
disallow=all
allow=ulaw

; For Allstar web page access
[allstar-public]
type=user
context=allstar-public
auth=md5
secret=allstar
disallow=all
allow=ulaw
allow=gsm

; Setup for outgoing calls

;[yourprovider]		; This needs to change
;type=peer
;host=127.0.0.1
;secret=nunya
;auth=md5
;disallow=all
;allow=gsm
;transfer=no

#includeifexists custom/iax.conf


More information about the ARM-allstar mailing list