Re: [OpenSIPS-Users] OPTIONS over TCP

2014-04-15 Thread Ali Pey
You don't really need Options for TCP. You use Options to keep UDP ports/connection open. TCP is a stateful connection. You only need to make sure that opensips keeps the connection open for the period of the time it is needed. is_from_gw should work since it works based on the src_ip. Regards,

Re: [OpenSIPS-Users] OPTIONS over TCP

2014-04-11 Thread Vincent DOCQUOIS
;> Original message >> From: Vincent DOCQUOIS >> Date:08/04/2014 11:50 (GMT+01:00) >> To: OpenSIPS users mailling list >> Subject: Re: [OpenSIPS-Users] OPTIONS over TCP >> >> Hi Bogdan, >> >> Thank you for your answer. >&g

Re: [OpenSIPS-Users] OPTIONS over TCP

2014-04-08 Thread Vincent DOCQUOIS
gt; Sent from Samsung Mobile > > > Original message > From: Vincent DOCQUOIS > Date:08/04/2014 11:50 (GMT+01:00) > To: OpenSIPS users mailling list > Subject: Re: [OpenSIPS-Users] OPTIONS over TCP > > Hi Bogdan, > > Thank you for your answer. > In fa

Re: [OpenSIPS-Users] OPTIONS over TCP

2014-04-08 Thread Bogdan-Andrei Iancu
I ment the configuration in dr_gateways table. Bogdan Sent from Samsung Mobile Original message From: Vincent DOCQUOIS Date:08/04/2014 11:50 (GMT+01:00) To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] OPTIONS over TCP Hi Bogdan, Thank you for your

Re: [OpenSIPS-Users] OPTIONS over TCP

2014-04-08 Thread Vincent DOCQUOIS
> When defining your gateways, have you put the "transport=tcp" in the sip uri ? > > Regards, > Bogdan > > > Sent from Samsung Mobile > > > Original message > From: Vincent DOCQUOIS > Date:08/04/2014 11:02 (GMT+01:00) > To: Open

[OpenSIPS-Users] OPTIONS over TCP

2014-04-08 Thread Vincent DOCQUOIS
Hello all, I am using Opensips 1.10 for SIP trunking purposes. I use DR module in order to route calls to external gateways. One of destination gateways is only handling SIP over TCP. By adding "transport=tcp" header, I have no problem to use Opensips as a UDP to TCP gateway but I encounter 2 p

Re: [OpenSIPS-Users] OPTIONS over TCP

2014-04-08 Thread Bogdan-Andrei Iancu
Hello, When defining your gateways, have you put the "transport=tcp" in the sip uri ? Regards, Bogdan Sent from Samsung Mobile Original message From: Vincent DOCQUOIS Date:08/04/2014 11:02 (GMT+01:00) To: OpenSIPS users mailling list Subject: [OpenSIPS-User

[OpenSIPS-Users] OPTIONS over TCP

2014-04-08 Thread Vincent DOCQUOIS
Hello all, I am using Opensips 1.10 for SIP trunking purposes. I use DR module in order to route calls to external gateways. One of destination gateways is only handling SIP over TCP. By adding "transport=tcp" header, I have no problem to use Opensips as a UDP to TCP gateway but I encounter 2 p