I've looked around and have found one or two other posts asking about
this, but I have never seen an answer. The From is:
=uri: <sip:5551212;npdi=yes@x.x.x.x:5060;dtg=SIP;user=phone>
Which causes a number of issues. USRLOC no longer works:
=lookup(): '5551212;npdi=yes' Not found in usrloc
And when you send the call to an Asterisk server, Asterisk wigs out
because it truncates everything after the first ";" it encounters in the
URI. Does anyone have any idea how to get rid of it? I've tried subst(),
but could not get it to work. :-(
-John