Hi,
i'm new in OpenSER and i like know, how i can hang up a current call?, i did try it via fifo file, but i haven't found any command to do it.
Anybody can help me?
Regards.
Hello,
On 03/31/06 18:23, Manuel Ángel Rubio Jiménez wrote:
Hi,
i'm new in OpenSER and i like know, how i can hang up a current call?, i did try it via fifo file, but i haven't found any command to do it.
Anybody can help me?
you cannot hang up a call with openser right now, it is just a sip proxy/router, you need a back-to-back user agent or at least a call stateful proxy.
Cheers, Daniel
Regards.
Hi, Daniel...
I was wondering if injecting a fake BYE message on the middle would do the job... sending a "fake" BYE message to OpenSER... It would see the BYE from, say, A and send to, say, B.
Wouldn't the call be finished?
Please it's just a thought... ;)
Edson.
-----Original Message----- From: users-bounces@openser.org [mailto:users-bounces@openser.org] On Behalf Of Daniel-Constantin Mierla Sent: domingo, 2 de abril de 2006 06:32 To: Manuel Ángel Rubio Jiménez Cc: users@openser.org Subject: Re: [Users] External actions
Hello,
On 03/31/06 18:23, Manuel Ángel Rubio Jiménez wrote:
Hi,
i'm new in OpenSER and i like know, how i can hang up a current call?, i
did
try it via fifo file, but i haven't found any command to do it.
Anybody can help me?
you cannot hang up a call with openser right now, it is just a sip proxy/router, you need a back-to-back user agent or at least a call stateful proxy.
Cheers, Daniel
Regards.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Edson,
That would work. That's what a b2bua would do. I've used a b2bua (Jasomi SBC) that sends a reINVITE one (or both) directions every X seconds. If the reINVITE isn't responded to a BYE is sent in both directions.
It's a bit tricky though. You have to watch all of the messages and pick up the right CSeq number. Also, if the other end challenges the message you would have to deal with that.
-g
On 4/2/06, Edson 4lists@gmail.com wrote:
Hi, Daniel...
I was wondering if injecting a fake BYE message on the middle would do the job... sending a "fake" BYE message to OpenSER... It would see the BYE from, say, A and send to, say, B.
Wouldn't the call be finished?
Please it's just a thought... ;)
Edson.
-----Original Message----- From: users-bounces@openser.org [mailto:users-bounces@openser.org] On Behalf Of Daniel-Constantin Mierla Sent: domingo, 2 de abril de 2006 06:32 To: Manuel Ángel Rubio Jiménez Cc: users@openser.org Subject: Re: [Users] External actions
Hello,
On 03/31/06 18:23, Manuel Ángel Rubio Jiménez wrote:
Hi,
i'm new in OpenSER and i like know, how i can hang up a current call?, i
did
try it via fifo file, but i haven't found any command to do it.
Anybody can help me?
you cannot hang up a call with openser right now, it is just a sip proxy/router, you need a back-to-back user agent or at least a call stateful proxy.
Cheers, Daniel
Regards.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
-- Greg Fausak greg@thursday.com
Dam.... :(
I was thinking in SIPp or SIPsak for the job... but as You remember me: dialogs can happen... as 'other' problems...
Let me ask You the cut-off factor on traffic/capacity comparing Your solution with and without B2BUA?
Thanks
Edson.
-----Original Message----- From: Greg Fausak [mailto:lgfausak@gmail.com] Sent: domingo, 2 de abril de 2006 22:37 To: Edson Cc: daniel@voice-system.ro; Manuel Ángel Rubio Jiménez; users@openser.org Subject: Re: [Users] External actions
Edson,
That would work. That's what a b2bua would do. I've used a b2bua (Jasomi SBC) that sends a reINVITE one (or both) directions every X seconds. If the reINVITE isn't responded to a BYE is sent in both directions.
It's a bit tricky though. You have to watch all of the messages and pick up the right CSeq number. Also, if the other end challenges the message you would have to deal with that.
-g
On 4/2/06, Edson 4lists@gmail.com wrote:
Hi, Daniel...
I was wondering if injecting a fake BYE message on the middle would do
the
job... sending a "fake" BYE message to OpenSER... It would see the BYE
from,
say, A and send to, say, B.
Wouldn't the call be finished?
Please it's just a thought... ;)
Edson.
-----Original Message----- From: users-bounces@openser.org [mailto:users-bounces@openser.org] On Behalf Of Daniel-Constantin Mierla Sent: domingo, 2 de abril de 2006 06:32 To: Manuel Ángel Rubio Jiménez Cc: users@openser.org Subject: Re: [Users] External actions
Hello,
On 03/31/06 18:23, Manuel Ángel Rubio Jiménez wrote:
Hi,
i'm new in OpenSER and i like know, how i can hang up a current
call?, i
did
try it via fifo file, but i haven't found any command to do it.
Anybody can help me?
you cannot hang up a call with openser right now, it is just a sip proxy/router, you need a back-to-back user agent or at least a call stateful proxy.
Cheers, Daniel
Regards.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
-- Greg Fausak greg@thursday.com
Hello,
El Domingo, 2 de Abril de 2006 11:31, Daniel-Constantin Mierla escribió:
you cannot hang up a call with openser right now, it is just a sip proxy/router, you need a back-to-back user agent or at least a call stateful proxy.
ok. But, then, can i configure OpenSER to be a statefull proxy? if it's possible, how i can do a hang up to a call?
Cheers.
Manuel Rubio wrote:
Hello,
El Domingo, 2 de Abril de 2006 11:31, Daniel-Constantin Mierla escribió:
you cannot hang up a call with openser right now, it is just a sip proxy/router, you need a back-to-back user agent or at least a call stateful proxy.
ok. But, then, can i configure OpenSER to be a statefull proxy? if it's possible, how i can do a hang up to a call?
You can't do this. openser is either stateless (when using the sl module) or transaction-statefull (when using the tm module). But openser is never call-statefull.
If you really need to hang up calls, you need a B2BUA (like Asterisk)
regards klaus
Hello,
On 04/03/06 02:38, Manuel Rubio wrote:
Hello,
El Domingo, 2 de Abril de 2006 11:31, Daniel-Constantin Mierla escribió:
you cannot hang up a call with openser right now, it is just a sip proxy/router, you need a back-to-back user agent or at least a call stateful proxy.
ok. But, then, can i configure OpenSER to be a statefull proxy?
at this moment, OpenSER is only transaction stateful, not dialog (call) stateful.
Cheers, Daniel
if it's possible, how i can do a hang up to a call?
Cheers.
Hello Daniel,
El Lunes, 3 de Abril de 2006 17:47, Daniel-Constantin Mierla escribió:
ok. But, then, can i configure OpenSER to be a statefull proxy?
at this moment, OpenSER is only transaction stateful, not dialog (call) stateful.
ok, i understand it. I could generate a BYE request to a CSeq? Is possible from OpenSER?
Cheers.
Hello,
On 04/05/06 17:49, Manuel Ángel Rubio Jiménez wrote:
Hello Daniel,
El Lunes, 3 de Abril de 2006 17:47, Daniel-Constantin Mierla escribió:
ok. But, then, can i configure OpenSER to be a statefull proxy?
at this moment, OpenSER is only transaction stateful, not dialog (call) stateful.
ok, i understand it. I could generate a BYE request to a CSeq? Is possible from OpenSER?
at this moment, no. You need to do some development for it.
Cheers, Daniel
Cheers.