--- El mar 2-mar-10, Galasso, Alejandro - (Arg) <[email protected]> 
escribió:

> De: Galasso, Alejandro - (Arg) <[email protected]>
> Asunto: [asterisk-ss7] CHAN_SS7 and DeadAGI
> Para: "'[email protected]'" <[email protected]>
> Fecha: martes, 2 de marzo de 2010, 11:45
> I have trouble setting channel
> variables using DeadAGI with chan_ss7 channels;
> extensions.conf is
> 
> exten => _X., 1, Answer()
> exten => _X., n, DeadAGI(test.agi)
> exten => _X., n, Hangup()
> 
> exten => h, 1, DeadAGI(log_report.agi)
> exten => h, n, Hangup()
> 
> test.agi is an application of an IVR, log_report is an
> application that uses the channel variables stored by
> test.agi to make a report.
> The problem occurs when the caller subscriber hang up
> during the execution of text.agi, then the variables are not
> updated (set variable is at the end of the script
> test.agi).
> Is there any way to make it work? Using a siptrunk (instead
> of chan_ss7) operation is correct and log is ok.

>From my experience on developing AGI applications, I think that in this case 
>you should 
try to enable de AGI debugging feature using the CLI command "agi debug".
Try making two calls, one using SIP and one using SS7, and compare the output 
from 
the console. If there is any difference between the SIP and SS7 execution of 
the 
DeagAGI, it's probably that you could spot it.
Or try posting the debugging information to the list if you can't see the cause 
of the problem.

Best regards, Tomás.


      Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-ss7

Reply via email to