Hello.
I have succeeded in operation of CPL function. However, there is a script which does not operate in the following cases. <Non-answered transmission by CPL> incoming-> location url -> proxy timeout="10"-> noanswer-> proxy --
You need to point out the problem of my script
---------------------------------------------------- <?xml version="1.0"?> <!DOCTYPE cpl PUBLIC "-//IETF//DTD RFCxxxx CPL 1.0//EN" "cpl-06.dtd"> <cpl> <incoming> <location url="sip:1000@192.168.100.11:5060"> <proxy timeout="10"> <noanswer> <location url="sip:2000@192.168.100.11:5060"> <location url="sip:3000@192.168.100.11:5060"> <proxy ordering="parallel" /> </location> </location> </noanswer> </proxy> </location> </incoming> </cpl> ------------------------------------------------------ Taniguchi / PanasonicCC