Update:I've applied the code changes on 5.3 and 5.2 version and I can now see that once DMQ peer gets added the 202 Accepted DMQ started showing up and now cluster pair seems to be stable. No more core dumps or notification_peer deletion messages. So quick thought, what if I broadcast message to > 2 Kamailio boxes and all recipients send back 202 Accepted DMQ back to the sender. wouldn't it cause some trouble to the sender ?
BR, Sammy On Mon, Apr 27, 2020 at 4:53 PM SamyGo <[email protected]> wrote: > Hi, > I've applied the changes to the two files and taken some captures. I'm > trying to find out if the 202 Accepted part is engaged or not, so far > doesn't seem to show up in the pcaps. > However if I put dmq_handle_msg() it goes and send back a 404 User Not > Found from the message.c file. > > peer = find_peer(msg->parsed_uri.user); > if(!peer) { > LM_DBG("no peer found for %.*s\n", > msg->parsed_uri.user.len, > msg->parsed_uri.user.s); > if(slb.freply(msg, 404, &dmq_404_rpl) < 0) { > LM_ERR("sending reply\n"); > goto error; > } > return returnval; > } > > Not crashing now atleast. I'm going to keep on trying script combinations > and see how to get the *202 Accepted DMQ.* > > Thanks, > Sammy > > On Sat, Apr 25, 2020 at 7:55 AM kachi communication <[email protected]> > wrote: > >> Am sorry! Thanks for the information. >> >> On Fri, Apr 24, 2020, 11:13 PM Alex Balashov <[email protected]> >> wrote: >> >>> On Fri, Apr 24, 2020 at 08:25:15PM -0400, kachi communication wrote: >>> >>> > I need someone to build a calling card switch for my company for a >>> > fee. >>> >>> 1. This has nothing to do with the mailing list thread to which you are >>> replying, and as such is quite a rude and inconsiderate intrusion; >>> >>> 2. There is a business mailing list specifically for commercial >>> solicitations of this nature: >>> >>> https://lists.kamailio.org/cgi-bin/mailman/listinfo/business >>> >>> 3. You can find a list of providers of commercial Kamailio consulting >>> and support here: >>> >>> https://www.kamailio.org/w/business-directory/ >>> >>> -- 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 >> >
_______________________________________________ Kamailio (SER) - Users Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
