-----Original Message----- From: Bogdan-Andrei Iancu [mailto:bogdan@voice-system.ro] Sent: Tuesday, June 06, 2006 8:30 AM To: Douglas Garstang Cc: Users@openser.org Subject: Re: [Users] Openser 1.1 and forward()
Hi Douglas,
the prototype of the forward function was changes to align it with the TM functions. Shortly, use forward() to do fwd based on RURI or forward("[proto:]host[:port]"). See the wikipage also.
Bogdan,
Err... can you be more specific with your example? How do I know the host if it's all controlled by the dispatcher?
Doug.
Douglas Garstang wrote:
-----Original Message----- From: Bogdan-Andrei Iancu [mailto:bogdan@voice-system.ro] Sent: Tuesday, June 06, 2006 8:30 AM To: Douglas Garstang Cc: Users@openser.org Subject: Re: [Users] Openser 1.1 and forward()
Hi Douglas,
the prototype of the forward function was changes to align it with the TM functions. Shortly, use forward() to do fwd based on RURI or forward("[proto:]host[:port]"). See the wikipage also.
Bogdan,
Err... can you be more specific with your example? How do I know the host if it's all controlled by the dispatcher?
dispatcher sends the new destination either via RURI, either via dst_uri (internal OBP). if forward() receive no parameter, the dst_uri and RURI (in this order) will be used to fwd the request.
regards, bogdan