infalex2xl
Systems Engineer
Hello, sorry for my english, but I need help.
I connect to the mobile operator via sip.
they want me to send them the "user = phone" parameter in the INVITE in fields TO and FROM.
I found that hipath adds this parameter (user = phone) only if the number is transmitted in e.164 format.
In other cases, this parameter is not passed.
About field FROM, KNFOR will help me.
Let's talk on the example of LODR and field TO.
It works for me if LODR:
ADD-LODR:20,,,,NPI,ISDN ,INTERNAT;
ADD-LODR:20,,,,ECHOALL;
ADD-LODR:20,,,,END;
ADD-LODR:20,,,
sip uri In the TO:
+25075@ipaddress;user=phone
I do not want to send them a plus sign (+) before extension
How can i do this? if I change lodr to unknown, then the "user = phone" parameter will not be passed - it will look like this:
TO:25075@ipaddress
Or maybe someone knows how to pass this parameter for numbers that are not in the e.164 format?
In the end I need the line sip-uri to look like this TO:25075@ipaddress;user=phone
I hope for help, thanks.
I connect to the mobile operator via sip.
they want me to send them the "user = phone" parameter in the INVITE in fields TO and FROM.
I found that hipath adds this parameter (user = phone) only if the number is transmitted in e.164 format.
In other cases, this parameter is not passed.
About field FROM, KNFOR will help me.
Let's talk on the example of LODR and field TO.
It works for me if LODR:
ADD-LODR:20,,,,NPI,ISDN ,INTERNAT;
ADD-LODR:20,,,,ECHOALL;
ADD-LODR:20,,,,END;
ADD-LODR:20,,,
sip uri In the TO:
+25075@ipaddress;user=phone
I do not want to send them a plus sign (+) before extension
How can i do this? if I change lodr to unknown, then the "user = phone" parameter will not be passed - it will look like this:
TO:25075@ipaddress
Or maybe someone knows how to pass this parameter for numbers that are not in the e.164 format?
In the end I need the line sip-uri to look like this TO:25075@ipaddress;user=phone
I hope for help, thanks.