VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
helmut.kuper at ewetel.de Guest
|
Posted: Wed Feb 11, 2009 7:43 am Post subject: [Freeswitch-users] Question: SIP BYE authentication |
|
|
Hello,
my FS is connected to my SIP-DDI softswitch, which requires all SIP
requests sent by a registered SIP account to be authenticated. I found
that when FS sends a BYE FreeSWITCH ignores the authentication
challenge (SIP/2.0 407) received from proxy and simply terminates the
session.
Is there a way to configure FS in that way that it react on auth
challenges for BYEs ?
regards
Helmut
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
helmut.kuper at ewetel.de Guest
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
mike at jerris.com Guest
|
|
Back to top |
|
|
helmut.kuper at ewetel.de Guest
|
Posted: Fri Feb 13, 2009 10:18 am Post subject: [Freeswitch-users] Question: SIP BYE authentication |
|
|
Hi,
yes, I'm using gateway, but it ignores softswitch side challenges for
BYE messages coming from FS.
My dialplan:
<extension name="outgoing-ssw-ddi">
<condition field="destination_number"
expression="^0([0-9]+|^940[0-9]+)" break="on-false">
<action application="set" data="dialed=$1"/>
</condition>
<condition field="caller_id_number"
expression="^(4918|4919)$">
<action application="info"/>
<action application="set"
data="ignore_early_media=true"/>
<action application="set"
data="effective_caller_id_name="/>
<action application="set"
data="effective_caller_id_number=1234$1"/>
<action application="bridge"
data="sofia/gateway/SIPDDI/${dialed}@sip2.ewetel.net"/>
</condition>
</extension>
regards
helmut
On 12.02.2009 18:01, Michael Jerris wrote:
Quote: | If using gayeway it should already do this.
On Feb 12, 2009, at 3:34 AM, Helmut Kuper <helmut.kuper@ewetel.de>
wrote:
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Fri Feb 13, 2009 10:49 am Post subject: [Freeswitch-users] Question: SIP BYE authentication |
|
|
Turn up debug and look harder are you sure it does not say "no matching gateway" when it gets the challenge to bye?
On Fri, Feb 13, 2009 at 9:00 AM, Helmut Kuper <helmut.kuper@ewetel.de (helmut.kuper@ewetel.de)> wrote:
Quote: | Hi,
yes, I'm using gateway, but it ignores softswitch side challenges for
BYE messages coming from FS.
My dialplan:
<extension name="outgoing-ssw-ddi">
<condition field="destination_number"
expression="^0([0-9]+|^940[0-9]+)" break="on-false">
<action application="set" data="dialed=$1"/>
</condition>
<condition field="caller_id_number"
expression="^(4918|4919)$">
<action application="info"/>
<action application="set"
data="ignore_early_media=true"/>
<action application="set"
data="effective_caller_id_name="/>
<action application="set"
data="effective_caller_id_number=1234$1"/>
<action application="bridge"
data="sofia/gateway/SIPDDI/${dialed}@sip2.ewetel.net ([email]dialed%7D@sip2.ewetel.net[/email])"/>
</condition>
</extension>
regards
helmut
On 12.02.2009 18:01, Michael Jerris wrote:
Quote: | If using gayeway it should already do this.
On Feb 12, 2009, at 3:34 AM, Helmut Kuper <helmut.kuper@ewetel.de (helmut.kuper@ewetel.de)>
wrote:
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@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@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
helmut.kuper at ewetel.de Guest
|
Posted: Fri Feb 13, 2009 11:07 am Post subject: [Freeswitch-users] Question: SIP BYE authentication |
|
|
Hi Anthony,
yes you are right, sorry.
2009-02-13 16:56:20 [ERR] sofia_reg.c:1358
sofia_reg_handle_sip_r_challenge() No Matching gateway found
works now thx
regards
helmut
On 13.02.2009 16:40, Anthony Minessale wrote:
Quote: | Turn up debug and look harder are you sure it does not say "no
matching gateway" when it gets the challenge to bye?
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|