[Freeswitch-users] I need help to handle incoming calls from Cisco AS5300

Steve Xu 516888 at gmail.com
Mon Jan 28 22:30:10 PST 2008


I tried, but still got failed, how to show all incoming requests which FS
received?

Here is the current configuration setting:
Set the default sip_profile without auth ( no need register)
  <param name="accept-blind-reg" value="true"/>
  <param name="auth-calls" value="false"/>

Set the default dial-plan with expression to handle  prefix
 <extension name="AS5300 Incoming">
    <condition field="destination_number" expression="^9090180012345678$">
      <action application="bridge" data="
sofia/default/180012345678 at sip.gateway.com"/>
    </condition>
    </extension>

Please note the As5300 gateway does not belong to the default domain name.

What else i need to configure? Have to create a different sip profile for
the incoming AS5300?
Not sure if there was a working configure sample.
Thanks,

Steven
On Jan 28, 2008 7:01 AM, Brian West <brian.west at mac.com> wrote:

> Might also want to turn auth-calls to false.
>
> /b
>
> On Jan 28, 2008, at 2:52 AM, Steve Xu wrote:
>
> > Hi Folks,
> >
> > I have a Cisco AS5300 in a different domain as FS, It will send
> > calls to FS with format ( prefix + phone number ) through sip with
> > codec G723.
> > here is the configuration setting on FS.
> >
> > Set the default sip_profile without auth ( no need register)
> >   <param name="accept-blind-reg" value="true"/>
> > Set the default dial-plan with expression to handle  prefix
> >     <condition field="destination_number"
> > expression="^9090180012345678$">
> >       <action application="bridge" data="
> sofia/default/180012345678 at sip.gateway.com
> > "/>
> >     </condition>
> >     </extension>
> >
> >
> > what else i need to setup?  AS5300 keep getting error code 27.
> >
> > Thanks for any help,
> >
> > StevenLee
> >
> > _______________________________________________
> > 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/20080128/56b06b53/attachment-0002.html 


More information about the FreeSWITCH-users mailing list