VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
Prometheus001 at gmx.net Guest
|
Posted: Fri Sep 12, 2008 5:06 pm Post subject: [Freeswitch-users] Mod xml_curl and managing external SIP ga |
|
|
Hello,
I am using Ruby on Rails for managing endpoints(directory) and dialplans
in Freeswitch.
However I am wondering whether it is possble to dynamically generate
external SIP gateways. I suspect this is done using the configuration
bindings.
When I enable this I receive the following xml_curl requests on my Ruby
server when starting up Freeswitch
{"key_name"=>"name", "action"=>"directory", "tag_name"=>"configuration",
"key_value"=>"post_load_modules.conf", "controller"=>"xml_curls",
"hostname"=>"freeswitch", "section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory", "tag_name"=>"configuration",
"key_value"=>"event_socket.conf", "controller"=>"xml_curls",
"hostname"=>"freeswitch", "section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory", "tag_name"=>"configuration",
"key_value"=>"acl.conf", "controller"=>"xml_curls",
"hostname"=>"freeswitch", "section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory", "tag_name"=>"configuration",
"key_value"=>"post_load_switch.conf", "controller"=>"xml_curls",
"hostname"=>"freeswitch", "section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory", "tag_name"=>"configuration",
"key_value"=>"switch.conf", "controller"=>"xml_curls",
"hostname"=>"freeswitch", "section"=>"configuration"}
Also during the runtime of FS can I see no more configuration requests.
On the mod_curl page in FS there is a very rough example, but I do net
get a real clue how to.
In log/freeswitch.xml.fsxml I see that usually gateways are defined
under the configuration_name="sofia.conf"
But as you can see in the requests above there is no sofia.conf
requested (according to the wiki there could be
iax.conf|event_socket.conf|sofia.conf|...).
Anybody has idea what I am doing wrongly and how to proceed? Just to
mention: Directory and dialplans are working and I do receive already at
least the above requests.
_______________________________________________
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 |
|
|
Prometheus001 at gmx.net Guest
|
Posted: Tue Sep 16, 2008 4:43 am Post subject: [Freeswitch-users] Mod xml_curl and managing external SIP ga |
|
|
Nobody has an idea how to manage external SIP gateways and why I do not
receive sofia.conf requests?
Peter P GMX schrieb:
Quote: | Hello,
I am using Ruby on Rails for managing endpoints(directory) and
dialplans in Freeswitch with xml_curl.
However I am wondering whether it is possble to dynamically generate
external SIP gateways. I suspect this is done using the configuration
bindings.
When I enable this I receive the following xml_curl requests on my
Ruby server when starting up Freeswitch
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"post_load_modules.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"event_socket.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"acl.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"post_load_switch.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"switch.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
|
Quote: | I would exspect having a "key_value"=>"sofia.conf", but it's not there
|
Quote: | Also during the runtime of FS can I see no more configuration requests.
On the mod_curl page in FS there is a very rough example, but I do net
get a real clue how to.
In log/freeswitch.xml.fsxml I see that usually gateways are defined
under the configuration_name="sofia.conf"
But as you can see in the requests above there is no sofia.conf
requested (according to the wiki there could be
iax.conf|event_socket.conf|sofia.conf|...).
Anybody has idea what I am doing wrongly and how to proceed? Just to
mention: Directory and dialplans are working with xml_curl and I do
receive already at least the above requests.
|
_______________________________________________
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 Sep 16, 2008 8:34 am Post subject: [Freeswitch-users] Mod xml_curl and managing external SIP ga |
|
|
If you look at the way the static config works, it's the same way.
The gateways either are in the <profile> in the <gateways> section which are only considered once at startup of that profile.
or they are inside <users> which are inside <domain> from the user directory if the the sofia profile is configured to parse a paticular domain.
if you issue the command "sofia profile default rescan" from the cli, xml-rpc, event_socket you will then see the request for more gateways.
On Tue, Sep 16, 2008 at 4:35 AM, Peter P GMX <Prometheus001@gmx.net (Prometheus001@gmx.net)> wrote:
Quote: | Nobody has an idea how to manage external SIP gateways and why I do not
receive sofia.conf requests?
Peter P GMX schrieb:
Quote: | Hello,
I am using Ruby on Rails for managing endpoints(directory) and
dialplans in Freeswitch with xml_curl.
However I am wondering whether it is possble to dynamically generate
external SIP gateways. I suspect this is done using the configuration
bindings.
When I enable this I receive the following xml_curl requests on my
Ruby server when starting up Freeswitch
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"post_load_modules.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"event_socket.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"acl.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"post_load_switch.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"switch.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
|
Quote: | I would exspect having a "key_value"=>"sofia.conf", but it's not there
|
Quote: | Also during the runtime of FS can I see no more configuration requests.
On the mod_curl page in FS there is a very rough example, but I do net
get a real clue how to.
In log/freeswitch.xml.fsxml I see that usually gateways are defined
under the configuration_name="sofia.conf"
But as you can see in the requests above there is no sofia.conf
requested (according to the wiki there could be
iax.conf|event_socket.conf|sofia.conf|...).
Anybody has idea what I am doing wrongly and how to proceed? Just to
mention: Directory and dialplans are working with xml_curl and I do
receive already at least the above requests.
|
_______________________________________________
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 |
|
|
intralanman at freeswi... Guest
|
Posted: Tue Sep 16, 2008 10:55 am Post subject: [Freeswitch-users] Mod xml_curl and managing external SIP ga |
|
|
This definitely works. I've set up mod_xml_curl in a number of places, managing anywhere from 10-10000 gateways... as long as you have the url correct, and you spelled configuration correctly in the xml_curl.conf, then everything should work fine.
Peter P GMX wrote: Quote: | Quote: | Nobody has an idea how to manage external SIP gateways and why I do not
receive sofia.conf requests?
Peter P GMX schrieb:
Quote: | Hello,
I am using Ruby on Rails for managing endpoints(directory) and
dialplans in Freeswitch with xml_curl.
However I am wondering whether it is possble to dynamically generate
external SIP gateways. I suspect this is done using the configuration
bindings.
When I enable this I receive the following xml_curl requests on my
Ruby server when starting up Freeswitch
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"post_load_modules.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"event_socket.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"acl.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"post_load_switch.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
{"key_name"=>"name", "action"=>"directory",
"tag_name"=>"configuration", "key_value"=>"switch.conf",
"controller"=>"xml_curls", "hostname"=>"freeswitch",
"section"=>"configuration"}
|
Quote: | I would exspect having a "key_value"=>"sofia.conf", but it's not there
|
Quote: | Also during the runtime of FS can I see no more configuration requests.
On the mod_curl page in FS there is a very rough example, but I do net
get a real clue how to.
In log/freeswitch.xml.fsxml I see that usually gateways are defined
under the configuration_name="sofia.conf"
But as you can see in the requests above there is no sofia.conf
requested (according to the wiki there could be
iax.conf|event_socket.conf|sofia.conf|...).
Anybody has idea what I am doing wrongly and how to proceed? Just to
mention: Directory and dialplans are working with xml_curl and I do
receive already at least the above requests.
|
_______________________________________________
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
| |
|
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Tue Sep 16, 2008 3:19 pm Post subject: [Freeswitch-users] Mod xml_curl and managing external SIP ga |
|
|
On Sep 16, 2008, at 4:02 PM, Peter P GMX wrote:
Quote: | Hello,
as explained everything works fine, except that I do not get any
sofia.conf requests.
For section"=>"configuration" I receive requests for
"key_value"=>"post_load_modules.conf"
"key_value"=>"event_socket.conf"
"key_value"=>"acl.conf"
"key_value"=>"post_load_switch.conf"
"key_value"=>"switch.conf"
at startup so my settings should be alright.
I issued a "sofia profile external rescan" and get the same result.
But I would expect a sofia.conf request, as the gateways are defined
under sofia.conf in the "external" profile in log/freeswitch.xml.fsxml
Am I wrong with my expectation?
Best regards
Peter
|
are you loading mod_sofia?
_______________________________________________
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
|