[Freeswitch-dev] responce code 183 related functionality

Anthony Minessale anthony.minessale at gmail.com
Mon Oct 4 07:13:07 PDT 2010


once again, that is what setting ignore_early_media=true is for, when
set, it keeps the channel in the originate function until either the
call is answered or rejected. It does not ignore the responses it
ignores the 183 as a possible reason to stop the originate.



On Mon, Oct 4, 2010 at 8:33 AM, Bambr <wooshie at gmail.com> wrote:
> Well, I want to ignore only 183, not all the early media responces, it is
> affecting dialplan, as continue-on-fail is not triggered if 486 is recieved
> after 183, which ruins failover functionality part of dialplan.
>
> On Tue, Sep 28, 2010 at 6:44 PM, Anthony Minessale
> <anthony.minessale at gmail.com> wrote:
>>
>> It doesn't say the call was successful it says the originate was.
>> The purpose of the originate function is to produce a channel with media.
>> The call can still end and you can still tell when and why from the
>> data in the call.
>>
>>
>> On Tue, Sep 28, 2010 at 11:27 AM, Michael Jerris <mike at jerris.com> wrote:
>> >
>> > On Sep 28, 2010, at 10:46 AM, Bambr wrote:
>> >
>> >> As far as I know, when, during the calling, FS recieves 183 responce,
>> >> call is considered succesful, it is marked in cdr and so on. While, there's
>> >> possibility for this call to be failed, as after ringing the call might be
>> >> declined. Asking in IRC on #freeswitch got me answer like "it's a question
>> >> of conventions" - and it is right, but our convention (dictated by users) is
>> >> that such call can not be marked as successful "a priori" - only when it
>> >> really succeeded. I tried looking at sources of FS finding the place where
>> >> it is judged, found something like it in switch_ivr_originate.c but i'm not
>> >> sure it is the right place and tests i did - they didn't get me needed
>> >> result.
>> >> So here is my question: is it possible to make configurable behavior
>> >> upon recieving 183?
>> >>
>> >> I'm aware about ignoring all early media, but this is not an option.
>> >> I'm interested in managing status of call on recieving 183.
>> >
>> >
>> > thats what ignore_early_media setting does.
>> >
>> >
>> > _______________________________________________
>> > FreeSWITCH-dev mailing list
>> > FreeSWITCH-dev at lists.freeswitch.org
>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
>> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
>> > 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-dev mailing list
>> FreeSWITCH-dev at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
>> http://www.freeswitch.org
>
>
>
> --
> Bambr in da house
>
> _______________________________________________
> FreeSWITCH-dev mailing list
> FreeSWITCH-dev at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
> 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-dev mailing list