[SR-Users] Double Invite / Issue

2011-12-13 Thread Brandon Armstead
he call. Thanks for all help / thoughts / input in advance, 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] 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 wrote: > Hello, > > > On 12/14/11 1:14 AM, Brandon Armstead wrote: > >>

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 wrote: > Hello all, > i am currently confused by using the avpops function avp_delete. When i run > avp_delet

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 wrote: > Kamailio 3.3.0 > > I have a variable $var(s:dst). It can store either a number or IP. > How do I

[SR-Users] BYE Race Condition

2012-07-28 Thread Brandon Armstead
BYE downstream? Thank 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/c

[SR-Users] BYE Race Condition

2012-07-28 Thread Brandon Armstead
se, and create separate transaction to send BYE downstream? Thank 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.

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 wrote: > Hello, > > first, such race can happen alwa

[SR-Users] AVPOPS / TM behavior

2012-08-06 Thread Brandon Armstead
here any documentation 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)

Re: [SR-Users] AVPOPS / TM behavior

2012-08-07 Thread Brandon Armstead
o 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 wrote: > AVPs are associated with the transaction. If you "spiral" a req

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 wil

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

2012-08-12 Thread Brandon Armstead
Sipsak Sent from my iPhone On Aug 12, 2012, at 10:41 PM, Anton Kvashenkin 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 for me to use debbu

Re: [SR-Users] Suggestions for time utils

2012-08-14 Thread Brandon Armstead
ugh at this point between 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..

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 wrote: > Hello, > > this functionality should be already there. Doesn't work for you? > > Cheers, > Daniel > > On 8/14/12 7:16 PM, Brando

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

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>

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!

Re: [SR-Users] Suggestions for time utils

2012-08-14 Thread Brandon Armstead
acc [acc.c:405]: failed to insert into database Sincerely, Brandon Armstead On Tue, Aug 14, 2012 at 1:11 PM, Daniel-Constantin Mierla 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 w

Re: [SR-Users] Suggestions for time utils

2012-08-14 Thread Brandon Armstead
t; http://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. >

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 wrote: > Hello, > &

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 wrote: > > > Alex Balashov schrieb: > > That

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 wrote: > Yes, you should find the function engage_rtpproxy on module docs and use > it. It wil

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

2012-09-14 Thread Brandon Armstead
also see RTP 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 wrote: > ok ignore the name in my previous email: its > http://www.kamailio.o

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 d

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 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 later, there is

[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 d

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 wrote: > Hi, I am trying to run dispatcher based on the inbound number called. > This works fine for some numbers but not all. Is there a bigint string >

[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 wrote: > On 02/17/2011 05:07 PM, Brandon Armstead wrote: > >> Hello, >>

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 wrote: > according to core cookbook: > > ~ : bitwise NOT > > however, looks like it has no effect. i have > >$var(test) = ~2; >xlog(

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

2011-05-17 Thread Brandon Armstead
Juha, Quick correction: $var(test) = $var(test) & ~ 2; On Tue, May 17, 2011 at 8:13 AM, Juha Heinanen wrote: > according to core cookbook: > > ~ : bitwise NOT > > however, looks like it has no effect. i have > >$var(test) = ~2; >xlog("L_INFO", "test is <$var(test)>\n"); > >

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 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 ( Phone Numbers ) > >

[SR-Users] Kamailio 3.1.4 Bitwise Operators?

2011-08-02 Thread Brandon Armstead
eing equal 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 li

Re: [SR-Users] Kamailio 3.1.4 Bitwise Operators?

2011-08-02 Thread Brandon Armstead
Daniel, This commit is working perfectly! Thank you. Sincerely, Brandon Armstead On Tue, Aug 2, 2011 at 3:05 PM, Daniel-Constantin Mierla wrote: > Hello, > > some of the bitwise operators were forgotten to be added when we migrated > to the new core. They were added some time

Re: [SR-Users] Float Comparison

2011-08-23 Thread Brandon Armstead
earch and give you some specifics. Sincerely, Brandon Armstead On Thu, Jan 20, 2011 at 2:13 AM, Daniel-Constantin Mierla wrote: > > > On 1/19/11 7:50 AM, Klaus Darilion wrote: > >> >> >> Am 18.01.2011 21:26, schrieb Brandon Armstead: >> >>> Hello, >

[SR-Users] Dialog / BYE

2011-11-01 Thread Brandon Armstead
ng into a race condition where the dialog 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 _

Re: [SR-Users] Dialog / BYE

2011-11-01 Thread Brandon Armstead
s to the call I 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 Tu

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 wrote: >

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 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_

Re: [SR-Users] How to correctly check if the variable is set?

2013-01-14 Thread Brandon Armstead
I believe what you are looking for is $null if($avp(s:test) == $null){ } On Mon, Jan 14, 2013 at 3:59 AM, Mino Haluz wrote: > Hi, > > how should I check if the value is set? > > if ($avp(s:test) == "") { > > or is there any null keyword ? If so, does it work for $avp, $sht, $var > and $shv ?

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 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"); >if(st

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 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 about to complete

[SR-Users] Kamailio 3.2 -> 3.3.5 Migration

2013-08-15 Thread Brandon Armstead
es? Thank 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] 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 wrote: > > Hi all > > Question about error handling with kamailio. > > We send call to carrier and

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 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 > freeswitch th

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

2010-04-26 Thread Brandon Armstead
dio line, however it does not -- it simply removes m=audio. Any thoughts / ideas / suggestions? Sincerely, Brandon Armstead On Wed, Dec 23, 2009 at 9:31 PM, Iñaki Baz Castillo wrote: > El Miércoles, 23 de Diciembre de 2009, Daniel-Constantin Mierla escribió: > > the re.subst transfo

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

2010-04-26 Thread Brandon Armstead
Hello All, Correction, it seems both the last supplied regex and xlog("L_INFO", "[$ci] m=audio $(rb{re.subst,/(.*)m=audio ([0-9]+) (.*)/\2/})"); return the same invalid results. Thanks again! Sincerely, Brandon Armstead On Mon, Apr 26, 2010 at 7:33 PM, Brandon Armstead

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

2010-04-29 Thread Brandon Armstead
. a=rtpmap:98 G726-16/8000. a=rtpmap:101 telephone-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 wrot

[SR-Users] Regex Transformations

2010-07-04 Thread Brandon Armstead
); Any help / input is greatly appreciated, thank you ahead of time! Happy 4th of July (for those who celebrate) Sincerely, Brandon Armstead ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http:

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 wrote: > Hello, > > > On 7/4/10 9:23 AM, Brandon Armstead wrote: > > Hello, > > I am trying to match a mu

Re: [SR-Users] Regex Transformations

2010-07-06 Thread Brandon Armstead
Hello, Please do let me know if I am leaving any thing out that will make troubleshooting this issue easier. I am really hitting a wall with an efficient method to tackle this problem. All help is appreciated, thanks as always guys! Sincerely, Brandon Armstead On Mon, Jul 5, 2010 at 12:38

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-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 wrote: > Hello, > > the line you try to

Re: [SR-Users] Regex Transformations

2010-07-22 Thread Brandon Armstead
+) RTP\/AVP ([0-9 ]+)\015\012(.*)$/\3/s}); $avp(s:sdp-payloads) is NULL when printing it out? Any thoughts? Sincerely, Brandon Armstead On Thu, Jul 22, 2010 at 2:53 PM, Daniel-Constantin Mierla wrote: > Hello, > > > On 7/22/10 8:59 PM, Brandon Armstead wrote: > > Hello, >

