Re: [SR-Users] [sr-dev] Planning Kamailio v5.0.1

2017-04-05 Thread Brandon Armstead
Daniel, +1 to what Olle said! I have been able to produce pretty consistently a segfault in a total dev environment evapi / uac_req but it could be something totally crazy I'm doing, I'll get you a bit more solid info on the exact issue in the early am here, as well as make sure that the issue

Re: [SR-Users] Use of variables for force_send_socket

2017-04-04 Thread Brandon Armstead
D: DE219349391 > > www.sipgate.de - www.sipgate.co.uk > > > _______ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users &g

Re: [SR-Users] Several Asterisk on this same IP

2017-03-12 Thread Brandon Armstead
Not entirely sure but you may be able to range them 0-0 for dynamic allocation and let the kernel handle it. On Sun, Mar 12, 2017 at 12:56 PM Alex Balashov wrote: > Can you not assign different Asterisk instances different ranges of RTP > ports to allocate from? > >

Re: [SR-Users] sip over websockets sip uri

2017-02-28 Thread Brandon Armstead
ain which they use in route and via > > So the main question is what is the significance of SIP URI in websocket > connection? can it be dealt with above scenario? > > > Regards, > Jade > > On Tue, Feb 28, 2017 at 1:18 PM, Brandon Armstead <bran...@cryy.com> >

Re: [SR-Users] sip over websockets sip uri

2017-02-28 Thread Brandon Armstead
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users > > -- Sincerely, Brandon Armstead CTO / CRYY.com ___ SIP Express Ro

Re: [SR-Users] Merry Christmas to all Kamailians

2016-12-24 Thread Brandon Armstead
Merry Christmas!! :) On Fri, Dec 23, 2016 at 6:45 AM Daniel Tryba wrote: > On Fri, Dec 23, 2016 at 01:22:42PM +0100, Olle E. Johansson wrote: > > > It’s been another great year for Kamailio and I’m proud to be part of > the Kamailio development community. > > > We’ve made great

Re: [SR-Users] regular expression question

2016-12-09 Thread Brandon Armstead
if(!($ua =~ "")){ On Fri, Dec 9, 2016 at 7:04 AM Satish Patel wrote: > I am trying to block SIP scanner so i am trying to use following logic > > only allow "My-UserAgent" and block rest but its throwing error, but > > if i use =~ regular expression which works! why

Re: [SR-Users] VERY IMPORTANT: deciding when to remove the MI code

2016-12-01 Thread Brandon Armstead
+1 - I'm all for cleaning up any technical debt and moving on with more normalized concept. :) Sincerely, Brandon Armstead On Thu, Dec 1, 2016 at 6:17 AM Daniel-Constantin Mierla <mico...@gmail.com> wrote: > Hello, > > we started discussing about removing MI (so called manag

Re: [SR-Users] Identical Kamailio setup on 2 hosts

2016-09-11 Thread Brandon Armstead
Do a lookup of source ip(s) user is registered to and route appropriately and or share user location database / replicate. Either way however you want original source responding to proper AOR, so just do a little conditional checking and re route appropriately between the two. On Sunday,

Re: [SR-Users] Identical Kamailio setup on 2 hosts

2016-09-11 Thread Brandon Armstead
On Sunday, September 11, 2016, Infinicalls Infinicalls < infinica...@gmail.com> wrote: > Hi, > I have two identical hosts running Kamailio with the same set of > users. They are located in different locations. Both are running > behind NAT and I've enabled rtpproxy for that and also advertised

Re: [SR-Users] another bug with JSONRPC-S?

2016-04-19 Thread Brandon Armstead
;: "htable.dump", "params" : {"htable": "callstats"}}' http://1.2.3.4:5060/jsonrpc Sincerely, Brandon Armstead On Tue, Apr 19, 2016 at 3:40 PM, Brandon Armstead <bran...@cryy.com> wrote: > I believe what you want is something more along the li

Re: [SR-Users] another bug with JSONRPC-S?

2016-04-19 Thread Brandon Armstead
I believe what you want is something more along the lines of: curl -s -H 'Content-Type: application/json' --data-binary '{"jsonrpc": "2.0", "method": "htable.dump", "params" : {"name": "callstats"}}' http://1.2.3.4:5060

Re: [SR-Users] another bug with JSONRPC-S?

