hi
I want to play music on hold from one asterisk while SIP messagineg should be done through another asterisk.
my call flow should be like this.
SIPUA (A)............................Asterisk..................... .... SIPUA (B)......................Asterisk
<-----------------------------RTP Session ---------------------->
---------INVITE(Hold)------------------->
<----------------200 OK-----------------
..........................................................---------------------------Invite (sdp of B)-------->
.............................................................<---------------------------200 OK----------------
----------------ACK--------------------->
........................................................... ---------------------------ACK--------------------->
............................................................................................... <------MOH --------------
---------INVITE(UnHold)------------------->
<----------------200 OK-----------------
............................................................ -----------------------BYE------------------------>
............................................................<------------------------200 OK----------------
----------------ACK--------------------->
<-----------------------------RTP Session ---------------------->
How can we do this …
help me to sortout this problem