[Freeswitch-users] Invalid Application bridge

Grey Man greymanvoip at gmail.com
Sun Jul 6 00:08:41 PDT 2008


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/300 at sip.mytestserver.com" />
   </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.




More information about the FreeSWITCH-users mailing list