Re: [SR-Users] Regex Transformations

2010-07-22 Thread Brandon Armstead
no other mangling is occurring). Debugging code is Line by Line. Thanks! Sincerely, Brandon Armstead On Thu, Jul 22, 2010 at 3:08 PM, Brandon Armstead wrote: > Daniel, > >Too True! haha. > > While I've got this topic still open, I am actually having a total freak > ex

[SR-Users] Kamailio Transformation Assignment to an AVP

2010-07-26 Thread Brandon Armstead
believe this may be a bug). 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] 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 wrote: > Hello, > > I te

Re: [SR-Users] [sr-dev] set From and To attributes in assignments

2010-08-12 Thread Brandon Armstead
Very cool, keep up the good work! On Fri, Aug 13, 2010 at 1:20 AM, Daniel-Constantin Mierla wrote: > Hello, > > I committed in master branch (to be 3.1.0) code that allows to set uri, > username, domain and display name for To and From headers using assignments > to their respective PVs in conf

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

2016-04-19 Thread Brandon Armstead
jsonrpc_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 wrote: > I may have stumbled across another bug with thi

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"}}'

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

2016-04-19 Thread Brandon Armstead
uot;method": "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 wrote: > I believe what you want is something more along the lines of: >

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 th

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, Septembe

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 wrote: > Hello, > > we started discussing about removing MI (so called management interface) > f

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 negative match > > doesn't wo

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 releases, had a gr

Re: [SR-Users] Branch feedback behaviour

2014-06-08 Thread Brandon Armstead
LCR / 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, A

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 Armst

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

2014-07-16 Thread Brandon Armstead
1:37 PM, Brandon Armstead 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

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 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 address found (w

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 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:0

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 > wrote: > > Happy new year to Kamailio and the developers and all the mailing list users > and all the world ! > >> On Wed, Dec 31, 2014 at 11:10 PM, Daniel-

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 wrote: > > Hi Daniel > > Yeah I am happy to be able to report

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 wrote: > > Hi Al

Re: [SR-Users] Best practise for limiting concurrent calls across a cluster

2015-09-03 Thread Brandon Armstead
I would use some kind of RESTFUL service implementation, various transport mediums are avail i.e. RPC etc. What database are you currently using ? Sincerely, Brandon Armstead > On Sep 3, 2015, at 5:19 PM, jay binks wrote: > > Hey all, > > So I have a cluster of Kamailio serv

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 > wrote: > > W

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

2017-02-28 Thread Brandon Armstead
R) 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 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] sip over websockets sip uri

2017-02-28 Thread Brandon Armstead
se 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 > wrote: > > Perhaps you could configure an outb

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? > > On March 12, 2017 3:47:22 PM

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

2017-04-04 Thread Brandon Armstead
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 > > -- Sincerely, Brandon Armstead CTO / CRYY.com ___ 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] [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