[OpenSIPS-Devel] Questions about PATH

mayamatakeshi mayamatakeshi at gmail.com
Tue Sep 15 04:19:58 CEST 2009


Hello,


On 9/15/09, zhangchao00001 <zhangchao0000198 at 163.com> wrote:
>
>
> Hello everybody, could someone give me a config example about how to use
> PATH module?
> Dose opensips 1.5 version support PATH?
>

Yes, it does.
just add this before forwarding/relaying the REGISTER:

	if(!add_path_received()) {
		sl_send_reply("503", "Internal Path Error");
		exit;
	}

It is that simple.


I write a config, using command opensips -c check it all right ,but can't
> run the opensips.
>

Enable debug in the cfg and look into the log files.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/devel/attachments/20090915/b65e0f72/attachment.htm 


More information about the Devel mailing list