Commit Graph

6645 Commits

Author SHA1 Message Date
Anthony Minessale 3d136b268f add import var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8759 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 23:33:29 +00:00
Anthony Minessale 1caea40855 blank username will trigger a lookup for user "nobody"
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8758 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 23:18:59 +00:00
Anthony Minessale f78f0592f5 avoiding deadlock (by not locking then locking again)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8757 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 23:15:57 +00:00
Anthony Minessale f7c8ef4a3b fix var names and add voicemail_notify_email template var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8756 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 22:52:37 +00:00
Stefan Knoblich 1a5bc1712b Only link libswift, other libs are dynamically loaded by the swift engine
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8755 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 18:01:26 +00:00
Anthony Minessale fd4a3d5515 prevent endless loop
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8754 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 17:53:33 +00:00
Anthony Minessale f4160459a6 add per user acl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8753 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 16:13:15 +00:00
Anthony Minessale c1e369cbb9 add per user acl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8752 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 16:11:09 +00:00
Anthony Minessale 11267f3646 add per user acl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8751 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 16:04:08 +00:00
Anthony Minessale cc0583dfe2 call the orkin man
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8750 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-03 22:49:57 +00:00
Anthony Minessale e8b34492d8 forgot to commit this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8749 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-03 22:49:03 +00:00
Anthony Minessale 12f18c54f7 This feature was a patch we probably should have looked at closer?
I reverted it and wrote a new one, please test as i am not able to atm this is a blind commit.

vm-mailto (default undef) "the addr you want main email"
vm-notify-mailto (default same as vm-mailto) "the addr you want notifications sent to"
vm-email-all-messages (default false) "send all messages to vm-mailto addr (attachment based on vm-attach-file param)"
vm-notify-email-all-messages (default false) "send a notify email to vm-notify-mailto when a vm is left (never has attachment)"
vm-keep-local-after-email (default true) when you email the main message also keep it locally as new vm for the phone.
                                      when false means delete it as if it never happened and just email it.
vm-attach-file (default true) attach the audio file to the main email

the notify email will use the same template as the main email unless you define the new profile param "notify-template-file"



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8748 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-03 22:01:26 +00:00
Anthony Minessale c9ec53e9cb dunno
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8747 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-03 20:19:54 +00:00
Michael Jerris 650962b183 Tue Jun 3 13:43:59 EDT 2008 Pekka Pessi <first.last@nokia.com>
* nta.c: accepting CANCEL with To tag copied from preliminary response



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8746 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-03 18:57:34 +00:00
Anthony Minessale 7f4c8a6d46 add waitForAnswer to cpp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8745 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-02 23:42:59 +00:00
Anthony Minessale 6798cd2b5f add mediaReady method
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8744 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-02 23:38:33 +00:00
Anthony Minessale 830a8493de add answered and mediaReady methods to CoreSession
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8743 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-02 23:37:12 +00:00
Anthony Minessale 946efe1730 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8742 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-02 23:32:15 +00:00
Anthony Minessale 2c732144dd presence but no presents
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8741 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-02 20:06:07 +00:00
Stefan Knoblich 3e81f0b4d2 fix c99 warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8740 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-02 19:21:41 +00:00
Anthony Minessale 55bb344820 wait there's more
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8739 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-02 16:40:44 +00:00
Anthony Minessale 42de2e4587 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8738 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-02 15:48:56 +00:00
Anthony Minessale 187a577c32 some more presence changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8737 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-02 15:42:59 +00:00
John Skopis ab7eb03188 Added sasl support.
Added support for search filters


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8736 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-01 19:48:20 +00:00
Stefan Knoblich b9f72e0a61 update event callback after db schema changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8735 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-31 20:55:28 +00:00
Anthony Minessale eca16d96f3 keep hangup hook in the session thread
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8734 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-31 16:48:54 +00:00
Anthony Minessale d7aeb78807 make global_setvar only have 2 fields so you can set foo=bar=blah w/o quotes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8733 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-30 21:02:04 +00:00
Anthony Minessale 71e626c3a4 make mod_portaudio less chatty on startup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8732 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-30 20:59:14 +00:00
Michael Jerris 8792d33889 don't free reason string passed to nua_respond before we are done using it. (nh scope instead of session)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8731 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-30 20:29:32 +00:00
Anthony Minessale 690d5b2573 add failed_xml_cdr magic variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8730 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-30 18:11:05 +00:00
Anthony Minessale 84144239b8 tweak constructor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8729 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-30 17:27:32 +00:00
Anthony Minessale 64921f7ef6 double doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8728 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 21:56:35 +00:00
Anthony Minessale 775aee2a31 legs option to cdr_csv doh2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8727 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 21:49:01 +00:00
Anthony Minessale 4fbd1ef83a legs option to cdr_csv doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8726 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 21:46:49 +00:00
Anthony Minessale e1250f58b5 legs option to cdr_csv
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8725 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 21:35:58 +00:00
Anthony Minessale 62ef7f4756 add presence events to proxy mode
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8724 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 20:25:58 +00:00
Michael Jerris 6d463b5d0f add enable-3pcc sofia profile param, it is now disabled by default.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8723 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 20:02:06 +00:00
Anthony Minessale 9ea77a001f hangup properly on malformed 3pcc calls being bastardized into a way to ping
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8722 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 19:05:48 +00:00
Anthony Minessale 6f74287e18 fix uri bug which will never end cos text based signalling is lame
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8721 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 17:35:16 +00:00
Anthony Minessale a869b56a61 umm, yeah.....
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8720 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 16:10:18 +00:00
Michal Bielicki e120728d6e Bumped version to 1.0 YAY Wheeee
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8719 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 15:20:06 +00:00
Brian West 985d4a423d tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8718 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 13:45:59 +00:00
Anthony Minessale cb12cecbec refactor to fix unregister event being skipped
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8716 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 13:25:53 +00:00
Anthony Minessale a86de775b9 put bandaid on xmlrpc-c to not destroy the box for no reason
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8715 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-29 01:23:14 +00:00
Anthony Minessale 0c93b9d1bf fix unregister with Contact: *
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8714 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-28 23:36:56 +00:00
Anthony Minessale 2ad910acc0 fix nat issue re: sofia_contact func
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8713 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-28 22:24:47 +00:00
Michael Jerris f7e74f2073 add more tab completion details
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8712 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-28 21:36:16 +00:00
Michael Jerris f130444fe2 add more tab completion details
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8711 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-28 21:14:06 +00:00
Anthony Minessale fdb885000c don't leave poor polycom out of the BLF fun
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8710 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-28 20:58:57 +00:00
Michael Jerris c3900427b6 add example of how modules can add their own commands to the tab complete db
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8709 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-28 20:53:23 +00:00