Re: [OpenSIPS-Users] OpenSIPS variables

2014-03-14 Thread Mike Tesliuk
check on the documentation http://www.opensips.org/Documentation/Script-CoreVar 2014-03-14 3:18 GMT-04:00 Mike Claudi Pedersen : >following er some asterisk values that is formatted and set; > > set(FROM=${CUT(SIP_HEADER(From),:,2)}); > set(FROMIP=${CUT(FROM,@,2)}); > set

[OpenSIPS-Users] Bad from on header

2014-03-14 Thread Mike Tesliuk
Hello Guys, Im checking about a problem here i hope somebody can help me. Some times when i receive an ACK opensips is doing something strange with the from, check the mesage below Message that opensips has received U _CUSTOMER_IP_:5060 -> __OPENSIPS_IP__:5060 ACK sip:603#558533822977@_ASTERISK

Re: [OpenSIPS-Users] [OpenSIPS-Devel] [RELEASE] OpenSIPS 1.8.4/1.9.2/1.10.1 Minor Versions

2014-03-14 Thread Răzvan Crainea
Hi, Michael! Let us check with the Debian maintainer. I'll let you know as soon as I have further information. Best regards, Razvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 03/13/2014 10:12 AM, Michael Renzmann wrote: Hi Razvan. Just wanted to let you know that

Re: [OpenSIPS-Users] [RELEASE] OpenSIPS 1.8.4/1.9.2/1.10.1 Minor Versions

2014-03-14 Thread Răzvan Crainea
Hi, Nick! Migrating from 1.8 to 1.9 should not be very hard. You can start by following the migration tutorial[1]. [1] http://www.opensips.org/Documentation/Migration-1-8-0-to-1-9-0 Best regards, Razvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 03/13/2014 02:01 AM

[OpenSIPS-Users] OpenSIPS variables

2014-03-14 Thread Mike Claudi Pedersen
following er some asterisk values that is formatted and set; set(FROM=${CUT(SIP_HEADER(From),:,2)}); set(FROMIP=${CUT(FROM,@,2)}); set(FROM=${CUT(FROM,@,1)}); set(TO=${CUT(SIP_HEADER(To),:,2)}); set(TO=${CUT(TO,@,1)}); noop(RDNIS: ${CALLERID(rdnis)}); noop(NAME=${CALLERID(name)

[OpenSIPS-Users] (no subject)

2014-03-14 Thread Mike Claudi Pedersen
-- Med venlig hilsen ipnordic A/S Mike Claudi Pedersen Tekniker Telefon: 79301033 www.ipnordic.dk ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] OpenSIPS variables

2014-03-14 Thread Mike Claudi Pedersen
set(FROM=${CUT(SIP_HEADER(From),:,2)}); set(FROMIP=${CUT(FROM,@,2)}); set(FROM=${CUT(FROM,@,1)}); set(TO=${CUT(SIP_HEADER(To),:,2)}); set(TO=${CUT(TO,@,1)}); noop(RDNIS: ${CALLERID(rdnis)}); noop(NAME=${CALLERID(name)}); set(CALLERID(name)=); -- Med venlig hilsen ipnordic A/S Mike Claudi Peder