[Freeswitch-users] Socket outbound: How to bridge two calls?

Anthony Minessale anthony.minessale at gmail.com
Fri Nov 7 08:30:46 PST 2008


Can you capture the whole log from the instant you get the inbound call
until you give up on the uuid bridge?
I don't see any of the log about your outbound call.

are you doing

api originate sofia/internal/user at host &park()

For the outbound call like the cli example?

The socket application *is* park.  You do not need to tell it to park.

as soon as you get the new inbound connection from calling socket app
all you need to do is answer it.

In your code when you fork are you closing the socket in the parent side so
it's not
in use by both processes?


stop by irc if you have more questions we can chat in real time.



On Fri, Nov 7, 2008 at 10:10 AM, Dennis <odermann at googlemail.com> wrote:

> an addition:
>
> if we make a call to our socket (inbound), we get the following error
> in our log:
>
> 2008-11-07 16:58:57 [ERR] switch_ivr.c:498 switch_ivr_park() Cannot
> park channels that are under control already.
>
> if an inbound comes in, we send a connect, then a park and then an
> answer - nothing else.
>
> directly after we sendmsg park, we get the error above...
>
> _______________________________________________
> 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/

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/20081107/19cd749b/attachment-0002.html 


More information about the FreeSWITCH-users mailing list