User Tools

Site Tools


features:new-in-4.2.x

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
features:new-in-4.2.x [2014/10/11 12:44]
miconda [Code]
features:new-in-4.2.x [2014/10/11 12:45]
miconda [dispatcher]
Line 167: Line 167:
   * expand attrs while running rpc command dispatcher.list   * expand attrs while running rpc command dispatcher.list
   * ds_select_dst/domain can take args as string (not only int) - internal conversion of string->int (if possible)   * ds_select_dst/domain can take args as string (not only int) - internal conversion of string->int (if possible)
 +  * new variant - ds_is_from_list(groupid, mode, uri)
 +    * can match against records in dispatcher groups
 +    * if groupid==1 - will match against all groups
 +    * if uri is empty, then will match against source address (ip, port, proto). Otherwise it has to be a full SIP URI value. The matching is not taking in consideration any parameter apart of transport
 +      * mode is a bitmask to tell the matching rules
 +        * if it is 0, will match everything: ip, port and protocol
 +        * if bit one is set, will skip matching the port
 +        * if bit two is set, will skip matching the protocol
  
 ==== dmq ==== ==== dmq ====
features/new-in-4.2.x.txt ยท Last modified: 2014/10/15 22:02 by miconda