davidcsi / mod_dialer

freeSWITCH mod_dialer
8 stars 9 forks source link

Installation mod_dialer #2

Open jaganthoutam opened 1 year ago

jaganthoutam commented 1 year ago

Hi David,

I am trying to test this module. is this still Active?

I am trying to copy this in $freeswitch_dir/src/mod/applications/mod_dialer and trying to load the module.

If there is any other way. please guide.

jaganthoutam commented 1 year ago

cd /usr/src/freeswitch/src/mod/applications git clone https://github.com/jaganthoutam/mod_dialer.git cd mod_dialer gcc -shared -o mod_dialer.so -fPIC mod_dialer.c -std=c99 cp mod_dialer.so /usr/lib/freeswitch/mod/mod_dialer.so fs_cli

Reload the mod_dialer

reload mod_dialer

this helped.

Thanks Jga