I would like to perform a call using API towards webRTC based client.
The scenario is:
- Login as alice to olympus client (I also tried with different one with the same results).
- Trigger the simple sip call to alice client ( curl -X POST http://$USR:$PASS@$IP:8080/restcomm/2012-04-24/Accounts/$SID/Calls.json -d "From=System" -d "To=client:alice" -d "Url=http://$IP:8080/restcomm-rvd/services/apps/dial/controller?dial_to=6671" - dial aplication is a simple one, which makes SIP dial to the number given as dial_to parameter).
- On client's side nothing happens. I can see in the restcomm logs, that call is in trying state, and after a whie it gets timeout.
The exactly same scenario works well, when the call is towards standard sip client. Rescomm and browser, that runs olympus is in the same IP network (no NATin, fws etc).
Could someone help me with this issue ? Thank you in advance.