Stefan Knoblich
452c13573d
[ftmod_misdn] Include mISDN message primitive id in channel activation log messages.
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-02-07 18:39:11 +01:00
Stefan Knoblich
fd3ebc7ae3
[ftmod_misdn] Handle MPH_INFORMATION_IND during channel activation.
...
Add MISDN_MSG_DATA() helper macro for easy access to mISDN message
payload.
Add forward declaration of misdn_handle_mph_information_ind() and use
it in misdn_activate_channel().
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-02-07 18:39:11 +01:00
Stefan Knoblich
9e0928a7ea
[ftmod_misdn] Undefine MISDN_CONTROL_TYPE helper macro after use.
...
No reason to keep it around for longer.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-02-07 18:39:11 +01:00
Stefan Knoblich
b6ec127194
[ftmod_misdn] Extend misdn_event_types[] and use a helper macro.
...
Add missing mISDN event/message types (e.g. MPH_INFORMATION_IND)
and use a helper macro (MISDN_EVENT_TYPE) to define the entries,
like we already do for misdn_control_types[].
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-02-07 18:39:11 +01:00
Anthony Minessale
a14c46c38c
FS-3886 --resolve
2012-02-07 11:25:23 -06:00
Anthony Minessale
9b02315282
add presence-disable-early sofia option to send non-specifc presence messages w/o special case for early
2012-02-07 11:10:51 -06:00
Christopher Rienzo
8f05f098cf
use union sigval instead of sigval_t for mod_posix_timer
2012-02-07 16:45:54 +00:00
Christopher Rienzo
1815d4d06f
use correct #includes for posix timer API
2012-02-07 16:29:15 +00:00
Anthony Minessale
d2c9fb5f7d
FS-3878 --resolve
2012-02-06 14:12:22 -06:00
Anthony Minessale
e5d1dd7529
FS-3879 --resolve
2012-02-06 12:02:48 -06:00
Anthony Minessale
9b086c4bea
FS-3881 try this, i think the contact in the notify is causing the phone to change the destination for future subs
2012-02-06 11:59:57 -06:00
Jeff Lenk
6767683711
FS-3862 --resolve
2012-02-04 10:19:21 -06:00
Steve Underwood
8b3dd5cc1c
Fixed issue where junk T.38 received after a FAX exchange is totally completed
...
s not simply ignored.
2012-02-04 20:33:06 +08:00
Brian West
65fc2f8ac1
clean up switch.conf and add all the missing options needs more docs
2012-02-03 23:40:53 -06:00
Anthony Minessale
1015883e1b
commenting this out completely until a better solution is implemented. also FYI you should be refreshing .update on each commit that changes the lib or any of its mods to force a rebuild from the top level
2012-02-03 15:23:46 -06:00
James Zhang
460814d871
esl: fix command prompt
2012-02-03 15:32:10 -05:00
David Yat Sin
2ea5686e4d
freetdm: DTMF duration not checked if duration is set to zero
2012-02-03 14:20:08 -05:00
Anthony Minessale
320d04a9f8
remove warning
2012-02-03 11:50:24 -06:00
Anthony Minessale
451e3eaa1f
FS-3858 --resolve there we go that's the detail we needed
2012-02-03 11:21:40 -06:00
Anthony Minessale
32c73c0825
FS-3873 --resolve cool someone is finally testing it
2012-02-03 11:05:22 -06:00
Anthony Minessale
7f5b8fba55
FS-3794 this bug haunts me
2012-02-02 20:41:15 -06:00
Anthony Minessale
d79d15d43a
FS-3865 --resolve
2012-02-02 20:20:38 -06:00
Anthony Minessale
74e07f8af1
FS-3864 --resolve no philosophical constraint here. Just saying since FS is a b2bua the message really does terminate at US but its find to do 202 per this patch
2012-02-02 20:00:46 -06:00
Anthony Minessale
018c784431
FS-3794 contd
2012-02-02 19:58:39 -06:00
Anthony Minessale
ee3e450425
FS-3869 --resolve
2012-02-02 18:47:04 -06:00
Anthony Minessale
a72fb34f92
FS-3872 --resolve
2012-02-02 17:38:08 -06:00
Anthony Minessale
12907b454c
FS-3868 --resolve
2012-02-02 16:18:45 -06:00
Michael S Collins
435879d613
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2012-02-02 13:10:14 -08:00
Michael S Collins
e64b988c19
update unrecorded sound prompts
2012-02-02 13:10:04 -08:00
Anthony Minessale
23dcdbd8d1
produce sip_full_via var
2012-02-02 15:09:32 -06:00
Michael S Collins
eb93c17df2
Update ChangeLog thru Nov 30 (more coming)
2012-02-02 13:08:00 -08:00
Anthony Minessale
63c3ec6774
FS-3870 --resolve that is amazing that nobody found this before, we've probably been vulnerable to that bug for years
2012-02-02 13:54:22 -06:00
Anthony Minessale
27221fa4d3
fix sql stmt
2012-02-02 13:54:18 -06:00
James Zhang
03fee3de39
fs_cli: fix empty prompt in nbss7
2012-02-02 13:48:44 -05:00
Anthony Minessale
8d97aeff69
FS-3794 i'm starting to loathe this bug id
2012-02-02 12:05:15 -06:00
James Zhang
34b0f8ad74
spandsp: fixing t38 with configurable tone type.
...
- tone_type value is taken from dialplan
t38_gateway function's 2nd parameter
- tone type could be one of
cng|ced_preamble|ans|ans_pr|ansam|preamble
- in dialplan, if enable t38 in ftdm-to-sip,
tone type should be set to "t38_gateway peer cng"
- if enable t38 in sip-to-ftdm,
tone type should be set to "t38_gateway peer ced_preamble"
2012-02-02 11:38:12 -05:00
Anthony Minessale
eeb9851028
fix seg
2012-02-02 10:21:04 -06:00
Anthony Minessale
80050b5b27
FS-3794 sekil can you test this one
2012-02-01 19:32:29 -06:00
Raymond Chandler
b4943888ff
we might want this at some point ;-)
2012-02-01 19:37:23 -05:00
Anthony Minessale
71db5cb290
FS-3863 --resolve
2012-02-01 16:44:26 -06:00
Anthony Minessale
19d3e64636
FS-3863 try this please
2012-02-01 15:17:18 -06:00
Jeff Lenk
9c908b983f
fix syntax error with last commit
2012-02-01 12:27:18 -06:00
Anthony Minessale
675cd2d432
add proceed cases
2012-02-01 12:07:36 -06:00
Moises Silva
541aa551c7
Merge branch 'releases.3.4.experimental_head' into releases.3.5
2012-01-31 17:17:25 -05:00
Moises Silva
e8407ab1e1
mod_logfile: Fix compilation that was broken due to previous merge
...
Note that we no longer use our custom-made log rotation
as the FreeSWITCH mainstream project added that feature
we just re-use the same feature with a different parameter
2012-01-31 17:13:10 -05:00
Moises Silva
94ceff6842
Merge branch 'master' into smgmaster
...
Conflicts:
build/modules.conf.in
src/mod/loggers/mod_logfile/mod_logfile.c
2012-01-31 16:56:29 -05:00
Anthony Minessale
e00a61c48b
[Freeswitch-dev] Absolute conditions are not changing the proceed variable... (mod_dialplan_xml.c)
2012-01-31 15:31:08 -06:00
Moises Silva
1ad0bc250c
Merge remote-tracking branch 'fsorig/master'
2012-01-31 15:57:07 -05:00
Moises Silva
78f622adaf
Merge remote-tracking branch 'origin/releases.3.4.experimental_head' into releases.3.4.experimental_head
2012-01-31 15:55:18 -05:00
Moises Silva
cafff50005
Merge branch 'releases.3.4' into releases.3.4.experimental_head
...
Conflicts:
libs/freetdm/mod_freetdm/mod_freetdm.c
2012-01-31 15:37:33 -05:00