I am using OpenSER to front some Cisco AS5300s. The way the trunk groups on those are set up, a prefix of #755 is required to dial out, so I transform the URI in OpenSER:
$rU = "#755" + $rU; The problem is, certain messages never get acknowledged because OpenSER reformats the URI to use escaped sequences. I am not sure if this is RFC compliant. For instance, a 200 OK comes from the media gateway, and the ACK that OpenSER sends back has this for the URI scheme: ACK sip:[EMAIL PROTECTED]:5060 This is in response to an initial INVITE to: sip:[EMAIL PROTECTED]:5060 ... what should I make of this? Thanks! -- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671 _______________________________________________ Users mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/users
