Hello all,
We are trying to register a non CISCO device in a CISCO Call Manager to make SIP calls. When the device has only one line eveything is clear and registration and calling working ok. However when we try to manage several lines for the same device registration process fail.
We check how CISCO devices with several lines make the registration process and it seems that "line" parameter is add after the IP and the port at the contact URI area of the request message. Then the device is registerer twice, once per each line. For example:
-for the first line: Contact URI: sip:808100@10.149.1.69:5062;line=bcd75feb9031476
-for the second line: Contact URI: sip:808099@10.149.1.69:5060;line=bc89e8ff884ef9a4
We would like to know if someone could help us to understand how this "line" paramater is built in order to add it in the non CISCO device registration request message.
Any information related to several lines device registration could be also useful to understand better the process.
Thank you in advance