Record routing is used to forward BYE messages, so it should be routed
to SEMS automatically if you call loose_route() in your scripts (see the
default config file).
Jan.
On 01-06 16:36, Ezequiel Colombo wrote:
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
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers