how to make a sip call from outside sip server to FMG?
i want to route some calls from an outside SIP server to a flash client(e.g. the sample flash phone) registered to an FMG, the SIP server can be configured to forward the SIP call request with predefined prefix e.g. "8***" to the FMG, but it seems that the FMG rejects them even i have re-configured the dialplan in workflow.xml as follows:
...
| <Condition variable="destNum" value="^8...$"> | |
| <AppNode sequence="1" app="bridge" args="rtmp|${destNum}@profile_default"/> | |
| <AppNode sequence="2" app="hangup" args="null"/> | |
| </Condition> |
...
i added the above conditions to all contexts, "sipPhoneContext","sipGatewayContext","rtmp", but all dont work.
How to configure workflow.xml as well as other xmls to make it work? For other SIP server, it is a easy-to-implement feature to take call forwarding from other servers.
BTW, is there a detailed guidance on FMG configuration? I even dont know what other "variables" are besides "destNum"?
Thanks
Honggang
