Announcement

Collapse
No announcement yet.

CID -> HSP???

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

    CID -> HSP???

    Dkindred,

    how du you get CID information into HSP?

    I live in Sweden and i cant use your script or any American/UK hardware couse we use "DTMF" tones to send CID.

    I have built my own unit that collects the calls and stores them into a DB, but i cant figure out how to get it into HSP =(

    Im running HSP trial now and if i get this to work i would buy it, but i think i need some help =)

    Hope you or somebody else can help...


    Thanks...

    #2
    HSP has a function to enter CID data.

    hsp.LINESetCIDInfo Line,Name,Num

    That triggers CID events just like it came from the HSP modem.
    Bruce

    "The universal answer is 42."

    Comment


      #3
      Hej, Mikkola.

      I use the function Bruce mentioned, above, in this manner:

      hsp.LINESetCIDInfo 1, s_cid_name, s_cid_number

      Just wanted to point out that line 1 uses a "1" not a "0". HSP only supports one line at this time.

      Hej da,

      --David

      Comment


        #4
        Thanks guys... Works great =)

        Comment

        Working...
        X