[AsteriskBrasil] Comando Originate (Asterisk Manager)

Wagner Freitas wgfreitas em hotmail.com
Segunda Março 24 17:13:36 BRT 2008


Olá pessoal, estou desenvolvendo uma pequena aplicação para gerar chamadas por meio do Asterisk Manager (TCP 5038).
 
Via Telnet, executei,
 
Action: Login
Username: admin
Secret: amp111
 
e a resposta foi OK.
Mas ao solicitar ação do tipo Originate retorna erro,
 
Action: Originate
Context: ext-local
Exten: 03188888888
Priority: 1
Channel: SIP/1551
 
e retorna,
 
Response: ErrorMessage: Originate failed
 
Really destroying SIP dialog '07538cb1188b600846298c407c6f840c em 127.0.0.1' Method: INVITE
 
Mas via X-Lite consigo realizar a chamada sem problema (via 1511).
Alguém sabe me informar onde estou falhando? Obrigado. Um abraço a todos.
A seguir colo o conteúdo dos arquivos de configuração do Asterisk.
 
 
 
sip.conf--[general]port=5060 ;Port to bind to (SIP is 5060)bindaddr=0.0.0.0 ;Address to bind to (all addresses on machines)srvlookup=yesregister => USUARIO_VONO:SENHA_VONO em vono.net.br:5060/USUARIO_VONO
#include sip_nat.conf#include sip_custom.conf#include sip_additional.conf
 
 
 
sip_additional.conf--[1511]username=1511secret=123type=friendhost=dynamiccallerid=1511 <1511>context=ext-local
[1512]username=1512secret=123type=friendhost=dynamiccallerid=1512 <1512>context=ext-local
[1513]username=1513secret=123type=friendhost=dynamiccallerid=1513 <1513>context=ext-local
[USUARIO_VONO]type=peerusername=USUARIO_VONOsecret=SENHA_VONOfromuser=USUARIO_VONOfromdomain=vono.net.brcontext=gvtdisallow=allallow=alawallow=ilbcallow=ulawhost=vono.net.brinsecure=veryqualify=noport=5060aut=md5nat=yescanreinvite=nodtmfmode=rfc2833allow=gsm
 
 
 
extensions.conf--[ext-local]exten => 1511,1,Dial(SIP/1511,20)exten => 1511,2,Hangup
exten => 1512,1,Dial(SIP/1512,20)exten => 1512,2,Hangup
exten => 1513,1,Dial(SIP/1513,20)exten => 1513,2,Hangup
exten => _0.,1,Dial(SIP/${EXTEN}@USUARIO_VONO,60,A(test)S(1))exten => _0.,2,Hangup
[gvt]exten => USUARIO_VONO,1,Dial(SIP/1511,20)exten => USUARIO_VONO,2,Hangup
_________________________________________________________________
Instale a Barra de Ferramentas com Desktop Search e ganhe EMOTICONS para o Messenger! É GRÁTIS!
http://www.msn.com.br/emoticonpack
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: http://listas.asteriskbrasil.org/pipermail/asteriskbrasil/attachments/20080324/329c311c/attachment.htm 


More information about the AsteriskBrasil mailing list