help!
I builded ser from cvs. installed cpl-c module. Use followed command for ser subscriber
/usr/local/sbin/serctl fifo LOAD_CPL 100001@10.0.0.77 /tmp/test.xml
serctl print OK.
database table cpl: ----------------------- | 100001@10.0.0.77 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cpl PUBLIC '-//IETF//DTD RFCxxxx CPL 1.0//EN' 'cpl.dtd'>
<cpl> <incoming> <location url="sip:100002@10.0.0.77"> <redirect/> </location> </incoming> </cpl> -----------------------
in my ser.cfg:
----------------------------------------------------------- log(1, "About to register cpl script\n"); # register cpl if(!cpl_process_register()) { log(1, "Error: fail cpl registering\n"); break; } -----------------------------------------------------------
but when I use ua 100003 call 100001, 100001 ring not 100002. and in ser log file, can find "About to register cpl script", not "Error: fail cpl registering".
So I dont know I can do what or debug it. please help me!