[AsteriskBrasil] Realtime extensions
Sebastiao Rocha
sebastiaorocha em interlinksistemas.com.br
Segunda Julho 14 11:23:47 BRT 2008
Olá pessoal...
Alguem da lista que utiliza-se deste beneficio maravilho que é o realtime,
poderia fazer um sql dump de um dialplan funcional ? "extensions"
Consigo até o momento discar para os ramais e tb fazer ligações externas, no
entanto ao ser antendida a ligação, ela é derrubada pelo asterisk. com o
seguinte erro: Got SIP response 405 "Method not allowed" back from
192.168.0.15 -> ip do asterisk.
Sequencia de discagem:
-- SIP/7999-xxxxxxxx is ringing
-- SIP/7999-xxxxxxxx answered SIP/7000-xxxxxxxx
-- Native bridging SIP/7000 and SIP/7999
-- Got SIP response 405 "Method not allowed" back from 192.168.0.15
-- Auto fallthrough, channel 'SIP/7000 Remote host cant match request BYE to
call, Giving up
Segue abaixo minhas tentativas de colocar pra funcionar no realtime:
# Plano de numeração para os ramais.
INSERT INTO `extensions` (`id`, `context`, `exten`, `priority`, `app`,
`appdata`) VALUES
(1, 'interlink', '_7XXX', 1, 'Dial', 'SIP/${EXTEN}|45|r'),
(2, 'interlink', '_7XXX', 2, 'hangup', '');
# Para fazer ligações externas usando um provedor SIP, no context "tronco"
Ligar apenas para telefones que comecem por 3, ex: 0xx32564400
O provedor sip exige a discagem no seguinte formato: "PPDDNNNNNNNN"
onde "PP"=Código do pais, "DD"=ddd da cidade chamada e "N". o numero a
chamar.
INSERT INTO `extensions` (`id`, `context`, `exten`, `priority`, `app`,
`appdata`) VALUES
(12, 'interlink', '_0XX[3]XXXXXXX/_7000', 1, 'dial',
'SIP/55${EXTEN:1}@tronco|45|r'),
(13, 'interlink', '_0XX[3]XXXXXXX/_7000', 2, 'hangup', '');
Agradeço a ajuda e comentarios da lista.
Sebastião Rocha
More information about the AsteriskBrasil
mailing list