Skip to content

Commit

Permalink
sipmsgops: Fix docs for sipmsg_validate()
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Jan 21, 2020
1 parent 75f07b7 commit d618825
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions modules/sipmsgops/doc/sipmsgops_admin.xml
Expand Up @@ -929,14 +929,20 @@ add_body_part("Hello World!", "text/plain");
</para></listitem>
<listitem><para><emphasis>-22</emphasis> - To header parse error
</para></listitem>
<listitem><para><emphasis>-23</emphasis> - From header parse error
<listitem><para><emphasis>-23</emphasis> - Bad hostname in To header
</para></listitem>
<listitem><para><emphasis>-24</emphasis> - Bad hostname in To header
<listitem><para><emphasis>-24</emphasis> - From header parse error
</para></listitem>
<listitem><para><emphasis>-25</emphasis> - Bad hostname in From header
</para></listitem>
<listitem><para><emphasis>-26</emphasis> - Contact header parse error
</para></listitem>
<listitem><para><emphasis>-27</emphasis> - Bad URI username
</para></listitem>
<listitem><para><emphasis>-28</emphasis> - Bad From URI username
</para></listitem>
<listitem><para><emphasis>-29</emphasis> - Bad To URI username
</para></listitem>
<listitem><para><emphasis>-255</emphasis> - undefined errors.
</para></listitem>
</itemizedlist>
Expand Down

0 comments on commit d618825

Please sign in to comment.