meir Report post Posted 09/30/2013 08:11 AM Hello, Even after reading the help file, I still don't fully understand the difference between ID Number and Port Number. From :http://www.voiceguide.com/vghelp/source/html/resultvariables.htm $RV_LINEIDIdentification number of the line device which is handling this call. Can be used in Run Program module to help the called program generate the appropriate Results filename, or in the COM interface to return results to the correct line. The ID number refers to an internal line ID number - not the position in which that line's status is displayed in VoiceGuide's status window.$RV_PORTNUMBERLine Device's position is VoiceGuide's line status listing. Numbering starts from the top, with first line/port having a $RV_PORTNUMBER of 1, the seconds line/port having a $RV_PORTNUMBER of 2, etc. I have this Dialogic Card - D4PCIUFEQEU How many Line_IDs and Ports do I have? Each Line_ID contain couple of Ports or is it vice versa? I would like to extract data from the system log files, and need to distinguish between each call (phone line) Thank you Meir Levin Share this post Link to post
SupportTeam Report post Posted 09/30/2013 11:14 PM Port is a physical line/channel number used to carry the call. Port count starts at 1 and increments by 1 for each next port. LineID is a reference number for devices used by ports. It can be any unique number. How many Line_IDs and Ports do I have? D/4PCI* series cards have 4 ports. D/4PCI* cards only have 1 'LineID' per port. Each Line_ID contain couple of Ports or is it vice versa? Each port can have multiple LineIDs associated with it. Share this post Link to post
Guest Hoa Bui Report post Posted 07/08/2015 04:24 AM How do you config multiple Line for one port? Share this post Link to post
SupportTeam Report post Posted 07/08/2015 05:15 AM It's not something that is configured. IDs are just reference numbers for the various types of 'devices' that are used by each port. eg. each port can have a 'line' device, a 'voice' device, a 'fax' device, a 'speech' device, all attached to and be used by one port. Share this post Link to post