Displaying 2 results from an estimated 2 matches for "tnotes".
Did you mean:
notes
2004 Sep 16
2
No Caller Name sent from Asterisk over National or DMS100 PRI to a Norstar MICS?
...< [70 0c 80 39 36 30 34 38 38 35 36 38 30 38]
< Called Number (len=14) [ Ext: 1 TON: Unknown Number Type (0) NPI:
Unknown Number Plan (0) '96048856808' ]
Which has the textual ID in the 'Display' element... However I understand
from http://resource.intel.com/telecom/support/tnotes/tnbyos/2000/tn033.htm
that there is no definitive standard for transmitting the name.
So, should even I be expecting Ast to put the name on the wire when it's
originating?
Kris Boutilier
Information Systems Coordinator
Sunshine Coast Regional District
2009 Aug 19
2
[Hmisc] latex() with ctable=T inserting unwanted empty line in .tex file when used on summary.formula(method="reverse") object
Dear useRs,
When I'm using Hmisc's latex() function with ctable=TRUE on a summary.formula with method="reverse" object and saving in a .tex file, the latter contains an unwanted empty line which makes compilation fail.
Here is a brief example :
library(Hmisc)
test <- data.frame(a=sample(1:30,10),b=sample(c("good","bad","ugly"),10,replace=T))