Hi Andrew, > - g_assert(cs->daddr.number_type == cs->daddr.number_type); > - g_assert(cs->daddr.numbering_plan == cs->daddr.numbering_plan); > + g_assert(cs->daddr.number_type == ts->daddr.number_type); > + g_assert(cs->daddr.numbering_plan == ts->daddr.numbering_plan); Very nice catch. Applied thanks. Regards, -Denis