I used to send a message from one sip endpoint to another using messagesend application.
I fill the body then:
Messagesend(pjsip:endpoint)
Now i am trying to send this message to an endpoint on asterisk server 2 from asterisk server 1. Using pjsip trunk called asterisk2.
I tried this but did not work it said there is no such endpoint.
Messagesend(pjsip:endpoint@trunkname)
I know it is something related to the format of the parameter in the messagesend application.
But still could not figure out how to do it.