Asterisk 1.4.33.1, DAHDI 2.3.0.1 and LibPRI 1.4.11.3 on a Digium TE220 with both spans connected to the Samsung.
Googling around, I see that the problem of handing off the full Caller ID was supposedly fixed with LibPRI 1.4.11.2, but I am still not getting it through to the Samsung. Here is my /etc/dahdi/system.conf:
Span 1: TE2/0/1 “T2XXP (PCI) Card 0 Span 1” (MASTER)
span=1,1,0,esf,b8zs
termtype: te
bchan=1-23
dchan=24
echocanceller=oslec,1-23
Span 2: TE2/0/2 “T2XXP (PCI) Card 0 Span 2”
span=2,2,0,esf,b8zs
termtype: te
bchan=25-47
dchan=48
echocanceller=oslec,25-47
Global data
loadzone = us
defaultzone = us
and here is /etc/asterisk/dahdi-channels.conf:
; Span 1: TE2/0/1 “T2XXP (PCI) Card 0 Span 1” (MASTER)
group=0,11
context=from-internal
switchtype = national
signalling = pri_net
channel => 1-23
context = default
usecallerid=yes
hidecallerid=no
hidecalleridname=no
usecallingpres=yes
group = 63
; Span 2: TE2/0/2 "T2XXP (PCI) Card 0 Span 2"
group=0,12
context=from-internal
switchtype = national
signalling = pri_net
channel => 25-47
context = default
usecallerid=yes
hidecallerid=no
hidecalleridname=no
usecallingpres=yes
group = 63
Has anyone else seen this? They are getting the Number for now, but we really want to get the Name also.
Thanks - let me know if anyone needs anymore information!
Greg