VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
regs at kinetix.gr Guest
|
Posted: Tue Nov 04, 2008 11:31 am Post subject: [Freeswitch-users] Inbound calls question |
|
|
Hi,
How can my FS accept inbound SIP calls from other gateways
without the need of a registration from their part? I only need to be able
to accept inbound calls from specific gateway IPs. I tried creating my
own profile
and gateway but it fails : "Error Creating SIP UA for profile: myprofile"
Can someone give me some first-step directions?
_______________________________________________
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 |
|
|
birgit at westhawk.co.uk Guest
|
Posted: Tue Nov 04, 2008 11:36 am Post subject: [Freeswitch-users] Inbound calls question |
|
|
Hi,
I have no idea what that error message means, sorry.
However, we have a setup where we only accept SIP from a single source
and use ACL (and not a sip gateway profile), see:
http://wiki.freeswitch.org/wiki/Acl
Note, the thing that tripped us up was that incoming SIP on port 5060 by
default comes in on the 'internal' gateway, and 5080 as external. We
switched the port numbers around.
Hope this helps.
Cheers, Birgit
On 04/11/08 16:24, regs@kinetix.gr wrote:
Quote: | Hi,
How can my FS accept inbound SIP calls from other gateways
without the need of a registration from their part? I only need to be able
to accept inbound calls from specific gateway IPs. I tried creating my
own profile
and gateway but it fails : "Error Creating SIP UA for profile: myprofile"
Can someone give me some first-step directions?
|
--
-- Birgit Arkesteijn, birgit@westhawk.co.uk,
-- Westhawk Ltd, Albion Wharf, 19 Albion Street, Manchester M1 5LN, UK
-- Company no: 1769350
-- Registered Office:
-- 15 London Road, Stockton Heath, Warrington WA4 6SJ. UK.
-- tel.: +44 (0)161 237 0660
-- <URL: http://www.westhawk.co.uk>
_______________________________________________
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 |
|
|
brian at freeswitch.org Guest
|
Posted: Tue Nov 04, 2008 11:40 am Post subject: [Freeswitch-users] Inbound calls question |
|
|
You need to first make sure the profile is on its own IP and port.
Then I would recommend you turn auth-calls=false or use ACL's to
authenticate the callers.
http://wiki.freeswitch.org/wiki/ACL
The external profile is a good one to look at for a base.. it listens
on port 5080 and doesn't auth calls... and sends them to the public
context.
/b
On Nov 4, 2008, at 10:24 AM, regs@kinetix.gr wrote:
Quote: | Hi,
How can my FS accept inbound SIP calls from other gateways
without the need of a registration from their part? I only need to
be able
to accept inbound calls from specific gateway IPs. I tried creating my
own profile
and gateway but it fails : "Error Creating SIP UA for profile:
myprofile"
Can someone give me some first-step directions?
|
_______________________________________________
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 |
|
|
regs at kinetix.gr Guest
|
Posted: Tue Nov 04, 2008 11:49 am Post subject: [Freeswitch-users] Inbound calls question |
|
|
Is it compulsory that I use different ports for different profiles?
What if I want to use the same ports for my authenticated users and the
non-authenticated ones?
Birgit Arkesteijn wrote: Quote: | Quote: | Hi,
I have no idea what that error message means, sorry.
However, we have a setup where we only accept SIP from a single source
and use ACL (and not a sip gateway profile), see:
http://wiki.freeswitch.org/wiki/Acl
Note, the thing that tripped us up was that incoming SIP on port 5060 by
default comes in on the 'internal' gateway, and 5080 as external. We
switched the port numbers around.
Hope this helps.
Cheers, Birgit
On 04/11/08 16:24, regs@kinetix.gr (regs@kinetix.gr) wrote:
Quote: | Hi,
How can my FS accept inbound SIP calls from other gateways
without the need of a registration from their part? I only need to be able
to accept inbound calls from specific gateway IPs. I tried creating my
own profile
and gateway but it fails : "Error Creating SIP UA for profile: myprofile"
Can someone give me some first-step directions?
|
| |
|
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Tue Nov 04, 2008 11:58 am Post subject: [Freeswitch-users] Inbound calls question |
|
|
On Nov 4, 2008, at 11:47 AM, regs@kinetix.gr wrote:
Quote: | Is it compulsory that I use different ports for different profiles?
What if I want to use the same ports for my authenticated users and
the
non-authenticated ones?
|
Each sip profile is its own ip/port bindings, so yes, you must use
different ip or port for each profile. You can still mix authed and
unauthed calls on a profile by way of using acls to implicitly auth
calls or by doing a challenge from the dialplan. I don't like the
challenge from the dialplan as it requires the call to process
dialplan twice, so it won't scale as well.
Mike
_______________________________________________
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: Tue Nov 04, 2008 12:09 pm Post subject: [Freeswitch-users] Inbound calls question |
|
|
If you want to make your life easier, yes 2 profiles one 2 difft ports (or use 2 profiles with 2 ip and same port)
If you insist on using both types (auth and not auth) on the same profile then you can challenge from the dialplan (see wiki) but its much more complicated.
It makes sense to run authenticated calls on a non standard port because you can either use srv records to hide the port anyway or since it's a one time configuration setting in the phone you will never think about that port again. If its a matter of OCD to have the port be 5060 there's nothing else I can do.
On Tue, Nov 4, 2008 at 10:47 AM, regs@kinetix.gr (regs@kinetix.gr) <regs@kinetix.gr (regs@kinetix.gr)> wrote:
--
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 |
|
|
|
|
|
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
|