Hah they are just retrying the call to see if they get a different answer the 2nd and 3rd time around... This is common unfortunately since 503 in the VoIP world is typically interpreted by the PSTN world as a "Temp congestion" (and rightly so) so they will retry and not fail the call... You can try responding w/ 486 Busy if you know the call doesn't need to fail somewhere else...
> From: Klaus Teller <klaus.tel...@gmx.net> > Reply-To: <freeswitch-users@lists.freeswitch.org> > Date: Thu, 11 Jun 2009 18:21:30 +0200 > To: <freeswitch-users@lists.freeswitch.org> > Subject: Re: [Freeswitch-users] Rejecting calls without answering > > Hi Folks, > > Here is what i'm observing. When i connect with Xlite (registered device) and > call the 9444 extension (see below), Freeswitch does hangup as i would like it > to. > > But when i call via gafachi, something weird happens. What i can see is that > Freeswitch sends a hangup signal (service temporarily not available) to > Gafachi, but the guys keep sending back the very same call. > > > It looks to me like a Gafachi issue. But can anything else be done on the > Freeswitch side? > > I'm attaching the logs for the gafachi call this. All you see in there is just > one single call. You will see that a new channel is created more than once. > > Any thought? > > Klaus. > > The gafachi respond extension (under conf/dialplan/public/reject.xml): > <include> > <extension name="reject-test"> > <condition field="destination_number" expression="^866.*$"> > <action application="respond" data="503"/> > </condition> > </extension> > </include> > > > The gafachi profile (under conf/sip_profiles/external/gafachi.xml): > <include> > <gateway name="sip.gafachi.com"> > <param name="username" value="authenticationid"/> > <param name="password" value="secret"/> > <param name="register" value="true"/> > </gateway> > </include> > > The Xlite respond test extension (in default.xml): > <extension name="reject-test"> > <condition field="destination_number" expression="^9444$"> > <action application="respond"/> > </condition> > </extension> > > > Any idea? > > > > > > >> respond will do exactly that... try just hangup >> >> /b >> >> On Jun 11, 2009, at 9:19 AM, Klaus Teller wrote: >> >>> Hi Team, >>> >>> I'm still in need of a way to reject a call without answering it. I >>> very much appreciate your help. >>> >>> Klaus. >> >> Brian West >> br...@freeswitch.org >> >> -- Meet us at ClueCon! http://www.cluecon.com >> >> >> >> > > -- > GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate und Telefonanschluss > für nur 17,95 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02 > _______________________________________________ > Freeswitch-users mailing list > Freeswitch-users@lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org _______________________________________________ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org