Nortel Networks 2000 Switch User Manual


 
Mediant 2000 SIP User’s Manual K. RADIUS Billing and VXML Calling Card Application
Version 4.4 255 July 2005
The user_passwd parameter (that initially contained the user password collected from the user) is
being assigned the value ‘domain'+user_passwd + '.com’.
Calling number (recived form SIP incoming call) can optionally be used for authentication
instead of the user name.
form id="GetCallerId">
<log label="VXML--> getting caller id from SIP..." />
<object name="FCallerId" classid="builtin://com.audiocodes.ulp.input">
<filled>
<if cond="FCallerId.Result != 'fail'">
<assign name="CallerId" expr="FCallerId.Result" />
<goto next="#PerformAuthenWithoutUserName" />
<else />
<goto next="#PerformAuthen" />
</if>
</filled>
</object>
</form>