Andrew Thompson
|
f6a96893db
|
Bind to 0.0.0.0 instead of 127.0.0.1 by default; like most erlang nodes do.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12249 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-23 18:34:08 +00:00 |
|
Andrew Thompson
|
8ebc96f046
|
Use switch_strlen_zero_buf instead of switch_strlen_zero; Handle module init failures better
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12192 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-20 18:52:29 +00:00 |
|
Brian West
|
babb2f83f5
|
update copyright
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12004 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-13 23:37:37 +00:00 |
|
Brian West
|
2633fad70e
|
fixing if's to be correct
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12001 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-13 22:27:05 +00:00 |
|
Brian West
|
ae220d3341
|
update email
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11643 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-04 21:20:54 +00:00 |
|
Andrew Thompson
|
a6717df8d0
|
Patch from Rob Charlton to use rpc:call instead of spawn and to make the registered process argument to handlecall optional
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11542 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-28 19:26:37 +00:00 |
|
Andrew Thompson
|
06dbbf8ed8
|
Export some functions I forgot to
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11537 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-28 15:34:34 +00:00 |
|
Andrew Thompson
|
c17a0a29f7
|
Add freeswitch.erl - An erlang module to make talking to mod_erlang_event more painless
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11525 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-28 00:15:05 +00:00 |
|
Andrew Thompson
|
09fc2d5f4d
|
Cleanup after log/event handler process exit, fix event handler stuff to work again and do some minor tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11516 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-27 21:39:29 +00:00 |
|
Andrew Thompson
|
608c4b1245
|
This shouldn't be here
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11507 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-27 17:43:18 +00:00 |
|
Andrew Thompson
|
ce11c29553
|
Ensure events received while a pid session is being created aren't discarded but are queued instead
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11500 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-27 01:50:12 +00:00 |
|
Andrew Thompson
|
c86ccc9394
|
Support sending a message to a registered process to request a pid (when spawning won't cut it)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11499 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-27 01:13:59 +00:00 |
|
Andrew Thompson
|
377663b3ec
|
Allow certain tuple elements to be binaries or strings, to reduce conversion requirements on the erlang side
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11496 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-27 00:25:01 +00:00 |
|
Andrew Thompson
|
462db06bb7
|
Allow the event encoding strategy to be configurable; choices are string or binary
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11495 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-26 23:31:40 +00:00 |
|
Andrew Thompson
|
9c83e491e0
|
Fix a couple minor bugs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11493 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-26 20:50:17 +00:00 |
|
Andrew Thompson
|
ca69724373
|
Monitor spawned outbound processes for premature exits
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11489 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-26 04:09:08 +00:00 |
|
Andrew Thompson
|
85cf65ac16
|
Fix setting up a listener for an outbound session if one doesn't already exist, add beginnings of 'erlang' console command
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11488 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-25 21:35:27 +00:00 |
|
Anthony Minessale
|
0463541d61
|
change low res sleep func api names
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11486 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-25 21:23:07 +00:00 |
|
Andrew Thompson
|
eaf6ee25c9
|
Fix some issues with standing up a new outbound listener and cleaning up after a failed session (more issues remain)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11479 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-24 02:08:06 +00:00 |
|
Andrew Thompson
|
5fe69d307b
|
Initial support to spawn a process (module/function) outbound on a specified node. Also fix some bugs.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11477 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-24 01:04:59 +00:00 |
|
Andrew Thompson
|
4b21d70d4b
|
Added some initial work to allow mod_erlang_event to spawn processes on other nodes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11460 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-23 03:40:20 +00:00 |
|
Andrew Thompson
|
d9bb4dcc9c
|
Some inital work on abstracting registered processes and pids
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11429 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-22 23:07:37 +00:00 |
|
Andrew Thompson
|
2b348e7ff3
|
Tweak some stuff, make the registered process name an atom, return baduuid if the requested uuid isn't found
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11395 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-22 21:20:36 +00:00 |
|
Andrew Thompson
|
b6c7dd36a0
|
Merge in Rob Charlton's patch for outbound session support in mod_erlang_event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11376 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-22 19:34:53 +00:00 |
|
Anthony Minessale
|
ea5c385281
|
numerous fixes from regression testing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11104 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-09 20:34:01 +00:00 |
|
Andrew Thompson
|
b60cdc56c6
|
send the call's uniqueid, if any, as the first element of the event's parameter list.
unlock the session returned by core_session_locate like I should've been doing.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11019 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-31 04:47:58 +00:00 |
|
Andrew Thompson
|
386f0b9388
|
Merge in some recent event_socket changes, mainly the new log data structure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11018 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-31 04:40:20 +00:00 |
|
Andrew Thompson
|
321c468691
|
actually try to handle bind_search xml responses
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10430 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-17 21:15:52 +00:00 |
|
Andrew Thompson
|
bca7917503
|
added some cleanup code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10409 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-14 22:35:40 +00:00 |
|
Andrew Thompson
|
137a0759f8
|
actually send and receive bind_search events, don't do anything with the reply yet tho
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10408 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-14 22:05:03 +00:00 |
|
Andrew Thompson
|
b2bf73de6e
|
Ton of stuff, mainly laying groundwork for bind_search functionality
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10403 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-14 17:55:20 +00:00 |
|
Andrew Thompson
|
e7a37e580e
|
Add support for 'getpid'; a way to return the fake cnode process id on the FreeSWITCH side
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10389 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-13 22:46:58 +00:00 |
|
Andrew Thompson
|
8515c087a8
|
Remove a couple debug prints that slipped in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10318 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-10 19:47:52 +00:00 |
|
Andrew Thompson
|
7dc1a95f6f
|
Add a 1.5 second sleep on module shutdown to prevent segfaults, fix a compiler warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10317 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-10 19:42:38 +00:00 |
|
Andrew Thompson
|
bb13eea83c
|
Add sendmsg support and remove some debug prints
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10316 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-10 18:38:54 +00:00 |
|
Andrew Thompson
|
8c15644255
|
use switch_true instead
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10304 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-08 02:20:03 +00:00 |
|
Andrew Thompson
|
69b7d6546c
|
Allow config parameter 'shortname' to be 'true' or 'yes', add sample config file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10303 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-08 02:06:19 +00:00 |
|
Andrew Thompson
|
fb3505ec92
|
Try to start epmd (erlang port mapper daemon) if ei_publish fails
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10302 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-08 00:43:55 +00:00 |
|
Andrew Thompson
|
08f8cb41d8
|
Import recent fixes from mod_event_socket, work on cleanup on unload (still segfaults tho)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10301 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-07 23:56:50 +00:00 |
|
Andrew Thompson
|
c5178a5ba1
|
Don't create a new memory pool until it's clear we actually need it.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10281 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-07 03:21:19 +00:00 |
|
Andrew Thompson
|
53d696803b
|
Add initial support for sendevent to mod_erlang_event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10280 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-07 01:29:44 +00:00 |
|
Andrew Thompson
|
2156075c60
|
Add mod_erlang_event to tree - a module that makes FreeSWITCH act like an erlang c-node.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10274 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-06 21:03:30 +00:00 |
|