We have developed our own SIP PSTN gateway to connect MOC users to different PBX types.
Our gateway worked fine with OCS/MOC 2005 without problems, e.g. the message sequence as seen by the gateway is:
from OCS : INVITE (with encapsulated RequestSystemStatus)
to OCS : SIP 200 OK ( with encapsulated RequestSystemStatusResponse)
from OCS: ACK
from OCS: INFO ( with encapsulated GetCSTAFeatures)
to OCS: SIP 200 OK ( with encapsulated GetCSTAFeaturesResponse)
...
from OCS: INFO ( with encapsulated MonitorStart)
to OCS: SIP 200 OK ( with encapsulated MonitorStartResponse)
But it does not work with the new OCS/MOC 2007. The configuration seems to be correct so far, e.g. the OCS/MOC2007 does connect to the gateway.
But the SIP message sequence always ends with a BYE shoretly after the INVITE:
from OCS : INVITE (with encapsulated RequestSystemStatus)
to OCS : SIP 200 OK ( with encapsulated RequestSystemStatusResponse)
from OCS: ACK
from OCS: BYE ( immediately following the ACK above)
any ideas?