[Freeswitch-users] SIP Overlap support?

Anthony Minessale anthony.minessale at gmail.com
Wed Nov 4 07:39:21 PST 2009


You cannot.
This is how the sip spec works.
Every new invite is a new call and a new trip to the dialplan.

You will probably need to design your code to send the appropriate 484 and
be prepared to exit and be called again with the new digits.


On Wed, Nov 4, 2009 at 2:23 AM, Dennis <odermann at googlemail.com> wrote:

> is there a way to send something like 484 (or something else), which
> does not make it a final answer and keep the call/socket alive?
>
> so we can ask the cirpack for further digits and decide what to do, if
> the cirpack does not send any digits.
>
>
>
> 2009/11/3 Anthony Minessale <anthony.minessale at gmail.com>:
> > The patch was it's ability to accept subsequent invites.
> > Your problem is that in sip each new attempt to send an invite is another
> > call.
> >
> > 484 is a final response so the call with too few digits is terminated.
>
> _______________________________________________
> 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 <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:213-799-1400
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091104/3c245f8f/attachment-0002.html 


More information about the FreeSWITCH-users mailing list