Discussion:
[Freeswitch-users] How to reject a call
Czaderna
2008-05-19 13:34:47 UTC
Permalink
Hello

I've got question about rejecting a calls. I make a call between two wireless phones (not mobile phones). When first phone starts ringing I want to reject this call but I can't because feeswitch still trying ring to me. (and traying, trying, trying, ...)
On the console I writing something like this:

originate {ignore_early_media=true,bypass_media=true,continue_on_fail=false,hangup_after_bridge=true}sofia/gateway/voipdiscount.com/0048xxxxxxxx1 &bridge(sofia/gateway/voipdiscount.com/0048xxxxxxxx2)


Is there any variable which I should set up to reject a call or I should do something else ?

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080519/86ac6ab9/attachment.html
Michael Jerris
2008-05-19 15:40:53 UTC
Permalink
Typically sip handsets have a reject button. If there is not a button
for this on your handset, then there is no way to do it from that
handset.

Mike
Post by Czaderna
Hello
I've got question about rejecting a calls. I make a call between two
wireless phones (not mobile phones). When first phone starts ringing
I want to reject this call but I can't because feeswitch still
trying ring to me. (and traying, trying, trying, ...)
originate
{ignore_early_media
=
true
,bypass_media
=true,continue_on_fail=false,hangup_after_bridge=true}sofia/gateway/
voipdiscount.com/0048xxxxxxxx1 &bridge(sofia/gateway/
voipdiscount.com/0048xxxxxxxx2)
Is there any variable which I should set up to reject a call or I
should do something else ?
Thanks.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080519/2f74bc29/attachment-0001.html
Luis Jimenez
2008-05-19 16:35:46 UTC
Permalink
Try by pressing the END button on your phone.


Luis Jimenez
Typically sip handsets have a reject button. If there is not a button for
this on your handset, then there is no way to do it from that handset.
Mike
Hello
I've got question about rejecting a calls. I make a call between two
wireless phones (not mobile phones). When first phone starts ringing I want
to reject this call but I can't because feeswitch still trying ring to me.
(and traying, trying, trying, ...)
originate
{ignore_early_media=true,bypass_media=true,continue_on_fail=false,hangup_after_bridge=true}sofia/gateway/
voipdiscount.com/0048xxxxxxxx1 &bridge(sofia/gateway/
voipdiscount.com/0048xxxxxxxx2)
Is there any variable which I should set up to reject a call or I should do
something else ?
Thanks.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080519/633bca07/attachment.html
Czaderna
2008-05-20 06:18:10 UTC
Permalink
Post by Luis Jimenez
Try by pressing the END button on your phone.
I tried to press this button (end or reject) but after few seconds phone was still ringing. Don't know why :(
Post by Luis Jimenez
Typically sip handsets have a reject button. If there is not a button for this on your handset, then there is no way to do it from that handset.
Yes, but for example in mobile phones you also have a reject button and you can do this acction during normal calls (not through freeswitch). After I sent my question about rejecting a call I wrote in console same command using mobile phones

originate {ignore_early_media=true,bypass_media=true,continue_on_fail=false,hangup_after_bridge=true}sofia/gateway/voipdiscount.com/0048xxxxxxxx1 &bridge(sofia/gateway/voipdiscount.com/0048xxxxxxxx2)


and I got same results :(

Any others suggestions ?
I've got question about rejecting a calls. I make a call between two wireless phones (not mobile phones). When first phone starts ringing I want to reject this call but I can't because feeswitch still trying ring to me. (and traying, trying, trying, ...)
On the console I writing something like this:

originate {ignore_early_media=true,bypass_media=true,continue_on_fail=false,hangup_after_bridge=true}sofia/gateway/voipdiscount.com/0048xxxxxxxx1 &bridge(sofia/gateway/voipdiscount.com/0048xxxxxxxx2)

Is there any variable which I should set up to reject a call or I should do something else ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080520/fb2718f4/attachment.html
Anthony Minessale
2008-05-20 13:20:26 UTC
Permalink
Can you capture the entire log and put it on pastebin and visit us on irc?

On Tue, May 20, 2008 at 1:18 AM, Czaderna <pawel.czaderna at mainseek.com>
Post by Czaderna
Post by Luis Jimenez
Try by pressing the END button on your phone.
I tried to press this button (end or reject) but after few seconds phone
was still ringing. Don't know why :(
Post by Luis Jimenez
Typically sip handsets have a reject button. If there is not a button
for this on your handset, then there is no way to do it from that handset.
Yes, but for example in mobile phones you also have a reject button and you
can do this acction during normal calls (not through freeswitch). After I
sent my question about rejecting a call I wrote in console same
command using mobile phones
originate
{ignore_early_media=true,bypass_media=true,continue_on_fail=false,hangup_after_bridge=true}sofia/gateway/
voipdiscount.com/0048xxxxxxxx1 &bridge(sofia/gateway/
voipdiscount.com/0048xxxxxxxx2)
and I got same results :(
Any others suggestions ?
I've got question about rejecting a calls. I make a call between two
wireless phones (not mobile phones). When first phone starts ringing I want
to reject this call but I can't because feeswitch still trying ring to me.
(and traying, trying, trying, ...)
originate
{ignore_early_media=true,bypass_media=true,continue_on_fail=false,hangup_after_bridge=true}sofia/gateway/
voipdiscount.com/0048xxxxxxxx1 &bridge(sofia/gateway/
voipdiscount.com/0048xxxxxxxx2)
Is there any variable which I should set up to reject a call or I should do
something else ?
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:213-799-1400
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080520/e51af3e6/attachment.html
Continue reading on narkive:
Loading...