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:46]
miconda [htable]
features:new-in-4.2.x [2014/10/12 10:43]
miconda [Code]
Line 301: Line 301:
     * contact headers are checked with higher priority, if no expires parameter there, then Expires header is used     * contact headers are checked with higher priority, if no expires parameter there, then Expires header is used
     * if none is found, $null is returned     * if none is found, $null is returned
-  * added pseudo-variable ($aa) for access to algorithm in autorization header+  * added pseudo-variable ($aa) for access to algorithm in authorization header 
 +  * new variable $su to return source address in uri format 
 +    * $su is expanded "sip:$si:$sp;transport=$pr" - example: "sip:127.0.0.1:5060;transport=udp"
  
 ==== registrar ==== ==== registrar ====
Line 441: Line 443:
   * lib/srutils: add sruid_next_safe() function - checks to see if the sruid was initialized by same process and if not, triggers a reinit - pid is stored inside the sruid struct   * lib/srutils: add sruid_next_safe() function - checks to see if the sruid was initialized by same process and if not, triggers a reinit - pid is stored inside the sruid struct
   * call onsend_route for replies   * call onsend_route for replies
 +    * onsend_route_reply - parameter to control if onsend_route is executed for forwarded replies
   * return OK as string for a successful dns.delete rpc command   * return OK as string for a successful dns.delete rpc command
   * new internal msg flag - FL_UAC_AUTH - to mark requests that had local uac authentication done (e.g., via uac_auth() from uac module) - it is an indication that cseq should be increased   * new internal msg flag - FL_UAC_AUTH - to mark requests that had local uac authentication done (e.g., via uac_auth() from uac module) - it is an indication that cseq should be increased
features/new-in-4.2.x.txt · Last modified: 2014/10/15 22:02 by miconda