[Freeswitch-users] SIP registrar

2009-12-27 Thread Paulo Vicentini

Hi,Have you used FS as a registrar server ( handling SIP register/ 
authorization messages ) with xml_curl for directory lookup?Would FS be 
suitable for handing registers/authorization messages for about 1,000 U.A.s 
(with expire 60 s ) ?
I am going to make some tests  and if you can share your results/experience on 
this regard it would be very appreciated.I am figuring out if a 
kamailio/opensips registrar integration with FS is really necessary for a 
scenario contemplating up to 1K U.A  Thanks
Paulo 
_
Windows Live: Make it easier for your friends to see what you’re up to on 
Facebook.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_2:092009___
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


[Freeswitch-users] [freeswitch-users] Gateway in Directory Loaded via xml curl

2009-12-17 Thread Paulo Vicentini

Hi,I am trying to define Gateways (for inbound and outbound calls via SIP 
provider) within Directory (under internal sample profile) using XML CURLBut 
I am getting this warning:2009-12-17 14:42:03.294519 [WARNING] sofia_reg.c:2115 
Gateway 'MyGW' not found.
And
sofia status gateway MyGWAPI CALL [sofia(status gateway MyGW)] output:Invalid 
Gateway!

This is my configuration (overlook language details )
section name=\directory\+ domain name=\10.0.0.124\+ user 
id=\test\+   gateways+   gateway name=\MyGW\+
param name=\username\ value=\234wf423\/+param 
name=\password\ value=\pwdpwd\/+  param name=\realm\ 
value=\testvoip.com\/+   param name=\proxy\ 
value=\my.provider.com\/+param name=\register\ value=\true\/+  
/gateway+ /gateways+params+ param 
name=\password\ value=\1234\/+param name=\dial-string\ 
value=\{presence_id=${dialed_us...@${dialed_domain}}${sofia_contact(${dialed_us...@${dialed_domain})}\/+
   /params+variables+   variable 
name=\register-gateway\ value=\MyGW\/+variable 
name=\accountcode\ value=\test\/+  variable name=\user_context\ 
value=\mycontext\/+variable name=\effective_caller_id_name\ 
value=\Test User\/+variable name=\effective_caller_id_number\ 
value=\1234\/+   /variables+ /user+  /domain+
/section+   /document;
User id test is able to register and call other internal users  
In my sip_profiles/internal.xml I have:
!-- indicator to parse the directory for domains with parse=true to get 
gateways--domain name=all parse=true/!-- indicator to parse the 
directory for domains with parse=true to get gateways and alias every domain 
to this profile --domain name=all alias=true parse=true/

Can you help me with this issue?
Thank youPaulo
  
_
Keep your friends updated—even when you’re not signed in.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010___
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


Re: [Freeswitch-users] [freeswitch-users] Gateway in Directory Loaded via xml curl

2009-12-17 Thread Paulo Vicentini

Hi,FS was sending (while loading modules) such request:  [purpose] = gateways 
But I was not  aware of that...so that I am replying FS with my Gateways now...
But now I am wondering...suppose I have 1000 domains and two different gateways 
per domain (2K Gateways) Should I reply FS request with such huge XML on 
startup?

Thanks for your backings
PauloFrom: br...@freeswitch.org
Date: Thu, 17 Dec 2009 11:44:15 -0600
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] [freeswitch-users] Gateway in Directory Loaded 
via xml curl



I'm going to guess you removed these lines from your profile:
  domains 

domain name=all alias=false parse=true/ 

  /domains
parse=true causes the profile to parse the domain looking for gateways and 
register them..
/b
On Dec 17, 2009, at 11:18 AM, Paulo Vicentini wrote:Hi,I am trying to define 
Gateways (for inbound and outbound calls via SIP provider) within Directory 
(under internal sample profile) using XML CURLBut I am getting this 
warning:2009-12-17 14:42:03.294519 [WARNING] sofia_reg.c:2115 Gateway 'MyGW' 
not found.
And
sofia status gateway MyGWAPI CALL [sofia(status gateway MyGW)] output:Invalid 
Gateway!

This is my configuration (overlook language details )
section name=\directory\+ domain name=\10.0.0.124\+ user 
id=\test\+   gateways+   gateway name=\MyGW\+
param name=\username\ value=\234wf423\/+param 
name=\password\ value=\pwdpwd\/+  param name=\realm\ 
value=\testvoip.com\/+   param name=\proxy\ 
value=\my.provider.com\/+param name=\register\ value=\true\/+  
/gateway+ /gateways+params+ param 
name=\password\ value=\1234\/+param name=\dial-string\ 
value=\{presence_id=${dialed_us...@${dialed_domain}}${sofia_contact(${dialed_us...@${dialed_domain})}\/+
   /params+variables+   variable 
name=\register-gateway\ value=\MyGW\/+variable 
name=\accountcode\ value=\test\/+  variable name=\user_context\ 
value=\mycontext\/+variable name=\effective_caller_id_name\ 
value=\Test User\/+variable name=\effective_caller_id_number\ 
value=\1234\/+   /variables+ /user+  /domain+
/section+   /document;
User id test is able to register and call other internal users  
In my sip_profiles/internal.xml I have:
!-- indicator to parse the directory for domains with parse=true to get 
gateways--domain name=all parse=true/!-- indicator to parse the 
directory for domains with parse=true to get gateways and alias every domain 
to this profile --domain name=all alias=true parse=true/

Can you help me with this issue?
Thank youPaulo

Keep your friends updated— even when you’re not signed in. 
___
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

  
_
Windows Live: Friends get your Flickr, Yelp, and Digg updates when they e-mail 
you.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010___
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