Changeset 4849


Ignore:
Timestamp:
May 23, 2014 3:24:55 AM (10 years ago)
Author:
nanang
Message:

Misc (re #1751): Fixed SIP status phrase of status code 484 to be "Address Incomplete" (thanks Graeme Robertson for the report).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_msg.c

    r4550 r4849  
    196196    pj_strset2( &status_phrase[482], "Loop Detected"); 
    197197    pj_strset2( &status_phrase[483], "Too Many Hops"); 
    198     pj_strset2( &status_phrase[484], "Address Incompleted"); 
     198    pj_strset2( &status_phrase[484], "Address Incomplete"); 
    199199    pj_strset2( &status_phrase[485], "Ambiguous"); 
    200200    pj_strset2( &status_phrase[486], "Busy Here"); 
Note: See TracChangeset for help on using the changeset viewer.