[Serusers] Redirect to PSTN Gateway doesn't create an accounting

Glynn Condez glynn at itextron.com
Mon May 31 11:08:45 CEST 2004


Hi all,

I'm thinking why my ser couldn't log accounting if I redirect a call to an FXO voip gateway?

I observed that I didn't saw any INVITE, ACK message on the logs except BYE message.

Here's my setup:

sip ip phone ---> ser --- fx0 voip gateway

heres my config:

if ( (uri=~"^sip:123[0-9]*@.*") ) {
     route(5);
    break;
};

route[5] {
if ( (uri=~"^sip:123[0-9]*@.*") ) {
    rewritehostport("fx0.voipgateway.com:5060");
    #rewritehostport("fx0.voipgateway.com:5090");
    forward(uri:host, uri:port);
    break;
};
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20040531/1b982d6c/attachment.htm>


More information about the sr-users mailing list