[Freeswitch-users] MANDATORY_IE_MISSING and NORMAL_TEMPORARY_FAILURE using javascript in dialplan.

mszlazak mszlazak at aol.com
Mon Apr 6 15:42:39 PDT 2009


I svn'd to today's latest trunk to see if the problem remained. However,
things seemed to have turned worse. The error messages I had before don't
occur but I still can't bridge to my other application with choice=demo.

I tried the application by dialing straight into it with the following dial
plan. This has worked in FS 1.0.1 through 1.0.3 but fails to make any
connection in the current svn trunk.

NOTE ON UNRELATED ERROR: I don't use Lua but there was an error in compiling
LUA on Windows with 2008 Express so I get a error loading mod_lua.dll today.

Simple dialpan that worked before:

	<extension name="">	
		<condition field="destination_number" expression="^2010$">
			<!--<action application="info"/>-->
			<action application="set"
data="effective_caller_id_name=${caller_id_name}"/>
			<action application="set"
data="effective_caller_id_number=${caller_id_number}"/>
			<action application="set" data="bypass_media=true"/>			
			<!-- Bridge to Voxeo Prophecy ASR/TTS -->
			<action application="bridge"
data="sofia/internal/${sip_to_user}@127.0.0.1:5068"/>
		</condition>
	</extension>


SIP TRACE:

http://pastebin.freeswitch.org/8336


-- 
View this message in context: http://www.nabble.com/MANDATORY_IE_MISSING-and-NORMAL_TEMPORARY_FAILURE-using-javascript-in-dialplan.-tp22912880p22918984.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.





More information about the FreeSWITCH-users mailing list