Ignore:
Timestamp:
Jun 2, 2009 8:17:56 AM (15 years ago)
Author:
bennylp
Message:

Ticket #870: Changed the mapping of host resolution failure to SIP status code 502 from 503 (thanks Robert Cichielo for the report)

  • also fixed client registration to use the reason phrase of the transaction rather than to retrieve the default reason phrase for the status code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_reg.c

    r2394 r2732  
    10571057        call_callback(regc, PJ_SUCCESS, tsx->status_code,  
    10581058                      (rdata ? &rdata->msg_info.msg->line.status.reason  
    1059                         : pjsip_get_status_text(tsx->status_code)), 
     1059                        : &tsx->status_text), 
    10601060                      rdata, expiration,  
    10611061                      contact_cnt, contact); 
Note: See TracChangeset for help on using the changeset viewer.