[AsteriskBrasil] Dialplan para ramais internos

Thiago Vinhas thiago em vinhas.org
Segunda Agosto 30 15:48:00 BRT 2010


Caros,

Comecei a trabalhar recentemente com o Asterisk, e estou com o mesmo
funcionando perfeitamente.
No entanto, não estou conseguindo fazer simples ligações para ramais, pois o
asterisk aparentemente está tentando completar o número com o 0115521.

Abaixo está o nosso extensions.conf. Agradeço quem puder me dar uma força em
como resolver o problema.


[general]
static=yes
writeprotect=no

[a2billing]
exten => _XXXXXXXX,1,Goto(a2billing_2,5521${EXTEN},1)  ; rio de janeiro
exten => _XXXXXXXXXX,1,Goto(a2billing_2,55${EXTEN},1)  ; brasil
exten => _0XXXXXXXXXX,1,Goto(a2billing_2,55${EXTEN:1},1)  ; brasil com 0
exten => _X.,1,Goto(a2billing_2,${EXTEN},1)  ; internacional

[a2billing_2]
exten => _X.,1,AGI(a2billing.php,1)
exten => _X.,n,Hangup

[did]
exten => s,1,Set(EXTEN = ${SIP_HEADER(X-DID):3})
exten => s,n,Goto(did,${SIP_HEADER(X-DID):3},1)
exten => _XXXXX,1,Dial(SIP/${EXTEN},20,rRtT)


exten => _XXXXX,n,Hangup


exten => _X.,1,AGI(a2billing.php,1,did)
; Numeros de entrada
exten => 552133334444,1,Goto(simpleweb,s,1)
exten => 552133334445,1,Goto(biostore,s,1)
exten => 551133334446,1,Goto(biostore,s,1)
exten => 555133334447,1,Goto(biostore,s,1)
exten => 554133334448,1,Goto(biostore,s,1)
exten => 551933334449,1,Goto(biostore,s,1)

[simpleweb]
  exten => s,1,Answer
  exten => s,2,Set(TIMEOUT(digit)=5)
  exten => s,3,Set(TIMEOUT(response)=10)
  exten => s,n,Background(bemvindo)
  exten => s,n,waitexten()
  exten => t,1, .....
  exten => i,1, .....
  exten => 1,1,Dial(SIP/25000&SIP/25001,,tT)
  exten => 2,1,Dial(SIP/25000&SIP/25001,,tT)
  exten => 3,1,Dial(SIP/25002,,tT)

[biostore]
  exten => s,1,Answer
  exten => s,2,Set(TIMEOUT(response)=3)
  exten => s,n,Background(biostore)
  exten => s,n,waitexten()
  exten => t,1,Dial(SIP/26001&SIP/26002&SIP/26003&SIP/26004&SIP/26005,,tT)



Agradeço a ajuda!

Atenciosamente,
Thiago
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: http://listas.asteriskbrasil.org/pipermail/asteriskbrasil/attachments/20100830/85e80472/attachment.htm 


Mais detalhes sobre a lista de discussão AsteriskBrasil