Re: [SR-Users] append_branch and t_replicate issue

2014-07-21 Thread Bruce McAlister
Just an update on this, it appears to send 2 REGISTER requests in parellel to BACKUP_REGISTRAR_3, so it looks like the append_branch is being added but its uri is set to BACKUP_REGISTRAR_3 (and not BACKUP_REGISTRAR_2 as requested int the append_branch section) On 21/07/2014 13:49, Asgaroth wro

Re: [SR-Users] Dispatcher Confusion (v3.2.0)

2011-10-26 Thread Bruce McAlister
On 26/10/2011 10:47, Asgaroth wrote: > > Assuming ds_probing_mode = 0 (Only send "ping" requests when > destination is in probing state) > AP (Active-Probing) > [*] Used by ds_select_* in gateway selection > [*] Ping probes sent to destination > [*] When reply to ping probe is recieved,

Re: [SR-Users] Dispatcher Confusion Redeux

2011-10-20 Thread Bruce McAlister
Thanks Daniel, I will try 3.2.0 shortly. Just another quick question, I have the following failure route defined for dispatcher: if (t_branch_timeout() && !t_branch_replied()) { xlog("route[TO_SBC] : $rm : timeout and no reply ($si:$sp->$Ri:$Rp->$du)\n"); x

Re: [SR-Users] Kamailio 3.1.4 Compilation Error ('TMCB_DONT_ACK' undeclared)

2011-07-05 Thread Bruce McAlister
; On 05/07/2011 15:29, Henning Westerholt wrote: >>> On Tuesday 05 July 2011, Bruce McAlister wrote: >>>> Would someone be able to point me in the right direction here, I am >>>> trying to compile Kamailio 3.1.4 from git checkout and I am ending up >>

[SR-Users] Kamailio 3.1.4 Compilation Error ('TMCB_DONT_ACK' undeclared)

2011-07-05 Thread Bruce McAlister
Hi All, Would someone be able to point me in the right direction here, I am trying to compile Kamailio 3.1.4 from git checkout and I am ending up with the following error: gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -m64 -minline-all-stringops -falign-loops -ftree-vectorize -mtune=opteron

Re: [SR-Users] mi_datagram usage example

2011-06-16 Thread Bruce McAlister
Ahh yes, you are correct, it appears to be responding from a different port: [root@myhost sbin]# ngrep -q -t -P "" -W byline -d any host 1.1.1.1 and udp interface: any filter: (ip) and ( host 1.1.1.1 and udp ) U 2011/06/16 18:07:56.206350 1.1.1.2:59267 -> 1.1.1.1:8080 :ds_list: U 2011/06/16 18

Re: [SR-Users] Outbound socket selection (HA implementation)

2011-03-30 Thread Bruce McAlister
All, Thanks for the tips and suggestions, I have now managed to get this working using mhomed=1 and setting $fs, for some reason I could not get "force_send_socket" to work with avp's (but thats a topic for another thread). Thanks again for your time. ___