Hi, i'd like to know if there is a way to stop sip call where communication is active with a command (for instance when credit=0)
Thanks, Tiziano
* Tiziano ml@asdasd.it [050519 10:35]:
Hi, i'd like to know if there is a way to stop sip call where communication is active with a command (for instance when credit=0)
forthis you would need a b2bua. look true the mailiglist, there is ALOT of questions about this.
-Atle
Thanks, Tiziano
Tiziano ml@asdasd.it
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
or use sipsak to send a BYE to the gateway....NOTE I havent still got this working yet :-)
Iqbal
Atle Samuelsen wrote:
- Tiziano ml@asdasd.it [050519 10:35]:
Hi, i'd like to know if there is a way to stop sip call where communication is active with a command (for instance when credit=0)
forthis you would need a b2bua. look true the mailiglist, there is ALOT of questions about this.
-Atle
Thanks, Tiziano
Tiziano ml@asdasd.it
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.
Il giorno gio, 19-05-2005 alle 11:31 +0100, Iqbal ha scritto:
or use sipsak to send a BYE to the gateway....NOTE I havent still got this working yet :-)
ok, this was the way i was thinking about... i was just missing the application to send BYE...
i've tested sipsak right now and it's working ok!
Thanks in advance, Tiziano
great...now does someone want to tell me why mine is not working :-(
Iqbal
Tiziano wrote:
Il giorno gio, 19-05-2005 alle 11:31 +0100, Iqbal ha scritto:
or use sipsak to send a BYE to the gateway....NOTE I havent still got this working yet :-)
ok, this was the way i was thinking about... i was just missing the application to send BYE...
i've tested sipsak right now and it's working ok!
Thanks in advance, Tiziano
Il giorno gio, 19-05-2005 alle 12:31 +0100, Iqbal ha scritto:
great...now does someone want to tell me why mine is not working :-(
simple, i've googled 5 minutes :P i lookup sip from, to and Call-ID from radius accounting i format a sip messsage like this:
BYE sip:$to@$domain:5060 SIP/2.0 Route: sip:$to@$domain:5060;lr From: sip:$from@$domain;user=phone To: sip:$to@$domain:5060;user=phone Contact: sip:$to@$domain:5060;user=phone CSeq: 42759 BYE Call-ID: $callid User-Agent: Grandstream BT100 1.0.5.11 Max-Forwards: 16 Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE Content-Length: 0
passed to sik sak: siksak -f -s sip:$domain
done Hope it will work also for u :P
Where did u get the howto, I am interrested too
Thx, Olivier
-----Message d'origine----- De : serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] De la part de Tiziano Envoyé : jeudi 19 mai 2005 13:39 À : serusers@lists.iptel.org Objet : Re: [Serusers] call stop
Il giorno gio, 19-05-2005 alle 12:31 +0100, Iqbal ha scritto:
great...now does someone want to tell me why mine is not working :-(
simple, i've googled 5 minutes :P i lookup sip from, to and Call-ID from radius accounting i format a sip messsage like this:
BYE sip:$to@$domain:5060 SIP/2.0 Route: sip:$to@$domain:5060;lr From: sip:$from@$domain;user=phone To: sip:$to@$domain:5060;user=phone Contact: sip:$to@$domain:5060;user=phone CSeq: 42759 BYE Call-ID: $callid User-Agent: Grandstream BT100 1.0.5.11 Max-Forwards: 16 Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE Content-Length: 0
passed to sik sak: siksak -f -s sip:$domain
done Hope it will work also for u :P
Il giorno gio, 19-05-2005 alle 13:56 +0200, Olivier Taylor ha scritto:
Where did u get the howto, I am interrested too
no howto, just cut&paste from google and some mailing-list archives!
there is a brief on onsip.org, has the test file for sipsak to send a BYE
Iqbal
Olivier Taylor wrote:
Where did u get the howto, I am interrested too
Thx, Olivier
-----Message d'origine----- De : serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] De la part de Tiziano Envoyé : jeudi 19 mai 2005 13:39 À : serusers@lists.iptel.org Objet : Re: [Serusers] call stop
Il giorno gio, 19-05-2005 alle 12:31 +0100, Iqbal ha scritto:
great...now does someone want to tell me why mine is not working :-(
simple, i've googled 5 minutes :P i lookup sip from, to and Call-ID from radius accounting i format a sip messsage like this:
BYE sip:$to@$domain:5060 SIP/2.0 Route: sip:$to@$domain:5060;lr From: sip:$from@$domain;user=phone To: sip:$to@$domain:5060;user=phone Contact: sip:$to@$domain:5060;user=phone CSeq: 42759 BYE Call-ID: $callid User-Agent: Grandstream BT100 1.0.5.11 Max-Forwards: 16 Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE Content-Length: 0
passed to sik sak: siksak -f -s sip:$domain
done Hope it will work also for u :P