[sr-dev] [kamailio] Update Documentation for ds_is_from_list usage (#180)

Fred Posner notifications at github.com
Fri May 29 11:33:09 CEST 2015


https://github.com/kamailio/kamailio/blob/4.2/modules/dispatcher/README

Line 889 current:

if(ds_is_from_list("10", "sip:127.0.0.1:5080", "3")) {

Line 889 suggested:

if(ds_is_from_list("10", "3", "sip:127.0.0.1:5080")) {

This has already been fixed in 4.3 but applies to 4.2 as well.

---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20150529/7df6a160/attachment.html>


More information about the sr-dev mailing list