Hi,

I've just installed FreeSwitch on Windows XP and have been able to get
a SIP account registered and placing calls to the FreeSwitch server.
The problem I'm having is when I try and place an outgoing call I get
an error message of:

"switch_core_sessions.c:964 switch_core_session_execute_application()
Invalid Application bridge"

The dial plan I am using is:

<include>
 <context name="default">
  <extension name="test">
   <condition field="destination number" expression="^.*$">
     <action application="bridge" data="sofia/sip/[EMAIL PROTECTED]" />
   </condition>
  </extension>
 </context>
</include>

It seems as if the "bridge" application cannot be found. Is there
anything I can check to see why that may be so?

Regards,

Greyman.

_______________________________________________
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

Reply via email to