View previous topic :: View next topic |
Author |
Message |
thangappan143 at gmail... Guest
|
Posted: Tue Jul 28, 2009 1:22 am Post subject: [Freeswitch-users] ESL problem |
|
|
Dear all,
In the previous post, I got the information that using event outbound socket we can implement the IVR and also see the example in libs/esl/perl/server2.pl.
I have seen it and understood the flow of the script.But when I was running that script it tells the following error.
Can't locate loadable object for module ESL in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ESL.pm line 11
Compilation failed in require at server2.pl line 1.
Then I checked the 11th line in the ESL.pm that line is (bootstrap ESL;)
But in perl directory there is no directory called ESL.
What would be the issue?.
Is ESL necessary is necessary for implementing IVR using event outbound socket?
--
Regards,
Thangappan.M |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Tue Jul 28, 2009 1:58 am Post subject: [Freeswitch-users] ESL problem |
|
|
Make certain that you've built both libesl and the Perl mod. Change directory into /usr/src/freeswitch.trunk/libs/esl (or whatever your path is to libs/esl) and do these commands:
make
make perlmod
Then give it another shot.
-MC
On Mon, Jul 27, 2009 at 11:16 PM, Thangappan.M <thangappan143@gmail.com (thangappan143@gmail.com)> wrote:
Quote: | Dear all,
In the previous post, I got the information that using event outbound socket we can implement the IVR and also see the example in libs/esl/perl/server2.pl.
I have seen it and understood the flow of the script.But when I was running that script it tells the following error.
Can't locate loadable object for module ESL in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ESL.pm line 11
Compilation failed in require at server2.pl line 1.
Then I checked the 11th line in the ESL.pm that line is (bootstrap ESL;)
But in perl directory there is no directory called ESL.
What would be the issue?.
Is ESL necessary is necessary for implementing IVR using event outbound socket?
--
Regards,
Thangappan.M
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Tue Jul 28, 2009 3:33 am Post subject: [Freeswitch-users] ESL problem |
|
|
Don't forget you need to install libs/esl/perl/ESL.so and libs/esl/
perl/ESL.pm into your system perl library path.
/b
On Jul 28, 2009, at 1:53 AM, Michael Collins wrote:
Quote: | Make certain that you've built both libesl and the Perl mod. Change
directory into /usr/src/freeswitch.trunk/libs/esl (or whatever your
path is to libs/esl) and do these commands:
make
make perlmod
Then give it another shot.
-MC
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|