è stata attivata la linea telefonica esterna +39 06 9292 9324 con la quale è possibile parlare tramite il nodo 515932 via radio e con tutti i sistemi interconnessi al costo del proprio gestore telefonico digitare *99 ptt on e # ptt off (per le info @iu0ndt)
Come utilizzare il centralino e comunicare tra i vari interni e trasmettere via radio .
Semplicemente caricando il modulo sip e configurando i due file sip.conf e extensions.conf
Per eventuali chiarimenti sempre il mio indirizzo email o il contatto telegram @iu0ndt
Qui di seguito un estratto dei due file … buon lavoro
Sip.conf
[general]
context= xxxxxx ; Default context for incoming calls
bindport=5060 ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=127.0.0.1 ; IP address to bind to (0.0.0.0 binds to all)
srvlookup=yes ; Enable DNS SRV lookups on outbound calls
language=us;it ; Default language setting for all users/peers
; This may also be set for individual users/peers
canreinvite=no ; Workaround per problemi di autenticazione con Messagenet
[210] ; interno
type=friend
host=dynamic
username=210
secret=xxxxxx ; make it yours
dtmfmode=rfc2833
mailbox=210 ; Mailbox for message waiting indicator
context=sip-phones ; Points to the stanza in extensions.conf
callerid=”1 interno” <210> ; Note: Asterisk only uses the first host
; in SRV records
; Disabling DNS SRV lookups disables the
; ability to place SIP calls based on domain
; names to some other SIP users on the Internet
[211] ;interno
type=friend
host=dynamic
username=211
secret=xxxxxx ; make it yours
dtmfmode=rfc2833
mailbox=211 ; Mailbox for message waiting indicator
context=sip-phones ; Points to the stanza in extensions.conf
callerid=”2 interno” <211> ; Note: Asterisk only uses the first host
; in SRV records
; Disabling DNS SRV lookups disables the
; ability to place SIP calls based on domain
; names to some other SIP users on the Internet
………………………………
[sip-phones]
exten => _515932,1,NoOp(‘Chiamata entrante da interni sip , redirezionata su Nodo Allstar,515932’)
exten => _515932,1,Answer
exten => _515932,1,Wait(1)
exten => _515932,n,Playback(rpt/node)
exten => _515932,2,Wait(1)
exten => _515932,n,Playback(repeater)
Sii il primo a commentare