2016-04-19 Thread Brandon Armstead
rpc_reply_fifo", "id": 1}') It looks like you are not specifying params correctly perhaps? Just a quick guess from glancing.. Sincerely, Brandon Armstead On Tue, Apr 19, 2016 at 10:48 AM, Brooks Bridges <bbrid...@o1.com> wrote: > I may have stumbled across an

Re: [SR-Users] [Kamailio-Business] Merry Christmas and Happy Holidays!

2015-12-24 Thread Brandon Armstead
Happy Holidays! So crazy to think how long Kamailio has been in the works and all of the great people I've met because of it. Hope everyone has had a great 2015, looking forward to an amazing 2016! Sent from my iPhone > On Dec 24, 2015, at 12:38 PM, Daniel-Constantin Mierla

Re: [SR-Users] What could cause an intermittent fault (28) with http_query()?

2015-01-31 Thread Brandon Armstead
What happens if you run the daemon in foreground / high verbosity ? Paste error logs back here. My guess would be there is some kind of blocking happening, ie DNS lookup possibly try using an alternate resolver ? Sent from my iPhone On Jan 30, 2015, at 10:19 AM, Tim Chubb

Re: [SR-Users] Async module taking down our server

2015-01-29 Thread Brandon Armstead
Why not just kill the call and have billing fix up for minimum duration occur during CDR creation? Does not make sense to delay Hangup just to meet minimum duration. Sent from my iPhone On Jan 28, 2015, at 5:37 PM, Will Ferrer will.fer...@switchsoft.com wrote: Hi Daniel Yeah I am happy

Re: [SR-Users] Happy New Year!

2014-12-31 Thread Brandon Armstead
Happy New Year!!! Many great new things to come. #2015 here we are :). - Brandon On Dec 31, 2014, at 2:33 PM, Mahmoud Ramadan Ali cisco.and.more.b...@gmail.com wrote: Happy new year to Kamailio and the developers and all the mailing list users and all the world ! On Wed, Dec 31,

Re: [SR-Users] [Kamailio-4.1.4]Make Install Error

2014-08-05 Thread Brandon Armstead
Daniel, I can confirm this bug on Debian. I hasn't bothered looking into it further since it was simple enough to manually complete remainder of install. I'll pull more debug data for you when I make it into the office shortly if someone doesn't get to it before me. Sent from my iPhone

Re: [SR-Users] no fork mode and more than one listen address found (will use only the first one)

2014-08-05 Thread Brandon Armstead
Yuriy, You can use the listen directive multiple times. listen=eth0 listen=eth1 etc... On Tue, Aug 5, 2014 at 12:09 PM, Yuriy Gorlichenko ovoshl...@gmail.com wrote: Hello. I Installed kamailio 4.1.4, when I starting my server I see following Warning no fork mode and more than one listen

Re: [SR-Users] no fork mode and more than one listen address found (will use only the first one)

2014-08-05 Thread Brandon Armstead
kamailio -D no -l eth0 -l eth1 -l eth2 Try this? On Tue, Aug 5, 2014 at 12:21 PM, Yuriy Gorlichenko ovoshl...@gmail.com wrote: I Already use it. As I see my problem about to run the main kamailio process in foreground and fork child processes as usual. 2014-08-05 23:18 GMT+04:00 Brandon

Re: [SR-Users] Condition Statements - How many levels

