Não estaciona a chamada? Retorna algum erro? *att* *Danilo Almeida* *skype: danilo.almeida33* *(43) 9 9625-4359*
2017-01-23 15:44 GMT-02:00 Hudson Cardoso <[email protected]>: > Impressionante... > Não consigo fazer funcionar ; > > Em extensions.ael : > > _*43 => {//Park([timeout,[return_context,[return_exten,[return_ > priority,[options,[parking_lot_name]]]]]]) > Park(500,todos,48199777,1,r,48199777); > wait(1); > HangUp; > } > > > em features.conf : > > ;parkcall => #72 ; Park call (one step parking) -- Make sure to > set the K and/or k option in the Dial() app call! > ;automixmon => *3 ; One Touch Record a.k.a. Touch MixMonitor > -- Make sure to set the X and/or x option in the Dial() or Queue() $ > > ;parkext => 700 ; What extension to dial to park > (all parking lots) > parkpos = 10000000-99999999 ; What extensions to park calls > on. (defafult parking lot) > ; These needs to be numeric, as Asterisk > starts from the start position > ; and increments with one for the next > parked call. > ;context => parkedcalls ; Which context parked calls are in > (default parking lot) > ;parkinghints = no ; Add hints priorities automatically for > parking slots (default is no). > ;parkingtime => 45 ; Number of seconds a call can be parked > for > ; (default is 45 seconds) > comebacktoorigin = yes ; Whether to return to the original > calling extension upon parking > ; timeout or to send the call to context > 'parkedcallstimeout' at > ; extension 's', priority '1' (default is > yes). > > Se alguém tiver alguma outra forma de fazer o mesmo, fico grato em > aprender. > > > Hudson?? > (048) 8413-7000 <(48)%208413-7000> > Para quem nao cre, nenhuma prova converte,Para aquele que cre, nenhuma prova > precisa.?? > > > > ------------------------------ > *De:* [email protected] < > [email protected]> em nome de Danilo > Almeida <[email protected]> > *Enviado:* sexta-feira, 25 de novembro de 2016 14:56 > > *Para:* [email protected] > *Assunto:* Re: [AsteriskBrasil] Erro ao estacionar ligação > > Hudson, pelo extensions dá pra fazer: > > Park([timeout,[return_context,[return_exten,[return_priority,[options,[parking_lot_name]]]]]]) > > Arguments > > - timeout - A custom parking timeout for this parked call. Value in > milliseconds. > - return_context - The context to return the call to after it times > out. > - return_exten - The extension to return the call to after it times > out. > - return_priority - The priority to return the call to after it times > out. > - options - A list of options for this parked call. > - r - Send ringing instead of MOH to the parked call. > - R - Randomize the selection of a parking space. > - s - Silence announcement of the parking space number. > - parking_lot_name - Specify in which parking lot to park a call. > The parking lot used is selected in the following order: > 1) parking_lot_name option > 2) PARKINGLOT variable > 3) CHANNEL(parkinglot) function (Possibly preset by the channel > driver.) > 4) Default parking lot. > > > Tive que fazer desta forma, depois para puxar: > > Syntax > > ParkedCall([exten,[parking_lot_name]]) > > Arguments > > - exten - Parking space extension to retrieve a parked call. If not > provided then the first available parked call in the parking lot will be > retrieved. > - parking_lot_name - Specify from which parking lot to retrieve a > parked call. > The parking lot used is selected in the following order: > 1) parking_lot_name option > 2) PARKINGLOT variable > 3) CHANNEL(parkinglot) function (Possibly preset by the channel > driver.) > 4) Default parking lot. > > > Como utilizo o FOP2, deixei pegar dinâmicos os lugares no PARK, mais da > pra fazer como quiser, por exemplo, passando qual posição quer colocar a > chamada. > > > *att* > *Danilo Almeida* > *skype: danilo.almeida33* > > 2016-11-25 12:49 GMT-02:00 Hudson Cardoso <[email protected]>: > >> Pelo contexto passado, o meu funciona, o que nao funciona, é caso eu >> queira definir em qual gaveta colocar, tipo gaveta 817, por exemplo, ainda >> não encontrei na documentação... >> >> >> Hudson?? >> (048) 8413-7000 >> Para quem nao cre, nenhuma prova converte,Para aquele que cre, nenhuma prova >> precisa.?? >> >> >> >> ------------------------------ >> *De:* [email protected] < >> [email protected]> em nome de Danilo >> Almeida <[email protected]> >> *Enviado:* quinta-feira, 24 de novembro de 2016 13:43 >> *Para:* [email protected] >> *Assunto:* Re: [AsteriskBrasil] Erro ao estacionar ligação >> >> @Henrique, >> estou usando canal Local na fila, porque tive outros problemas de puxar a >> ligação quando a mesma ia para uma fila.. rsrs >> >> @Hudson, >> Tenho configurado em outro cliente, como comentei, a diferença é apenas >> no hardware dos ramais (EBS Khomp X gateway SIP).. há, e na versão do >> asterisk (o que está funcionando 1.8 e o outro 11). Configurações dos >> arquivos quase idênticas. >> >> @Renato, >> Problema não está nos arquivos de áudio. >> >> *att* >> *Danilo Almeida* >> *skype: danilo.almeida33* >> >> 2016-11-24 12:25 GMT-02:00 Renato Santos <[email protected]>: >> >>> Já configurou os arquivos de áudios das filas ? >>> >>> Em qui, 24 de nov de 2016 às 10:38, Danilo Almeida < >>> [email protected]> escreveu: >>> >>>> Bom dia, Senhores! >>>> >>>> Estou configurando uma espera em um cliente, mas quando tento colocar >>>> uma ligação na espera tenho a seguinte mensagem de erro no console: >>>> >>>> [2016-11-24 10:43:52] WARNING[1609][C-0000a8ca]: features.c:1483 >>>> park_space_reserve: Parking lot not available to park Khomp/B0C2-0.0. >>>> -- <SIP/2045-00018eae> Playing 'pbx-parkingfailed.gsm' (language >>>> 'en') >>>> >>>> A chamada entra por uma placa E1 khomp, cai em uma fila com membros com >>>> ramais SIP. >>>> >>>> Tenho essa opção configurada em um cliente que só muda os ramais, os >>>> quais são FXS Khomp e funciona normal. >>>> >>>> Colocando a chamada em espera pelo exten funciona normalmente: >>>> >>>> exten => _XXXX,1,NoOp(---> ADICIONANDO RAMAL NA ESPERA <---) >>>> same => n,Park() >>>> same => n,Hangup >>>> >>>> >>>> no features.conf está configurado exatamente como no outro cliente. >>>> >>>> Alguém já teve esse problema? >>>> >>>> *att* >>>> *Danilo Almeida* >>>> *skype: danilo.almeida33* >>>> _______________________________________________ >>>> 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 [email protected] >>> >>> -- >>> Enviado do Gmail para celular >>> >>> _______________________________________________ >>> 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 >>> [email protected] >>> >> >> >> _______________________________________________ >> 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 >> [email protected] >> > > > _______________________________________________ > 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 > [email protected] >
_______________________________________________ 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 [email protected]

