[Serusers] exec_dst implementation problem

Darren Nay darren_nay at yahoo.com
Tue Oct 19 22:02:34 CEST 2004


I am having problems getting exec_dst to work
correctly.  I am loading the module, but every time
that I attempt to start SER I am getting an error
saying that I haven't loaded the module.

I am using the latest stable SER 0.8.14 - downloaded
from CVS today.

Here are snipets from my SER.CFG.

loading the module....
-----
loadmodule "/usr/local/lib/ser/modules/exec.so"
-----

calling exec_dst....
-----
 #exec external app to determine dest URI
 if (exec_dst("/usr/local/sbin/sip-route")) {
   route(1);
   break;
 };
-----

The error that I am getting is...
-----
 0(20149) parse error (161,57-58): unknown command,
missing loadmodule?
-----

Line 161 in my ser.cfg file is the "exec_dst" line
shown in my snipet above.

I have verified that the exec.so module exists, and
have even tried recompiling / reinstalling it.

Any suggestions?

Thanks!
Darren Nay


		
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com




More information about the sr-users mailing list