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 <[email protected]> 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 <[email protected]>: > > 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 > [email protected] > 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:[email protected] <msn%[email protected]> GTALK/JABBER/PAYPAL:[email protected]<paypal%[email protected]> IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:[email protected] <sip%[email protected]> iax:[email protected]/888 googletalk:[email protected]<googletalk%3aconf%[email protected]> pstn:213-799-1400
_______________________________________________ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
