I have a successful implementation of openser 0.9.5 and its been working very nicely.
I am faced with transferring of calls from pstn to userC by way of userB and I am struggling.
path:
PSTN=>GW=>SBC=>openser=>uB
uB transfers call to uC
Call is failing to transfer as "refer" message is not properly handled by my openser script.
Any guidance would be appreciated.
Transfer works when all legs are from registered clients. Only when the initial call leg is from the PSTN does it not work.
Thanks, Rock
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Hi,
you need to process the REFER as an within the dialog request - it has to tag so you have to route it based on Route headers (via loose_route).
regards, bogdan
Frogger wrote:
I have a successful implementation of openser 0.9.5 and its been working very nicely.
I am faced with transferring of calls from pstn to userC by way of userB and I am struggling.
path:
PSTN=>GW=>SBC=>openser=>uB
uB transfers call to uC
Call is failing to transfer as "refer" message is not properly handled by my openser script.
Any guidance would be appreciated.
Transfer works when all legs are from registered clients. Only when the initial call leg is from the PSTN does it not work.
Thanks, Rock
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi,
We are using the latest openser-dev version and the following Error occurs while routing an ACK. The corresponding INVITE is routed correctly without any errors.
Bug: get_send_socket: unkown proto 0 Forward_req: ERROR: cannot forward to af 2, proto 0 no corresponding listening socket
Our config script: If((is_present_hf("Route")) { If(loose_route()) { t_relay(); } }
What might be wrong in the config-file or in or logical considerations?
Regards Johannes
Hi Johannes,
indeed this was a bug last week after NAPTR support was added, but is should be fixed - please update from CVS and let me know if the problem persists.
regards, bogdan
Johannes Lehninger wrote:
Hi,
We are using the latest openser-dev version and the following Error occurs while routing an ACK. The corresponding INVITE is routed correctly without any errors.
Bug: get_send_socket: unkown proto 0 Forward_req: ERROR: cannot forward to af 2, proto 0 no corresponding listening socket
Our config script: If((is_present_hf("Route")) { If(loose_route()) { t_relay(); } }
What might be wrong in the config-file or in or logical considerations?
Regards Johannes
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users