Re: [AsteriskBrasil] Mudança Algar -> VIVO

2017-03-27 Thread Jonathas Pagotto
Bom dia

O meu arquivo sip.conf está assim:

[general]
context=default
bindport=5060
allow=gsm
allow=g729
allow=alaw
bindaddr=0.0.0.0
srvlookup=yes
localnet=10.0.0.0/255.0.0.0
localnet=192.168.0.0/255.255.0.0
externrefresh=5
registertimeout=1800
externip=10.200.12.9
videosupport=yes
notifyringing=yes
notifyhold=yes
allowsubscribe=yes
limitonpeers=yes


[sippira]
type=peer
nat=no
host=10.10.3.101
canreinvite=no
disallow=all
allow=g729
context=discagem-central
qualify=no
dtmfmode=rfc2833
port=5060
insecure=port,invite

#include sip.ramais



E o chan_dahdi.conf:


DAHDI telephony interface
;
; Configuration file
;
; You need to restart Asterisk to re-configure the DAHDI channels
; CLI> reload chan_dahdi.so
;   will reload the configuration file,
;   but not all configuration options are
;   re-configured during a reload.
[trunkgroups]
;
; Trunk groups are used for NFAS or GR-303 connections.
;
; Group: Defines a trunk group.
;trunkgroup => ,[,...]
;
;trunkgroup  is the numerical trunk group to create
;dchannelis the DAHDI channel which will have the
;d-channel for the trunk.
;backup1 is an optional list of backup d-channels.
;
;trunkgroup => 1,24,48
;trunkgroup => 1,24
;
; Spanmap: Associates a span with a trunk group
;spanmap => ,[,]
;
;dahdispan   is the DAHDI span number to associate
;trunkgroup  is the trunkgroup (specified above) for the mapping
;logicalspan is the logical span number within the trunk group to use.
;if unspecified, no logical span number is used.
;
;spanmap => 1,1,1
;spanmap => 2,1,2
;spanmap => 3,1,3
;spanmap => 4,1,4

[channels]
usecallerid=yes
callwaiting=no
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
context=discagem-fxs
group=0
callgroup=0
pickupgroup=0
signalling=fxo_ks
channel=>1-36

#include dahdi.ramais


[Marel]

Jonathas Pagotto - IT Infrastructure



m

+55 19 98156 3030

d

+55 19 3414 9022

e

jonathas.pago...@marel.com

w

marel.com/brazil



[cid:image002.png@01D2A6CD.C8D8BEC0]



Disclaimer


From: asteriskbrasil-boun...@listas.asteriskbrasil.org 
[mailto:asteriskbrasil-boun...@listas.asteriskbrasil.org] On Behalf Of Rafael 
dos Santos Saraiva
Sent: sexta-feira, 24 de março de 2017 19:43
To: asteriskbrasil@listas.asteriskbrasil.org
Subject: Re: [AsteriskBrasil] Mudança Algar -> VIVO

O system.conf está vázio mas o chan_dahdi.conf tem configuração? Pelo conteúdo 
do chan_dahdi que você mandou parece que você tem um banco de canais com portas 
FXS, mas não tem nada de tronco TDM direto no Asterisk. Talvez sua operadora já 
entregue em SIP, veja se no arquivo sip.conf tem alguma coisa.

Em 24 de março de 2017 08:12, Jonathas Pagotto 
mailto:jonathas.pago...@marel.com>> escreveu:
Bom dia!

O arquivo que voce citou esta vazio. Sem alterações, seria este o arquivo:


; DAHDI telephony interface
;
; Configuration file
;
; You need to restart Asterisk to re-configure the DAHDI channels
; CLI> reload chan_dahdi.so
;   will reload the configuration file,
;   but not all configuration options are
;   re-configured during a reload.
[trunkgroups]
;
; Trunk groups are used for NFAS or GR-303 connections.
;
; Group: Defines a trunk group.
;trunkgroup => ,[,...]
;
;trunkgroup  is the numerical trunk group to create
;dchannelis the DAHDI channel which will have the
;d-channel for the trunk.
;backup1 is an optional list of backup d-channels.
;
;trunkgroup => 1,24,48
;trunkgroup => 1,24
;
; Spanmap: Associates a span with a trunk group
;spanmap => ,[,]
;
;dahdispan   is the DAHDI span number to associate
;trunkgroup  is the trunkgroup (specified above) for the mapping
;logicalspan is the logical span number within the trunk group to use.
;if unspecified, no logical span number is used.
;
;spanmap => 1,1,1
;spanmap => 2,1,2
;spanmap => 3,1,3
;spanmap => 4,1,4

