LatinSuD / efax4asterisk

Automatically exported from code.google.com/p/efax4asterisk
0 stars 0 forks source link

Several issues in Asterisk 10 and Debian #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
- In asterisk 10, when invoking AGI we should use commas instead of pipe 
symbols.
- They say we should use AGI instead of DeadAGI (but i have not tested it).
- We should maybe handle SIGHUP signal at the beginning of the script: trap '' 
SIGHUP
- We should be more careful about file names. Currently CallerID(number) can 
contain plus "+" symbol, which currently breaks the script.
Maybe we could use ${UNIQUEID} instead, which usually used dot symbol, but is 
probably ok.

Original issue reported on code.google.com by LatinSuD@gmail.com on 11 Jul 2012 at 1:19