2014-07-16 Thread Brandon Armstead
Joel, You are looking for something like this logically: if(!($var(is_a_present) == $null $var(is_b_present))){ # a and b exist } else if(!($var(is_a_present) == $null){ # a exists } else if(!($var(is_b_present) == $null)){ # b exists } else { # failover } Sincerely, Brandon Armstead On Wed

Re: [SR-Users] Condition Statements - How many levels

2014-07-16 Thread Brandon Armstead
, Brandon Armstead bran...@cryy.com wrote: Joel, You are looking for something like this logically: if(!($var(is_a_present) == $null $var(is_b_present))){ # a and b exist } else if(!($var(is_a_present) == $null){ # a exists } else if(!($var(is_b_present) == $null)){ # b exists } else

Re: [SR-Users] Branch feedback behaviour

2014-06-08 Thread Brandon Armstead
/ PSTN using LRN information. Now with this said - while the transaction is in flight upstream, and a cancel from UAC is sent, simply flag the transaction / response you receive back from upstream and drop it in the reply. Sincerely, Brandon Armstead On Sun, Jun 8, 2014 at 12:22 PM, Alex Balashov

Re: [SR-Users] error handling

2013-11-24 Thread Brandon Armstead
Flag the call as missed internally in your accounting or write to the missed acc table there is a method in acc documentation. Sent from my iPhone On Nov 24, 2013, at 11:20 AM, Oliver Roth oliver.r...@triotel.ch wrote: Hi all Question about error handling with kamailio. We send call

Re: [SR-Users] error handling

2013-11-24 Thread Brandon Armstead
Acc_db_request Sent from my iPhone On Nov 24, 2013, at 11:20 AM, Oliver Roth oliver.r...@triotel.ch wrote: Hi all Question about error handling with kamailio. We send call to carrier and get back error 404. In carrierfailureroute we catch up this error and send call to an internal

[SR-Users] Kamailio 3.2 - 3.3.5 Migration

2013-08-15 Thread Brandon Armstead
you for your time in advance. Sincerely, Brandon Armstead ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Kamailio Admin Book

2013-08-07 Thread Brandon Armstead
Looking good - count me in for a copy :). On Wed, Aug 7, 2013 at 11:34 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, being asked for quite a while about this topic, I can give now more details about if there is or is going to be any time soon Kamailio book. We are just

Re: [SR-Users] log reply message number

2013-05-15 Thread Brandon Armstead
Are you firing t_on_reply? Is it being called? Sent from my iPhone On May 15, 2013, at 11:04 AM, Robert R rob1...@gmail.com wrote: Hi, I am trying to add a log when receiving 1xx or 2xx reply message: # manage incoming replies onreply_route[MANAGE_REPLY] { xdbg(incoming reply\n);

Re: [SR-Users] [Kamailio-Business] Merry Christmas!

2012-12-24 Thread Brandon Armstead
Merry Christmas!!! On Mon, Dec 24, 2012 at 1:00 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Another year getting to its end! Looking back, looks like one with the greatest achievements in the development of the project so far. Year is not done, so I save that summary for one week

Re: [SR-Users] How can I directly access the domain of additional branches??

2012-10-05 Thread Brandon Armstead
Steve, You would do the required logic inside of branch_route. Sincerely, Brandon Armstead On Fri, Oct 5, 2012 at 9:45 AM, Stephen Dodge (Bistech) special.proje...@bistech.co.uk wrote: Hello, Could someone advise if it is possible to directly access the domain of additional branches

Re: [SR-Users] [Kamailio-Users] Having problems using RTPProxy to bridge internal/external networks

2012-09-15 Thread Brandon Armstead
packets from from UAC 2 - KAM The caller does not hear any audio, as KAM/RTPProxy is not sending audio back to the caller. Sincerely, Brandon Armstead On Fri, Sep 14, 2012 at 11:12 PM, SamyGo govoi...@gmail.com wrote: ok ignore the name in my previous email: its http://www.kamailio.org/docs/modules

Re: [SR-Users] [Kamailio-Users] Having problems using RTPProxy to bridge internal/external networks

2012-09-14 Thread Brandon Armstead
Klaus, It seems that force_rtp_proxy is removed in Kamailio 3.3 --- has there been a work-around for this bridge issue without using force_rtp_proxy? Sincerely, Brandon Armstead On Wed, Nov 4, 2009 at 5:46 AM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Alex Balashov schrieb

Re: [SR-Users] [Kamailio-Users] Having problems using RTPProxy to bridge internal/external networks

2012-09-14 Thread Brandon Armstead
Samy, I am not locating any such functions, engage_rtpproxy ? Perhaps you could point me further into the right direction? Sincerely, Brandon Armstead On Fri, Sep 14, 2012 at 9:13 PM, SamyGo govoi...@gmail.com wrote: Yes, you should find the function engage_rtpproxy on module docs and use

Re: [SR-Users] Suggestions for time utils

2012-08-14 Thread Brandon Armstead
the three different modules that it would take to implement this (acc, dbsr1, pv). Look forward to any help / insight you may be able to provide. Thanks as always! Sincerely, Brandon Armstead On Mon, Dec 19, 2011 at 11:55 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, On 12/19/11

Re: [SR-Users] Suggestions for time utils

2012-08-14 Thread Brandon Armstead
Daniel, It ONLY works with the $time avp Sent from my iPhone On Aug 14, 2012, at 10:27 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, this functionality should be already there. Doesn't work for you? Cheers, Daniel On 8/14/12 7:16 PM, Brandon Armstead wrote: Sorry

Re: [SR-Users] Suggestions for time utils

2012-08-14 Thread Brandon Armstead
there. Doesn't work for you? Cheers, Daniel On 8/14/12 7:16 PM, Brandon Armstead wrote: Sorry to wake up an old thread. However - I am looking to export this $timef function to the param initialization for accounting, i.e. db_table_acc modparam(db_table_acc, acc_$ftime(Ymd)); I've

Re: [SR-Users] Suggestions for time utils

2012-08-14 Thread Brandon Armstead
Daniel, In my research I saw that commit as well but figured it was some kind of weird merging error. Thanks for your time! Look forward to hearing back from you guys. Sincerely, Brandon Armstead On Tue, Aug 14, 2012 at 12:04 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello

Re: [SR-Users] Suggestions for time utils

2012-08-14 Thread Brandon Armstead
Daniel, Patch applies fine - it still does not seem to take when using $timef, i..e modparam(acc, db_table_acc, acc_$timef(Ymd)) It looks as if the $timef is not being interpreted and is simply writing to acc'ing i.e. INSERT INTO acc_$timef Thanks! Sincerely, Brandon Armstead On Tue, Aug

Re: [SR-Users] Suggestions for time utils

2012-08-14 Thread Brandon Armstead
]: failed to insert into database Sincerely, Brandon Armstead On Tue, Aug 14, 2012 at 1:11 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, are you sure you re-installed and the right acc.so is used? The support is for generic PV, if it works with one it should work with any. Which

