[Freeswitch-users] Re-order or Invalid

Anthony Minessale anthony.minessale at gmail.com
Wed Feb 9 20:23:27 MSK 2011


maybe they are mis-configured or maybe you need to hangup with a
specific cause code that will make them stop like user_busy or
call_rejected or normal_circuit_congestion or no_route_destination


<action application="hangup" data="user_busy"/>



On Wed, Feb 9, 2011 at 11:17 AM, Peder <peder at networkoblivion.com> wrote:
> How do you end the call if you pre-answer? When I had below, it answered,
> played the tone and message and hung up.  If I change answer to pre-answer,
> it just keeps playing it over and over again. Or is that the point, it is up
> to the caller to hangup?
>
>
> -----Original Message-----
> From: freeswitch-users-bounces at lists.freeswitch.org
> [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Anthony
> Minessale
> Sent: Wednesday, February 09, 2011 11:09 AM
> To: FreeSWITCH Users Help
> Subject: Re: [Freeswitch-users] Re-order or Invalid
>
> you should be able to pre_answer instead? and not actually get billed.
>
>
> On Wed, Feb 9, 2011 at 11:08 AM, Peder <peder at networkoblivion.com> wrote:
>> Apparently icall doesn’t accept a 404 back as they just keep sending me
> the
>> call over and over again….  It appears I have to answer and play tones and
> a
>> message myself.  For anyone who cares, here is what I have.
>>
>>
>>
>>
>>
>>   <extension name="ALLOTHER">
>>
>>     <condition field="destination_number" expression="^(\d{10})$">
>>
>>         <action application="answer"/>
>>
>>         <action application="playback"
>> data="tone_stream://%(330,15,950);%(330,15,1400);%(330,1000,1800);"/>
>>
>>         <action application="playback"
>> data="misc/8000/invalid_extension.wav"/>
>>
>>         <action application="hangup"/>
>>
>>     </condition>
>>
>>   </extension>
>>
>>
>>
>>
>>
>>
>>
>> From: freeswitch-users-bounces at lists.freeswitch.org
>> [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of David
>> Ponzone
>> Sent: Wednesday, February 09, 2011 10:48 AM
>>
>> To: FreeSWITCH Users Help
>> Subject: Re: [Freeswitch-users] Re-order or Invalid
>>
>>
>>
>> Add in your dialplan for the concerned number:
>>
>>
>>
>>         <action application="respond" data="404"/>
>>
>>         <action application="hangup" data="UNALLOCATED_NUMBER"/>
>>
>>
>>
>> David Ponzone  Direction Technique
>>
>> email: david.ponzone at ipeva.fr
>>
>> tel:      01 74 03 18 97
>>
>> gsm:   06 66 98 76 34
>>
>>
>>
>> Service Client IPeva
>>
>> tel:      0811 46 26 26
>>
>> www.ipeva.fr  -   www.ipeva-studio.com
>>
>>
>>
>> Ce message et toutes les pièces jointes sont confidentiels et établis à
>> l'intention exclusive de ses destinataires. Toute utilisation ou diffusion
>> non autorisée est interdite. Tout message électronique est susceptible
>> d'altération. IPeva décline toute responsabilité au titre de ce message
> s'il
>> a été altéré, déformé ou falsifié. Si vous n'êtes pas destinataire de ce
>> message, merci de le détruire immédiatement et d'avertir l'expéditeur.
>>
>>
>>
>>
>>
>>
>>
>> Le 09/02/2011 à 17:34, Peder a écrit :
>>
>> OK, how do you do that?
>>
>>
>>
>>
> From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users
> -bounces at lists.freeswitch.org] On
>> Behalf Of David Ponzone
>> Sent: Wednesday, February 09, 2011 10:18 AM
>> To: FreeSWITCH Users Help
>> Subject: Re: [Freeswitch-users] Re-order or Invalid
>>
>>
>>
>> I think you are supposed to send back a SIP 404.
>>
>>
>>
>> David Ponzone  Direction Technique
>>
>> email: david.ponzone at ipeva.fr
>>
>> tel:      01 74 03 18 97
>>
>> gsm:   06 66 98 76 34
>>
>>
>>
>> Service Client IPeva
>>
>> tel:      0811 46 26 26
>>
>> www.ipeva.fr  -   www.ipeva-studio.com
>>
>>
>>
>> Ce message et toutes les pièces jointes sont confidentiels et établis à
>> l'intention exclusive de ses destinataires. Toute utilisation ou diffusion
>> non autorisée est interdite. Tout message électronique est susceptible
>> d'altération. IPeva décline toute responsabilité au titre de ce message
> s'il
>> a été altéré, déformé ou falsifié. Si vous n'êtes pas destinataire de ce
>> message, merci de le détruire immédiatement et d'avertir l'expéditeur.
>>
>>
>>
>>
>>
>>
>> Le 09/02/2011 à 17:16, Peder a écrit :
>>
>>
>> What is the correct way to send a re-order or invalid message/tone to a
>> caller?  We have a couple hundred DIDs and quite a few of them are not
> used.
>> If someone calls into one of those, we just want to send a re-order or
> busy
>> tone.  My preference would be to NOT answer the call as I would prefer not
>> to be charged for the call if I can avoid it.
>>
>> Peder
>>
>>
>>
>> _______________________________________________
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at 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 at 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 at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
>
>
> --
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
> Twitter: http://twitter.com/FreeSWITCH_wire
>
> AIM: anthm
> MSN:anthony_minessale at hotmail.com
> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
> IRC: irc.freenode.net #freeswitch
>
> FreeSWITCH Developer Conference
> sip:888 at conference.freeswitch.org
> googletalk:conf+888 at conference.freeswitch.org
> pstn:+19193869900
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at 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 at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_minessale at hotmail.com
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org
googletalk:conf+888 at conference.freeswitch.org
pstn:+19193869900



More information about the FreeSWITCH-users mailing list