[channels]
usecallerid=yes
callwaiting=no
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
context=discagem-fxs
group=0
callgroup=0
pickupgroup=0
signalling=fxo_ks
channel=>1-36


Att

[Marel]

Jonathas Pagotto - IT Infrastructure



m

+55 19 98156 3030

d

+55 19 3414 9022

e

jonathas.pago...@marel.com

w

marel.com/brazil



[cid:image002.png@01D2A6CD.C8D8BEC0]



Disclaimer


From: 
asteriskbrasil-boun...@listas.asteriskbrasil.org

Re: [AsteriskBrasil] Mudança Algar -> VIVO

2017-03-27 Thread Rafael dos Santos Saraiva
Bom Dia

Provavelmente suas chamadas estão saindo pela conta sippira, como você
falou que é um E1, deve ser um gateways SIP/E1, mas de qualquer forma você
vai ter que confirmar como a Vivo irá te entregar esse E1, se vocÊ já tiver
o gateway e eles te entregarem em E1, tá tranquilo.

Em 27 de março de 2017 07:43, Jonathas Pagotto 
escreveu:

> Bom dia
>
>
>
> O meu arquivo sip.conf está assim:
>
>
>
> [general]
>
> context=default
>
> bindport=5060
>
> allow=gsm
>
> allow=g729
>
> allow=alaw
>
> bindaddr=0.0.0.0
>
> srvlookup=yes
>
> localnet=10.0.0.0/255.0.0.0
>
> localnet=192.168.0.0/255.255.0.0
>
> externrefresh=5
>
> registertimeout=1800
>
> externip=10.200.12.9
>
> videosupport=yes
>
> notifyringing=yes
>
> notifyhold=yes
>
> allowsubscribe=yes
>
> limitonpeers=yes
>
>
>
>
>
> [sippira]
>
> type=peer
>
> nat=no
>
> host=10.10.3.101
>
> canreinvite=no
>
> disallow=all
>
> allow=g729
>
> context=discagem-central
>
> qualify=no
>
> dtmfmode=rfc2833
>
> port=5060
>
> insecure=port,invite
>
>
>
> #include sip.ramais
>
>
>
>
>
>
>
> E o chan_dahdi.conf:
>
>
>
>
>
> DAHDI telephony interface
>
> ;
>
> ; Configuration file
>
> ;
>
> ; You need to restart Asterisk to re-configure the DAHDI channels
>
> ; CLI> reload chan_dahdi.so
>
> ;   will reload the configuration file,
>
> ;   but not all configuration options are
>
> ;   re-configured during a reload.
>
> [trunkgroups]
>
> ;
>
> ; Trunk groups are used for NFAS or GR-303 connections.
>
> ;
>
> ; Group: Defines a trunk group.
>
> ;trunkgroup => ,[,...]
>
> ;
>
> ;trunkgroup  is the numerical trunk group to create
>
> ;dchannelis the DAHDI channel which will have the
>
> ;d-channel for the trunk.
>
> ;backup1 is an optional list of backup d-channels.
>
> ;
>
> ;trunkgroup => 1,24,48
>
> ;trunkgroup => 1,24
>
> ;
>
> ; Spanmap: Associates a span with a trunk group
>
> ;spanmap => ,[,]
>
> ;
>
> ;dahdispan   is the DAHDI span number to associate
>
> ;trunkgroup  is the trunkgroup (specified above) for the mapping
>
> ;logicalspan is the logical span number within the trunk group to
> use.
>
> ;if unspecified, no logical span number is used.
>
> ;
>
> ;spanmap => 1,1,1
>
> ;spanmap => 2,1,2
>
> ;spanmap => 3,1,3
>
> ;spanmap => 4,1,4
>
>
>
> [channels]
>
> usecallerid=yes
>
> callwaiting=no
>
> usecallingpres=yes
>
> callwaitingcallerid=yes
>
> threewaycalling=yes
>
> transfer=yes
>
> canpark=yes
>
> cancallforward=yes
>
> callreturn=yes
>
> echocancel=yes
>
> echocancelwhenbridged=yes
>
> context=discagem-fxs
>
> group=0
>
> callgroup=0
>
> pickupgroup=0
>
> signalling=fxo_ks
>
> channel=>1-36
>
>
>
> #include dahdi.ramais
>
>
>
>
>
> [image: Marel] 
>
> *Jonathas Pagotto* - IT Infrastructure
>
> *m *
>
> +55 19 98156 3030 <%20+55%2019%2098156%203030>
>
> *d *
>
> +55 19 3414 9022 <%20+55%2019%203414%209022>
>
> *e *
>
> jonathas.pago...@marel.com
>
> *w *
>
> *marel.com/brazil *
>
>
>
> Disclaimer 
>
>
>
> *From:* asteriskbrasil-boun...@listas.asteriskbrasil.org [mailto:
> asteriskbrasil-boun...@listas.asteriskbrasil.org] *On Behalf Of *Rafael
> dos Santos Saraiva
> *Sent:* sexta-feira, 24 de março de 2017 19:43
> *To:* asteriskbrasil@listas.asteriskbrasil.org
> *Subject:* Re: [AsteriskBrasil] Mudança Algar -> VIVO
>
>
>
> O system.conf está vázio mas o chan_dahdi.conf tem configuração? Pelo
> conteúdo do chan_dahdi que você mandou parece que você tem um banco de
> canais com portas FXS, mas não tem nada de tronco TDM direto no Asterisk.
> Talvez sua operadora já entregue em SIP, veja se no arquivo sip.conf tem
> alguma coisa.
>
>
>
> Em 24 de março de 2017 08:12, Jonathas Pagotto 
> escreveu:
>
> Bom dia!
>
>
>
> O arquivo que voce citou esta vazio. Sem alterações, seria este o arquivo:
>
>
>
>
>
> ; DAHDI telephony interface
>
> ;
>
> ; Configuration file
>
> ;
>
> ; You need to restart Asterisk to re-configure the DAHDI channels
>
> ; CLI> reload chan_dahdi.so
>
> ;   will reload the configuration file,
>
> ;   but not all configuration options are
>
> ;   re-configured during a reload.
>
> [trunkgroups]
>
> ;
>
> ; Trunk groups are used for NFAS or GR-303 connections.
>
> ;
>
> ; Group: Defines a trunk group.
>
> ;trunkgroup => ,[,...]
>
> ;
>
> ;trunkgroup  is the numerical trunk group to create
>
> ;dchannelis the DAHDI channel which will have the
>
> ;d-channel for the trunk.
>
> ;backup1 is an optional list of backup d-channels.
>
> ;
>
> ;trunkgroup => 1,24,48
>
> ;trunkgroup => 1,24
>
> ;
>
> ; Spanmap: Associates a span with a trunk group
>
> ;spanmap => ,[,]
>
> ;
>
> ;dahdispan   is the DAHDI span number to associate
>
> ;trunkgroup  is the trunkgroup (specified above) for

[AsteriskBrasil] caixa postal + SIP

2017-03-27 Thread Ubiratã Guanabara
Bom Dia Amigos,

Gostaria de uma sugestão de um método para filtrar caixa postal com
protocolo SIP,o filtro seria para ligação não entrar para um operador de
callcenter, fiz alguns testes com AMD mas não obtive um bom resultado,
alguém poderia me auxiliar de como vocês estão fazendo esse filtro hoje?

-- 
Atenciosamente,

Uburatã Guanabara
___
KHOMP: completa linha de placas externas FXO, FXS, GSM e E1
Media Gateways de 1 a 64 E1s para SIP com R2, ISDN e SS7
Intercomunicador e acesso remoto via rede IP e telefones IP
Conheça todo o portfólio em www.Khomp.com
___
Para remover seu email desta lista, basta enviar um email em branco para 
asteriskbrasil-unsubscr...@listas.asteriskbrasil.org