[Home]

Summary:ASTERISK-11808: Can´t trap SIGHUP signal in eagi script
Reporter:Diego (equissoftware)Labels:
Date Opened:2008-04-09 10:09:45Date Closed:2011-06-07 14:08:25
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_agi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I cant´t trap SIGHUP signal in my eagi script.



****** ADDITIONAL INFORMATION ******

I need do that because I want to generate my own CDR.

I try setting
'96' =>           1. Set(AGISIGHUP=yes)                         [pbx_config]
                 2. eagi(MyEagi|-s|30)                       [pbx_config]
and
'96' =>           1. Set(AGISIGHUP=no)                         [pbx_config]
                 2. eagi(MyEagi|-s|30)                       [pbx_config]

Is res_eagi ignoring or blocking SIGHUP?

Comments:By: Tilghman Lesher (tilghman) 2008-04-09 10:17:43

This is not a bug in Asterisk.  If you really are using a module called res_eagi, that is not in Asterisk and is therefore not supported.  In any case, this is due to your external language not behaving properly, not any problem in Asterisk itself.