[Serusers] send BYE to SEMS

Ezequiel Colombo ecolombo at arcotel.net
Tue Jun 1 21:36:53 CEST 2004


When the caller to the offline user (connected to SEMS) hungup first the BYE message must be sent to SEMS for release the call.
How i can send the BYE to SEMS only if the user that hungup are talking to SEMS ?

Ex:

if ( BYE or CANCEL ) {
   if (for established SEMS session) {
    vm("/tmp/am_fifo","bye")
   } else {
    end_media_session();
    t_relay();
   };
break;
};

Thanks
Ezequiel Colombo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20040601/b7e1334c/attachment.htm>


More information about the sr-users mailing list