diff --git a/root/usr/share/callback/cgi-bin/callback.cgi b/root/usr/share/callback/cgi-bin/callback.cgi index e0cd462..4de0cca 100755 --- a/root/usr/share/callback/cgi-bin/callback.cgi +++ b/root/usr/share/callback/cgi-bin/callback.cgi @@ -1,6 +1,5 @@ #!/usr/bin/perl -w -use Asterisk::AMI; use Net::Telnet; use CGI qw/:standard/; diff --git a/smeserver-callback.spec b/smeserver-callback.spec index 4c18b4c..d5e166e 100644 --- a/smeserver-callback.spec +++ b/smeserver-callback.spec @@ -1,7 +1,7 @@ Summary: A small page to originate calls through an asterisk server %define name smeserver-callback Name: %{name} -%define version 0.1.2 +%define version 0.1.3 %define release 1 Version: %{version} Release: %{release}%{?dist} @@ -23,13 +23,16 @@ This package contains all the needed scripts and templates to run the callback form %changelog -* Fri Apr 13 2012 Daniel Berteaud - 0.1.2 +* Tue Apr 24 2012 Daniel Berteaud - 0.1.3-1 +- Really remove dependency on Asterisk::AMI + +* Fri Apr 13 2012 Daniel Berteaud - 0.1.2-1 - Fix apache template -* Fri Apr 13 2012 Daniel Berteaud - 0.1.1 +* Fri Apr 13 2012 Daniel Berteaud - 0.1.1-1 - Read CallerID from ENV (sent by LL::NG, from LDAP) -* Fri Nov 18 2011 Daniel Berteaud - 0.1.0 +* Fri Nov 18 2011 Daniel Berteaud - 0.1.0-1 - Initiale release %prep