Richard,
your script idea is good. in lookup node, try to add success (if i'm not wrong) node and inside a proxy node.
Bogdan
Richard wrote:
Thanks Bodgan,
There is no place to add location set. It doesn't seem to allow adding locations in the same level, only in the next level. Once I add "lookup registration". There is no place to add proxy.
What do I miss?
This is what I get,
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cpl PUBLIC '-//IETF//DTD RFCxxxx CPL 1.0//EN' 'cpl.dtd'>
<cpl> <incoming> <location url="sip:223@example.org"> <location url="sip:224@example.org"> <lookup source="registration" /> </location> </location> </incoming> </cpl>
--- Bogdan-Andrei IANCU iancu@fokus.fraunhofer.de wrote:
Hi Richard,
I will give you some hints about how to do it. What you have to do is to gather in location set all addresses where you want to forward the call and than just proxy it. So :
- gather all destination addresses in location set
- put 223 and 224 (use location)
- put all 222 contacts (use lookup)
- proxy the call
If you have problems generating the script, let me know.
Bogdan
Richard wrote:
Hi,
I'm sorry that I run into so many problems with
cpl
scripts.
I want to send a call to multiple phones. For
example,
if there is a call to 222, it lookups the location table and call all registered 222 phones. In addational, call some other numbers 223 and 224. I don't know how to do it in cpled. The closest I
can
get is this script for 222.
Can someone show me what's the proper way of doing this?
Thanks, Richard
========================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cpl PUBLIC '-//IETF//DTD RFCxxxx CPL 1.0//EN' 'cpl.dtd'>
<cpl> <incoming> <location url="sip:223@example.org"> <proxy> <default> <lookup source="registration" /> </default> </proxy> </location> </incoming> </cpl>
__________________________________ Do you Yahoo!? Yahoo! Domains – Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
__________________________________ Do you Yahoo!? Yahoo! Domains – Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer