Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Rejecting calls without answering


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
klaus.teller at gmx.net
Guest





PostPosted: Thu Jun 11, 2009 9:23 am    Post subject: [Freeswitch-users] Rejecting calls without answering Reply with quote

Hi Team,

I'm still in need of a way to reject a call without answering it. I very much appreciate your help.

Klaus.
--
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
Back to top
intralanman at freeswi...
Guest





PostPosted: Thu Jun 11, 2009 9:25 am    Post subject: [Freeswitch-users] Rejecting calls without answering Reply with quote

Klaus Teller wrote:
Quote:
Hi Team,

I'm still in need of a way to reject a call without answering it. I very much appreciate your help.

Klaus.

<action application="respond" data="503 Unanswered"/>
-Ray

_______________________________________________
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
Back to top
brian at freeswitch.org
Guest





PostPosted: Thu Jun 11, 2009 9:31 am    Post subject: [Freeswitch-users] Rejecting calls without answering Reply with quote

respond will do exactly that... try just hangup

/b

On Jun 11, 2009, at 9:19 AM, Klaus Teller wrote:
Quote:
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
brian@freeswitch.org (brian@freeswitch.org)



-- Meet us at ClueCon! http://www.cluecon.com
Back to top
klaus.teller at gmx.net
Guest





PostPosted: Thu Jun 11, 2009 11:29 am    Post subject: [Freeswitch-users] Rejecting calls without answering Reply with quote

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?






Quote:
respond will do exactly that... try just hangup

/b

On Jun 11, 2009, at 9:19 AM, Klaus Teller wrote:

Quote:
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
brian@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
Back to top
krice at freeswitch.org
Guest





PostPosted: Thu Jun 11, 2009 11:32 am    Post subject: [Freeswitch-users] Rejecting calls without answering Reply with quote

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


Quote:
From: Klaus Teller <klaus.teller@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?






Quote:
respond will do exactly that... try just hangup

/b

On Jun 11, 2009, at 9:19 AM, Klaus Teller wrote:

Quote:
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
brian@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
Back to top
klaus.teller at gmx.net
Guest





PostPosted: Thu Jun 11, 2009 11:41 am    Post subject: [Freeswitch-users] Rejecting calls without answering Reply with quote

Excellent! Thank you everybody. Response 486 did the trick.

Klaus.
-------- Original-Nachricht --------
Quote:
Datum: Thu, 11 Jun 2009 11:31:13 -0500
Von: Ken Rice <krice@freeswitch.org>
An: freeswitch-users@lists.freeswitch.org
Betreff: Re: [Freeswitch-users] Rejecting calls without answering

Quote:
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...


Quote:
From: Klaus Teller <klaus.teller@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
Quote:
call the 9444 extension (see below), Freeswitch does hangup as i would
like it
Quote:
to.

But when i call via gafachi, something weird happens. What i can see is
that
Quote:
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
Quote:
Freeswitch side?

I'm attaching the logs for the gafachi call this. All you see in there
is just
Quote:
one single call. You will see that a new channel is created more than
once.
Quote:

Any thought?

Klaus.

The gafachi respond extension (under conf/dialplan/public/reject.xml):
<include>
<extension name="reject-test">
<condition field="destination_number"
expression="^866.*$">
Quote:
<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?






Quote:
respond will do exactly that... try just hangup

/b

On Jun 11, 2009, at 9:19 AM, Klaus Teller wrote:

Quote:
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
brian@freeswitch.org

-- Meet us at ClueCon! http://www.cluecon.com





--
GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate und
Telefonanschluss
Quote:
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

--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

_______________________________________________
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
Back to top
freeswitch-users-list ...
Guest





PostPosted: Thu Jun 11, 2009 11:54 am    Post subject: [Freeswitch-users] Rejecting calls without answering Reply with quote

Although a little overkill, RFC3398 also describes some desirable interop
behavior between ISUP, ISDN and SIP.

(From "7.2.4.1 ISDN Cause Code to Status Code Mapping")

[...]
ISUP Cause value SIP response
---------------- ------------
1 unallocated number 404 Not Found
2 no route to network 404 Not found
3 no route to destination 404 Not found
16 normal call clearing --- (*)
17 user busy 486 Busy here
18 no user responding 408 Request Timeout
19 no answer from the user 480 Temporarily unavailable
20 subscriber absent 480 Temporarily unavailable
21 call rejected 403 Forbidden (+)
22 number changed (w/o diagnostic) 410 Gone
22 number changed (w/ diagnostic) 301 Moved Permanently
23 redirection to new destination 410 Gone
26 non-selected user clearing 404 Not Found (=)
27 destination out of order 502 Bad Gateway
28 address incomplete 484 Address incomplete
29 facility rejected 501 Not implemented
31 normal unspecified 480 Temporarily unavailable

[...]
Resource unavailable

This kind of cause value indicates a temporary failure. A 'Retry-After'
header MAY be added to the response if appropriate.

ISUP Cause value SIP response
---------------- ------------
34 no circuit available 503 Service unavailable
38 network out of order 503 Service unavailable
41 temporary failure 503 Service unavailable
42 switching equipment congestion 503 Service unavailable
47 resource unavailable 503 Service unavailable


----- Original Message -----
From: "Ken Rice" <krice@freeswitch.org>
To: <freeswitch-users@lists.freeswitch.org>
Sent: Thursday, June 11, 2009 12:31 PM
Subject: Re: [Freeswitch-users] Rejecting calls without answering


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


Quote:
From: Klaus Teller <klaus.teller@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?






Quote:
respond will do exactly that... try just hangup

/b

On Jun 11, 2009, at 9:19 AM, Klaus Teller wrote:

Quote:
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
brian@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


_______________________________________________
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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services