From: [email protected] [mailto:[email protected]] On Behalf Of Olli Heiskanen Sent: 03 January 2015 08:04 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Asterisk removes a charachter from sip peer name
Hello all, Just wondering on a behavior I noticed while testing with realtime sip peers with names like [email protected]. Using Kamailio as outbound proxy, it sends Asterisk a sip message where To header value is <sip:[email protected] <mailto:sip%[email protected]> > and From header has value "username" <sip:[email protected] <mailto:sip%[email protected]> ;transport=UDP>;tag=fc609171. When Asterisk sends out the sip message, the To header is as it was but as for >From header, Asterisk removes the "." charachter from the user part of the sip uri, thus resulting in 111333. Also the Contact header is affected the same way. I was wondering what might be causing this? Does Asterisk not allow dots in the peer names? The call itself connects so it's not much of an issue but it would be good to know about this, as of course there's a chance I've just missed something relevant. cheers, Olli Sounds a bit like >From sip.conf ; The shrinkcallerid function removes '(', ' ', ')', non-trailing '.', and '-' not ; in square brackets. For example, the caller id value 555.5555 becomes 5555555 ; when this option is enabled. Disabling this option results in no modification ; of the caller id value, which is necessary when the caller id represents something ; that must be preserved. This option can only be used in the [general] section. ; By default this option is on. ; ;shrinkcallerid=yes ; on by default Paddy
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
