On Thursday 11 June 2009 22:57:14 Brett Nemeroff wrote:
> 2009/6/11 Raúl Alexis Betancor Santana
>
> > On Thursday 11 June 2009 22:27:23 Brett Nemeroff wrote:
> > > Does anyone know if there is an actual QSIG implementation of "REFER"?
> >
> > That
> >
> > > may make this whole issue moot.
> >
> >
2009/6/11 Raúl Alexis Betancor Santana
> On Thursday 11 June 2009 22:27:23 Brett Nemeroff wrote:
> > Does anyone know if there is an actual QSIG implementation of "REFER"?
> That
> > may make this whole issue moot.
>
> Could you describe what scenario are you trying to implement ?
>
A call comes
On Thursday 11 June 2009 22:27:23 Brett Nemeroff wrote:
> Does anyone know if there is an actual QSIG implementation of "REFER"? That
> may make this whole issue moot.
Could you describe what scenario are you trying to implement ?
--
Raúl Alexis Betancor Santana
Dimensión Virtual
__
Does anyone know if there is an actual QSIG implementation of "REFER"? That
may make this whole issue moot.
On Thu, Jun 11, 2009 at 4:16 PM, Saúl Ibarra wrote:
> Being a SIP proxy, OpenSIPS is unaware of established dialogs, it's
> only aware of transactions. Thus, it can't create an in-dialog
Being a SIP proxy, OpenSIPS is unaware of established dialogs, it's
only aware of transactions. Thus, it can't create an in-dialog
request.
To be able to do what you want you need a dialog-aware thing: a back
to back user agent: b2bua.
On 6/11/09, Brett Nemeroff wrote:
> 2009/6/11 Raúl Alexis Be
2009/6/11 Raúl Alexis Betancor Santana
> On Thursday 11 June 2009 18:05:39 Brett Nemeroff wrote:
> > All,Is it possible to inject a REFER message into a call? I'll be
> proxying
> > calls to a TDM gateway.. I know this seems like an odd request, but I'd
> > like to essentially hijack the call wit
On Thursday 11 June 2009 18:05:39 Brett Nemeroff wrote:
> All,Is it possible to inject a REFER message into a call? I'll be proxying
> calls to a TDM gateway.. I know this seems like an odd request, but I'd
> like to essentially hijack the call with a REFER.
>
> I believe the UAC module can handle
All,Is it possible to inject a REFER message into a call? I'll be proxying
calls to a TDM gateway.. I know this seems like an odd request, but I'd like
to essentially hijack the call with a REFER.
I believe the UAC module can handle the request, but do I need to cleanup
the dialog somehow?
Thanks