cige
August 31, 2023, 12:48pm
1
Hello, team;
I am having issue on this trunk registration.
I have this Information my the provider:
Number: +261667734667
Username: +261667734667@ims.tyt.com
Password: Algorithmxxxxx
Sip server: ims.tyt.com
Proxy server IP:20.203.213.111
In SIP.CONF the trunk is Registered and its fine, But in PJSIP, I cant register, Please how to configure IMS domain via Proxy IP in PJSIP!, Please give a sample to construct it. Thanks
We need the working sip.conf (not SIP.CONF) configuration to understand what they mean by the above.
cige
August 31, 2023, 2:13pm
3
This is sample information, if you can answer its ok, otherwise leave it.
It’s not a valid SIP URI user part, so the first problem is to establish what they actually want sent. SIP URI user parts cannot contain @.
Generally the problem isn’t that of coding pjsip.conf (you can do that from the documentation) it is understanding what the provider requires.
cige
August 31, 2023, 3:57pm
5
It’s valid sir. This is IMS domain via Proxy server.
Chano
September 1, 2023, 8:50am
6
It may be something the other end understands, that doesn’t automatically make it a valid SIP URI.
When I google “IMS domain via Proxy server” i get exactly 0 results, what exactly does this phrase mean?
You could try URI encoding the username, that would result in the following username:
%2B261667734667%40ims.tyt.com
Here both the initial + and the @ are encoded, you could also try just encoding the @ like so:
+261667734667%40ims.tyt.com
Also as the SIP server is the same as what you the IMS domain, you might not need it at all.
system
Closed
October 1, 2023, 8:51am
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.