Re: [asterisk-users] Problem with Atxfer for the calling party [SOLVED]

2011-12-20 Thread Antonio Modesto
As explained in the posts before, this tread was solved. Thanks. On Tue, 2011-12-13 at 17:07 -0200, Antonio Modesto wrote: On Tue, 2011-12-13 at 16:35 -0200, Roberto Linck wrote: Hi Antonio, I'd never had used extensions.ael but in extensions.conf, using Macro I always set

Re: [asterisk-users] Problem with Atxfer for the calling party

2011-12-13 Thread Antonio Modesto
Hello everybody, I found that if i write my macro in the extensions.conf (not in ael), the atxfer works well, the problem is that ael uses gosub instead of the Macro() application, which doesn't change the current context. Does anybody know if i can do anything to solve this? I know if i

Re: [asterisk-users] Problem with Atxfer for the calling party

2011-12-13 Thread Roberto Linck
Hi Antonio, I'd never had used extensions.ael but in extensions.conf, using Macro I always set '__TRANSFER_CONTEXT' to the same context of exten and it works well. 2011/12/13 Antonio Modesto mode...@isimples.com.br ** Hello everybody, I found that if i write my macro in the

Re: [asterisk-users] Problem with Atxfer for the calling party

2011-12-13 Thread Antonio Modesto
On Tue, 2011-12-13 at 16:35 -0200, Roberto Linck wrote: Hi Antonio, I'd never had used extensions.ael but in extensions.conf, using Macro I always set '__TRANSFER_CONTEXT' to the same context of exten and it works well. Hello, I'm already doing this, this line is inside my macro:

Re: [asterisk-users] Problem with Atxfer for the calling party

2011-12-13 Thread Antonio Modesto
On Tue, 2011-12-13 at 16:35 -0200, Roberto Linck wrote: Hi Antonio, I'd never had used extensions.ael but in extensions.conf, using Macro I always set '__TRANSFER_CONTEXT' to the same context of exten and it works well. Thanks, it worked, the MACRO_CONTEXT variable was empty, I've set

Re: [asterisk-users] Problem with Atxfer for the calling party

2011-12-12 Thread Antonio Modesto
Nothing? On Mon, 2011-11-21 at 16:21 -0200, Antonio Modesto wrote: Hi There, I'm still having this problem, Does somebody know what can be happening? Regards. On Fri, 2011-11-11 at 09:40 -0200, Antonio Modesto wrote: Hello, The exten is the parameter passed to

Re: [asterisk-users] Problem with Atxfer for the calling party

2011-11-21 Thread Antonio Modesto
Hi There, I'm still having this problem, Does somebody know what can be happening? Regards. On Fri, 2011-11-11 at 09:40 -0200, Antonio Modesto wrote: Hello, The exten is the parameter passed to the macro, which contains the sip device name. I'll change the name to another less

Re: [asterisk-users] Problem with Atxfer for the calling party

2011-11-07 Thread Ramiro Paz
Hi: Same problem here (asterisk doesn't wait all the digits be typed when making a call transfer). Does anybody knows something about this? Thanks in advance. Greetings, *Ramiro PAZ MASTERLINE LOGISTICS *** 2011/11/1 Antonio Modesto mode...@isimples.com.br ** Good morning, I have not

Re: [asterisk-users] Problem with Atxfer for the calling party

2011-11-07 Thread Danny Nicholas
AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Problem with Atxfer for the calling party Hi: Same problem here (asterisk doesn't wait all the digits be typed when making a call transfer). Does anybody knows something about this? Thanks in advance

Re: [asterisk-users] Problem with Atxfer for the calling party

2011-11-01 Thread Antonio Modesto
Good morning, I have not solved this problem yet, but, I found that the source of the problem are my macros. For example, I have this context: context ramais { 101 = dial_sip(exten1); 102 = dial_sip(exten2); 103 = dial_sip(exten3); }; All these extensions use the

[asterisk-users] Problem with Atxfer for the calling party

2011-10-31 Thread Antonio Modesto
Good Morning, I have an asterisk18-1.8.7.1 running on a FreeBSD 8.2-STABLE, and it is working well so far, i'm just having some problems with atxfer. I have written this macro to dial sip extensions: macro dial_sip(exten) { Verbose(2,== Chamando a MACRO dial_sip - ponto 1