Announcement

Collapse
No announcement yet.

Announce CID over PBX working!, need help with WAFnCID cname

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Announce CID over PBX working!, need help with WAFnCID cname

    I have WAFnetCID working fine for 2 lines coming into my Lucent PBX.

    It announces great over the PC speaker.

    What I also have working is on callerid available, an event kicks off a page over the pbx running a script I found.

    Here is the event script:
    Sub Main

    dim cname
    dim dial
    dim voice

    cname=hsp.CIDName(1)
    dial=hsp.LINEDial(1,"*70",false,true)

    hsp.waitms 500
    hsp.speak 1,cname,true
    hsp.waitms 1000
    hsp.speak 1,cname,true
    hsp.waitms 1000
    hsp.speak 1,cname,true
    hsp.LINEHangup 1

    End Sub


    What I want to do, is use WAFnetCID data rather than HSP data to announce. The problem is that HSP data does not pull data from the address book, and uses the native cid name from the Telco.

    I tried adding s_ncid_name in stead of hsp.CIDName but I am sure I am missing something.
Working...
X