[asterisk-users] Agent with status "in call" and "Not in use" at same time in asterisk13

2016-08-01 Thread Alonso Genis
Dears, I have a small callcenter with asterisk13.10-rc3. My agents have dynamic association with an identify, example: # queue show helpdesk has 0 calls (max 5) in 'rrmemory' strategy (0s holdtime, 0s talktime), W:0, C:0, A:0, SL:0.0% within 0s Members: 9428 (Local/1939@1939_in/n from

[asterisk-users] Action Originate in Asterisk 13 creates 2 calls in core show channels

2015-07-03 Thread Alonso Genis
Hello, I am migrating a PABX system based in Asterisk 1.4 to Asterisk 13, with success. I have an application that sends an action Originate to AMI for calling, it's working well, but when i see to Asterisk's CLI, i see 2 calls for just one originate: pftestes40copiabh*CLI core show channels

Re: [asterisk-users] Asterisk13 don't execute h exten inside macros

2014-11-21 Thread Alonso Genis
at 10:27 AM, Alonso Genis alo...@planetfone.com.br wrote: Hi, We are try new Asterisk13 and was noted it don't execute h exten priorities inside macros. We have a macro where we make all our call processing, and we use h exten inside it for billing (updating CDR(vars

Re: [asterisk-users] Error saving cdr at h exten in Asterisk13

2014-11-21 Thread Alonso Genis
If you are setting the userfield in the 'h' extension, then this is what I would expect. CDRs are finalized when the path of communication between channels is finished; altering the data after that point updates the next CDR for that channel. It isn't retroactive. The 'h' extension is

Re: [asterisk-users] Not able to register an Extension

2014-11-21 Thread Alonso Genis
- Mensagem original - De: akhilesh chand omakhileshch...@gmail.com Para: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Enviadas: Sexta-feira, 21 de novembro de 2014 14:36:05 Assunto: [asterisk-users] Not able to register an Extension Hi

Re: [asterisk-users] Not able to register an Extension

2014-11-21 Thread Alonso Genis
On Fri, Nov 21, 2014 at 11:52 PM, Alonso Genis alo...@planetfone.com.br wrote: - Mensagem original - De: akhilesh chand omakhileshch...@gmail.com Para: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Enviadas: Sexta

[asterisk-users] Asterisk13 don't execute h exten inside macros

2014-11-20 Thread Alonso Genis
them. So, I wonder, h exten inside macros was deprecated? Thanks in advance. Atenciosamente, Alonso Genis Analista de Desenvolvimento alo...@planetfone.com.br -- _ -- Bandwidth

[asterisk-users] Error saving cdr at h exten in Asterisk13

2014-11-20 Thread Alonso Genis
| 1416501411.0 | (2 registros) Atenciosamente, Alonso Genis Analista de Desenvolvimento alo...@planetfone.com.br -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New

[asterisk-users] SIP redundancy

2012-10-09 Thread Alonso Genis
Hi, I am investigating about some SIP redundancy method. I found this article http://academiccommons.columbia.edu/download/fedora_content/download/ac:109760/CONTENT/cucs-011-04.pdf and I will try to implement. But, I'd like to ask you, somebody had implemented some method? Do you have