On Sun, Aug 9, 2009 at 2:45 PM, jnolen<[email protected]> wrote: > Ranga, > > I installed the patch, but now SIP Trunking will not restart -- hangs > with a 'Stopping' indication. Are there other steps I should > initialize?
Kill the process manually and restart. ps -auxw | grep Gateway will tell you what process sipxbridge is using. kill -9 on that process Kill and restart the relay as well ps -auxw | grep Symmitron One of the things that is fixed by this patch is unreliable stopping but the reason for that failing in the first place was that the PID was incorrectly recorded. Ranga > > Snapshot is large. I will send ftp info separately. > > Thanks for the help, > > jim > > > > >> On Sat, Aug 8, 2009 at 7:24 PM, Todd Hodgen<[email protected]> wrote: >> > >> > >> > -----Original Message----- >> > From: [email protected] >> > [mailto:[email protected]] On Behalf Of M. Ranganathan >> > Sent: Saturday, August 08, 2009 3:07 PM >> > To: jnolen >> > Cc: [email protected] >> > Subject: Re: [sipX-dev] SIP Trunking -- fails to stay registered >> > >> > On Sat, Aug 8, 2009 at 1:49 PM, jnolen<[email protected]> wrote: >> >> Greetings, >> >> >> >> version: 4.0.1-015823 2009-06-19T07:16:14 ecs-centos5 >> >> >> >> I am testing SIP Trunking with an "unlisted" vendor. I was able to >> >> register and make both inbound and outbound calls -- for one day! On >> >> day 2, sipx stopped sending registration requests. >> >> >> >> I have sent profiles, restarted services, rebooted, etc. numerous times, >> >> but the problem remains. >> >> >> >> If I restart SIP Trunking, the system registers and I can make calls. >> >> Eventually the registration expires and I get the usual vendor messages >> >> that calls can't be completed. Sipx never sends another registration >> >> request. >> >> >> >> Any ideas? >> >> >> >> Thanks, >> >> >> >> jim >> >> >> > >> > >> > Hi >> > >> > Please apply the patch : >> > >> > http://track.sipfoundry.org/secure/attachment/20498/patch5.zip >> > >> > And retry your test. If it still drop s registration, I would need to >> > see a sipx-snapshot which you can mail to me. >> > >> > Ranga >> > >> > >> > >> > Ranga, >> > >> > Can you tell us what the patch is for in case we find a need for it, or is >> > this specific to this ITSP? >> > >> > Todd Hodgen >> >> >> It is not specific to the ITSP. It addresses a few bugs which have >> all been documented in JIRA. You can look at the version of Jar file. >> You can do this by unarring it and looking at the meta data that is >> part of that jar file. I cannot enumerate the resolved issues off >> hand. >> >> This version (or newer) will be part of 4.02. >> >> I prefer that any testing be done against this patch as opposed to >> anything older so that any potetnial problems reported can at least be >> fresh problems and not those that have already been resolved. >> >> Ranga >> >> > >> > >> >> >> > > -- M. Ranganathan _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
