Sorry, bad habit of adding // to everything after :, and it was just example of wanting to get the 10d number out of a string. I will be more concise. But here is what I am talking about. This is from a tcpdump trace.
From: "Test" <sip:[email protected];user=phone>;tag=1c993qq2-j4d1-411f-a7c9-11065fce48a2 Thanks Alex, -Steve -----Original Message----- From: sr-users <[email protected]> On Behalf Of Alex Balashov Sent: Saturday, August 25, 2018 7:22 PM To: Kamailio (SER) - Users Mailing List <[email protected]> Subject: Re: [SR-Users] regular expression in kamailio On Sat, Aug 25, 2018 at 11:16:29PM +0000, Wilkins, Steve wrote: > Oh, but I want the 10 digit number. If from is like > sip://10000@2223334444, I want 2223334444, not 10000 The (abridged) grammar of a SIP URI is: sip:user@domain[:port] The calling party number would be in the user part, ordinarily. If you really want the domain, you're going to get a host/IP address of the calling UAC most likely. That can be accessed via @fd. Perhaps you can provide an example of the exact From header you see and the portion of it you would like to extract? Because your example makes no sense. :-) -- Alex -- Alex Balashov | Principal | Evariste Systems LLC Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free) Web: http://www.evaristesys.com/, http://www.csrpswitch.com/ _______________________________________________ Kamailio (SER) - Users Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users _______________________________________________ Kamailio (SER) - Users Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
