Re: [AsteriskBrasil] RES: Route por caller id

2012-08-05 Por tôpico Sylvio Jollenbeck
Rafael, context from-internal { _X. = { if(${EXTEN:0:8} = 55113300){ Dial(SIP/Porta1/${EXTEN},60,tT); Hangup(); } if(${EXTEN:0:8} = 55114100){ Dial(SIP/Porta2/${EXTEN},60,tT); Hangup(); } } } abs Sylvio Jollenbeck Em 5 de

Re: [AsteriskBrasil] RES: Route por caller id

2012-08-05 Por tôpico Hudson Cardoso
To: asteriskbrasil@listas.asteriskbrasil.org Subject: Re: [AsteriskBrasil] RES: Route por caller id Rafael, context from-internal { _X. = { if(${EXTEN:0:8} = 55113300){ Dial(SIP/Porta1/${EXTEN},60,tT); Hangup(); } if(${EXTEN:0:8} = 55114100){ Dial(SIP

Re: [AsteriskBrasil] RES: Route por caller id

2012-08-05 Por tôpico Sylvio Jollenbeck
Para quem nao cre, nenhuma prova converte, Para aquele que cre, nenhuma prova precisa. -- Date: Sun, 5 Aug 2012 16:20:07 -0300 From: sylvio.jollenb...@gmail.com To: asteriskbrasil@listas.asteriskbrasil.org Subject: Re: [AsteriskBrasil] RES: Route por caller id

Re: [AsteriskBrasil] RES: Route por caller id

2012-08-05 Por tôpico Hudson Cardoso
@listas.asteriskbrasil.org Subject: Re: [AsteriskBrasil] RES: Route por caller id Sim, funciona! Basta adaptar a variavel ${EXTEN}. Abs Sylvio Jollenbeck Em 5 de agosto de 2012 16:44, Hudson Cardoso hudsoncard...@hotmail.com escreveu: Hummm. gostei desse.. e se for usar com mascaras ? funciona

Re: [AsteriskBrasil] RES: Route por caller id

2012-08-05 Por tôpico Hudson Cardoso
: [AsteriskBrasil] RES: Route por caller id Rafael, context from-internal { _X. = { if(${EXTEN:0:8} = 55113300){ Dial(SIP/Porta1/${EXTEN},60,tT); Hangup(); } if(${EXTEN:0:8} = 55114100){ Dial(SIP/Porta2/${EXTEN},60,tT); Hangup

Re: [AsteriskBrasil] RES: Route por caller id

2012-08-05 Por tôpico Hudson Cardoso
: sylvio.jollenb...@gmail.com To: asteriskbrasil@listas.asteriskbrasil.org Subject: Re: [AsteriskBrasil] RES: Route por caller id Rafael, context from-internal { _X. = { if(${EXTEN:0:8} = 55113300){ Dial(SIP/Porta1/${EXTEN},60,tT); Hangup(); } if(${EXTEN:0:8

Re: [AsteriskBrasil] RES: Route por caller id

2012-08-05 Por tôpico Mike Tesliuk
www.easyteltelecom.com.br Para quem nao cre, nenhuma prova converte, Para aquele que cre, nenhuma prova precisa. Date: Sun, 5 Aug 2012 16:20:07 -0300 From: sylvio.jollenb...@gmail.com To: asteriskbrasil@listas.asteriskbrasil.org Subject: Re: [AsteriskBrasil] RES: Route por caller id Rafael, context from-internal