Re: [SR-Users] Suggestions for time utils

2012-08-14 Thread Brandon Armstead
://www.kamailio.org/wiki/cookbooks/3.2.x/pseudovariables Try acc_$timef(%Y%m%d). Cheers, Daniel On 8/14/12 10:17 PM, Brandon Armstead wrote: Daniel, My apologies - forgot to make clean. However still no cigar. Aug 14 20:16:40 /usr/local/sbin/kamailio[12410]: ERROR: db_mysql [km_dbase.c

Re: [SR-Users] Suggestions for time utils

2012-08-14 Thread Brandon Armstead
Daniel, One question I do have - is the $timef(%Y%m%d) evaluated only once at run time (when kamailio is started) - or is it evaluated at the time of the ACC'ing action. Sincerely, Brandon Armstead On Tue, Aug 14, 2012 at 1:22 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello

Re: [SR-Users] Best tool for crafting sip messages

2012-08-13 Thread Brandon Armstead
Sipsak Sent from my iPhone On Aug 12, 2012, at 10:41 PM, Anton Kvashenkin anton.juga...@gmail.com wrote: Hello, guys. What is the best tool for crafting sip messages for testing purpose? For example, simple REGISTER or INVITE message. I'm new to kamailio (not sip) so it would be great

Re: [SR-Users] AVPOPS / TM behavior

2012-08-07 Thread Brandon Armstead
for years I would think this would confuse others. Let me know if it is somewhere else, otherwise I will add it to the Kamailio wiki. Sincerely, Brandon Armstead On Tue, Aug 7, 2012 at 2:32 AM, Klaus Darilion klaus.mailingli...@pernau.at wrote: AVPs are associated with the transaction. If you

Re: [SR-Users] AVPOPS / TM behavior

2012-08-07 Thread Brandon Armstead
its not clear enough based off of this above copied text. Unless I am still missing the explanation somewhere else in the text? Thanks! Sincerely, Brandon Armstead On Tue, Aug 7, 2012 at 12:00 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Once you know it you will find it :-) http

[SR-Users] AVPOPS / TM behavior

2012-08-06 Thread Brandon Armstead
on why or when this would occur? Is there a better way to handle such a scenario? i.e. more dynamic internal routing, vs relaying to self. Thanks as always in advance! Sincerely, Brandon Armstead ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr

Re: [SR-Users] BYE Race Condition

2012-07-31 Thread Brandon Armstead
Daniel, I will try this -- and get back to you. I noticed the 408 timeout as well -- and thought that this call flow was strange. Thanks! Sincerely, Brandon Armstead On Mon, Jul 30, 2012 at 1:03 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, first, such race can happen

