Yes I can.
 
if(is_method("INVITE")){
create_dialog("B");
$DLG_timeout = 6;
xlog("L_NOTICE"," DIALOG $DLG_timeout sec\n");
}


After the break (BYE) I need to send a packet to STOP Radius (Billing) server.

radius_send_acct("stop");
 
18.12.2014, 14:56, "Răzvan Crainea" <[email protected]>:
Can you please tell us in words what you are trying to achieve?

Best regards,
Răzvan Crainea
OpenSIPS Solutions
www.opensips-solutions.com
On 12/18/2014 12:20 PM, Kalala Alexander wrote:
How to implement this feature in openSIPS?
 
event_route[tm:local-request] {
xlog("L_INFO", "event_route $rm\n");
if(is_method("BYE"))
{
# Account BYE transactions
xlog("L_INFO", "event_received_BYE from $fU to $tU\n\n");
acc_rad_request();

};
}
 
 
--
С уважением
Инженер по телекоммуникациям 
Калала Александр 
vel: 375291146285
life: 375256819996
skype: klistrod
 
VoIP Network Engineer
dCAP, CCNAVoice
Kalala Alexander
 
 
 
 
 
 


_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
,

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

 
 
--
С уважением
Инженер по телекоммуникациям 
Калала Александр 
vel: 375291146285
life: 375256819996
skype: klistrod
 
VoIP Network Engineer
dCAP, CCNAVoice
Kalala Alexander
http://callcenters.by/
http://skytel.by/
http://voiplab.by/
http://asterisk-pbx.by/
 
 
 
 
 
 
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to