2009/4/20 Chris Maciejewski <[email protected]>: > Thank you very much for help. I didn't notice load_contacts and > next_contacts in LCR module :-( > > However I have one more question. What is the correct syntax of > contacts lists in: > > modparam("lcr", "contact_avp", "$avp(i:711)") > > Say, my contacts are: [email protected], [email protected] and [email protected]. How should > $avp(i:711) variale > look like before calling next_contact() ?
I don't remember it very well, but I expect it should be: sip:[email protected] > Also would you know any tutorial, reference etc. relating to Opensips > / CPL-c usage? Read RFC 3880: http://tools.ietf.org/html/rfc3880 CPL is a standard (based on XML) so if you learn from this RFC (the real specification) you can programmr your own CPL's which will work perfectly on your OpenSIPs. Read also about the CPL module, of course. -- Iñaki Baz Castillo <[email protected]> _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
