[Freeswitch-users] Question: SIP BYE authentication

Helmut Kuper helmut.kuper at ewetel.de
Fri Feb 13 07:00:02 PST 2009


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:
> If using gayeway it should already do this.
>
> On Feb 12, 2009, at 3:34 AM, Helmut Kuper <helmut.kuper at ewetel.de>  
> wrote:
>   





More information about the FreeSWITCH-users mailing list