[SR-Users] BYE Race Condition

2012-07-28 Thread Brandon Armstead
you as always. Look forward to your thoughts / suggestions / ideas. Sincerely, Brandon Armstead ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo

Re: [SR-Users] How to use regular expression for $var ?

2012-07-16 Thread Brandon Armstead
Gary, Please elaborate on did not work. Also have you logged the actual value of this var before the if/else statement? Sent from my iPhone On Jul 16, 2012, at 7:32 AM, Gary Chen gary.c...@lightyear.net wrote: Kamailio 3.3.0 I have a variable $var(s:dst). It can store either a number

Re: [SR-Users] avp_delete problem [kamailio 1.5]

2012-02-22 Thread Brandon Armstead
Sven, It looks as if it's pushing onto avp stack. Try doing the assignment as follows below. $avp(test) := value; Sent from my iPhone On Feb 21, 2012, at 11:45 PM, Sven Knoblich sven.knobl...@1und1.de wrote: Hello all, i am currently confused by using the avpops function avp_delete. When

Re: [SR-Users] Double Invite / Issue

2011-12-14 Thread Brandon Armstead
when I updated $ru and another after I did append_branch. Taking out the append_branch call resolved the issue. Sincerely, Brandon Armstead On Wed, Dec 14, 2011 at 1:36 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, On 12/14/11 1:14 AM, Brandon Armstead wrote: Hello, I

[SR-Users] Double Invite / Issue

2011-12-13 Thread Brandon Armstead
! Sincerely, Brandon Armstead ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Dialog / BYE

2011-11-02 Thread Brandon Armstead
Timo, Some interesting results indeed. If I place the same block of code with or without dlg_get first then dlg_bye AFTER loose_route -- kamailio ignores the packet. If I place it before loose_route WITH dlg_get FIRST - it works as expected. Sincerely, Brandon Armstead On Tue, Nov 1, 2011

Re: [SR-Users] Dialog / BYE

2011-11-02 Thread Brandon Armstead
Kamailio. Sincerely, Brandon Armstead On Wed, Nov 2, 2011 at 2:04 PM, Timo Reimann s...@foo-lounge.de wrote: Hey, Am 02.11.2011 um 08:24 schrieb Brandon Armstead: Some interesting results indeed. If I place the same block of code with or without dlg_get first then dlg_bye AFTER

[SR-Users] Dialog / BYE

2011-11-01 Thread Brandon Armstead
is destroyed before the 2nd BYE packet is processed. My Question - what am I doing wrong - or what is the best method to tackle this task? Thank you for all of your help and time in advance. Sincerely, Brandon Armstead ___ SIP Express Router (SER

Re: [SR-Users] Dialog / BYE

2011-11-01 Thread Brandon Armstead
desire to terminate. I am then feeding $ci, $tt, and $ft into dlg_get and then calling dlg_bye(all) - in which Kamailio then proceeds to send BYE out to both legs of the call. I think we can mark this as resolved :). Thanks as always! Sincerely, Brandon Armstead On Tue, Nov 1, 2011 at 3:21 PM

Re: [SR-Users] Dialog / BYE

2011-11-01 Thread Brandon Armstead
Timo, Thats correct - however I am calling this before loose_route, perhaps that is my problem and need for calling dlg_get? Let me give this a go - and I will respond back with my findings, thanks! Sincerely, Brandon Armstead On Tue, Nov 1, 2011 at 4:21 PM, Timo Reimann s...@foo-lounge.de

Re: [SR-Users] Float Comparison

2011-08-23 Thread Brandon Armstead
and give you some specifics. Sincerely, Brandon Armstead On Thu, Jan 20, 2011 at 2:13 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: On 1/19/11 7:50 AM, Klaus Darilion wrote: Am 18.01.2011 21:26, schrieb Brandon Armstead: Hello, Is there anything special that needs

[SR-Users] Kamailio 3.1.4 Bitwise Operators?

2011-08-02 Thread Brandon Armstead
to 2 rather than 8 Any thoughts / Suggestions / Fixes? I also wonder if this has any relation to !~ not working? Thanks for all of your help in advance! P.S. I sent this both to user list and to devel, please forgive me if they do not belong in one of the lists. Sincerely, Brandon Armstead

