Hello, I'm trying to debug my B2B SEMS IVR application where AmB2BCallerSession.invite_req is missing when executing AmB2BCallerSession::connectCallee
It appears that the python IVR OnSessionStart is called instead of AmB2BCallerSession::onSessionStart(const AmSipRequest& req) - which is where the session information body is copied to the AmB2BCallerSession.invite_req. There does not seem to be any obvious way for the python script to populate the field. I think perhaps that the back-end logic should populate this field irrespective of the Python IVR code? To resolve my immediate problem where is the best place to copy to or create the AmB2BCallerSession.invite_req string so that connectCallee has the correct SDP string to use for a second leg? Jeremy _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
