URI look a bit strange

Hi,

We have a paging server from Cyberdata with Asterisk 14 PJSIP realtime
I have notice that the uri does not look like any other sip devices that we have…

Asterisk adds a long string after the port number. This what it looks like in our ps_contacts DB:

sip:PAGE_SERVER_1@10.185.2.11:5061^3Bline=be5609d7b9fa8b5

We have many products, Cisco,Audiocode,Polycom,Linksys, and the uri always end with the port number like theses:

sip:BAAQEAJK@12.195.33.25:5064

sip:Relais-12@205.156.80.44:5060

The device is working great but I wonder if the string after the caret character is normal…

It’s how the data is stored in realtime. When read from the database the “^3B” is turned into “;” so the URI becomes “sip:PAGE_SERVER_1@10.185.2.11:5061;line=be5609d7b9fa8b5”. The “line” is a parameter and is fine to be there.

Thanx a lot.Even CyberData were not sure what to think of it…