Re: [SR-Users] Kamailio Multiple Source IP

2011-07-26 Thread Brandon Armstead
You would use: Force_send_socket method. Sent from my iPhone On Jul 26, 2011, at 5:28 PM, Linux Guy linuxguy...@live.com wrote: Hi, How can I set a specific source ip for outbound calls when I have multiple Ips that kamailio is listening on. For Eg. I have a table with Caller ID (

Re: [SR-Users] ~ operator has no effect

2011-05-17 Thread Brandon Armstead
Juha, Try $var(test) = $var(test) ~ 2; Sincerely, Brandon Armstead On Tue, May 17, 2011 at 8:13 AM, Juha Heinanen j...@tutpro.com wrote: according to core cookbook: ~ : bitwise NOT however, looks like it has no effect. i have $var(test) = ~2; xlog(L_INFO, test

[SR-Users] Failure Route and Reply Routes

2011-02-17 Thread Brandon Armstead
! Sincerely, Brandon Armstead ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Failure Route and Reply Routes

2011-02-17 Thread Brandon Armstead
Alex, Thank you for this information! This is now making some more sense as to the results I am seeing. Thanks again! Sincerely, Brandon Armstead On Thu, Feb 17, 2011 at 2:13 PM, Alex Balashov abalas...@evaristesys.comwrote: On 02/17/2011 05:07 PM, Brandon Armstead wrote: Hello

Re: [SR-Users] Can you use a bigint with Kamailio?

2011-01-29 Thread Brandon Armstead
Lee, You will need to cast this to a string / varchar. Sincerely, Brandon Armstead On Sat, Jan 29, 2011 at 5:54 AM, Lee Archer lee.arc...@thebigword.comwrote: Hi, I am trying to run dispatcher based on the inbound number called. This works fine for some numbers but not all

[SR-Users] Float Comparison

2011-01-18 Thread Brandon Armstead
Hello, Is there anything special that needs to be done for float comparison? For example: if([5.5 = 4.3]) or if(5.5 4.3) The conditional does not seem to be coming back as true like it should? This is simply an example... the precision in the actual case is different (longer

Re: [SR-Users] Kamailio Transformation Assignment to an AVP

2010-07-28 Thread Brandon Armstead
Daniel, When I take your example with the modified regex it works. I wonder if there is any association to using / as delimiter versus | and the () match references? Sincerely, Brandon Armstead On Wed, Jul 28, 2010 at 3:23 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello

Re: [SR-Users] Regex Transformations

2010-07-22 Thread Brandon Armstead
Hello, Sorry it took me so long to respond back.. I am shocked that I did not find/see that. That was exactly my issue. :embarrassed:. Thank you! Sincerely, Brandon Armstead On Fri, Jul 16, 2010 at 5:26 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, the line you try

Re: [SR-Users] Regex Transformations

2010-07-22 Thread Brandon Armstead
is occurring). Debugging code is Line by Line. Thanks! Sincerely, Brandon Armstead On Thu, Jul 22, 2010 at 3:08 PM, Brandon Armstead bran...@cryy.com wrote: Daniel, Too True! haha. While I've got this topic still open, I am actually having a total freak experience going on right now. I have

Re: [SR-Users] Regex Transformations

2010-07-12 Thread Brandon Armstead
with any input you can provide, thanks! Sincerely, Brandon Armstead ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Regex Transformations

2010-07-05 Thread Brandon Armstead
. a=fmtp:18 annexb=yes. a=rtpmap:101 telephone-event/8000. a=fmtp:101 0-15. a=nortpproxy:yes. Thanks! On Mon, Jul 5, 2010 at 3:51 AM, Daniel-Constantin Mierla mico...@gmail.comwrote: Hello, On 7/4/10 9:23 AM, Brandon Armstead wrote: Hello, I am trying to match a multi-line psuedo

Re: [SR-Users] [Kamailio-Users] PCRE Regex / Transformations Bug?

2010-04-29 Thread Brandon Armstead
-event/8000. a=fmtp:101 0-15. a=ptime:30. a=sendrecv. a=nortpproxy:yes. Let me know if this is sufficient or if there is anything else I can provide. Thanks! Sincerely, Brandon Armstead On Wed, Apr 28, 2010 at 3:54 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, can you paste