Commit Graph

23666 Commits

Author SHA1 Message Date
Brian West c583224be1 FS-4375 --resolve 2012-07-02 14:30:39 -05:00
Michael S Collins 0db52e6e55 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2012-07-02 12:00:20 -07:00
Michael S Collins c62fcb23e9 Update phrase_en.xml in preparation for new recordings. 2012-07-02 12:00:02 -07:00
Michael S Collins 12a92f5d85 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2012-07-02 10:09:53 -07:00
Anthony Minessale d32a72bcc1 show current process stack size from status command where supported 2012-07-02 11:49:42 -05:00
Michael S Collins e2cfaf9fd9 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2012-07-02 09:45:05 -07:00
Anthony Minessale 4654bda84a FS-4374 try this: it will set the stack size for the whole app to 240 if its too big or too small, if there are system limits, fs may have to be run as root and drop privs to be allowed to change this setting 2012-07-02 11:20:05 -05:00
Anthony Minessale e06bf26e65 add tdd data also as a header for even lazier parsers 2012-07-02 11:05:56 -05:00
Anthony Minessale 158f96651f add trailing newlines for lazy parsers 2012-07-02 11:04:10 -05:00
Anthony Minessale 104bab6b92 tdd fix 2012-07-02 12:33:13 -05:00
Michael Jerris 195949f25f don't seg on no valid_terminators 2012-07-02 11:55:49 -04:00
Anthony Minessale 784fcf08ad FS-4373 --resolve 2012-07-02 09:51:08 -05:00
Jeff Lenk 7f41862156 build fix for recent spandsp commit - windows 2012-07-02 09:04:15 -05:00
Steve Underwood 5c259f26d2 Various little tweaks to spandsp to stop warnings with newer compilers
Various little tweaks to spandsp to bring it into line with the master versions
Addition of Ademco Contact ID protocol processing to spandsp
2012-07-02 21:31:04 +08:00
David Yat Sin 5ec258b388 adding subtract rsp code (got deleted by mistake) 2012-07-02 04:43:21 -04:00
kapil e2e3a5c34e fixing modify mid code 2012-07-02 09:55:36 +05:30
David Yat Sin f88f0a8899 fixing warnings 2012-07-02 00:19:29 -04:00
kapil 7eb163e74e adding dummy audit rsp api 2012-07-01 12:40:17 +05:30
kapil 9beec66fcd removing extra audit rsp api 2012-07-01 12:36:28 +05:30
kapil c6b5bc2bda adding AUDIT for root Packages response code,
adding media_gateway_cmd_handler.c for all commands related  logic/APIs.
adding media_gateway_packages.c to have list of all supported packages.
adding media_gateway_utils.c for all media gateway utility APIs
2012-07-01 12:13:18 +05:30
Mathieu Rene 92af41c0b3 Merge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg-4.3 2012-06-29 16:30:54 -04:00
Mathieu Rene 658ce0ba91 work out contexts, cleanup rtp endpoint in preparation for mg-based setup 2012-06-29 16:30:51 -04:00
Anthony Minessale 5f09b40381 add sip_recovery_break_rfc variable to set globally or per channel to not reverse the from and 2 on uas re-invites 2012-06-29 14:41:06 -05:00
Brian West 13068f1783 allow silence for moh type on campon 2012-06-29 16:14:46 -05:00
David Yat Sin 24a458683a Skip filling locPtyNum if caller_data->loc.digits is NULL 2012-06-29 12:54:09 -04:00
Anthony Minessale 7ec8fb43d4 add initial-event-threads to switch.conf.xml 2012-06-29 11:39:49 -05:00
kapil cd61d0b59e adding code to send error response back to MG stack,in case of any app
failure
2012-06-29 21:51:15 +05:30
Anthony Minessale dca6e2bb8e FS-4359 --resolve 2012-06-28 12:12:44 -05:00
Anthony Minessale 848f05fb41 FS-3659 this fixes sub issue, this should have been a new jira ticket 2012-06-28 14:02:02 -05:00
Anthony Minessale ed6e7b9fc0 if valid_terminators string starts with = it implies one of them must be typed 2012-06-28 13:17:57 -05:00
Anthony Minessale 1330ad9cf4 FS-4363 try this 2012-06-28 10:21:08 -05:00
Anthony Minessale 8850c1d5e5 moot leak in logger since it only happens on shutdown 1/10 times but hey, lets fix it 2012-06-28 10:10:30 -05:00
Michael S Collins 59f38f1362 Misspelled filename in phrase_en.xml 2012-06-27 16:39:01 -07:00
Travis Cross 7978bd8921 Don't truncate 5-digit port numbers
The adj_port buffer was only 5 bytes wide, so we were truncating any
port numbers >= 10000 that were written to this variable as snprintf
ensures the last byte is null.

FS-4354 --resolve
2012-06-27 20:17:08 +00:00
Michael Jerris e9a66618ff FS-4353: missing free from last commit 2012-06-27 15:53:15 -04:00
Anthony Minessale ed0ab36e2d FS-4353 redirect case 2012-06-27 12:25:03 -05:00
James Zhang 80f72823b3 ss7: add ss7_iam_nature_connection_hex to support Nature of Connection
Indicator in IAM message.
     - ss7_iam_nature_connection_hex is the channel variable to carry
       HEX value from/to IAM message
     - X-FreeTDM-IAM-NATURE-CONN-HEX is the x-header string to carry
       HEX value from/to sip invite message
     - This IE is 8 bit hex, which turns into 2 chars
     - Only Satellite indicator, Continuity check indicator, and Echo
       control device indicator are supported. Spare value are not taken.
       Spare value is always set to all zero.
     - example:
       To set 00010101 (bit H-A), set X-FreeTDM-IAM-NATURE-CONN-HEX string
       value to 15 in the sip invite message to NSG.
       When NSG send out sip invite, if the incoming IAM message comes with
       Nature of Connection IE, NSG will put X-FreeTDM-IAM-NATURE-CONN-HEX
       in the invite x-header. For example, if the IE value is 00001010 in
       the IAM, NSG will send X-FreeTDM-IAM-NATURE-CONN-HEX with value string
       of "0A".
     - Two characters are madatory. "0A" must be specified rather than "A". If
       invalid format or characters are found, this x-header will be ommited.
     - Valid characters include 0-9, A-F, and a-f
2012-06-27 12:31:35 -04:00
Anthony Minessale b0f53cd625 FS-4353 --resolve this may also fix FS-4079 2012-06-27 09:33:01 -05:00
David Yat Sin 8de2568c3e Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
Conflicts:
	build/modules.conf.in
2012-06-26 21:27:03 -04:00
David Yat Sin fcaeb37cfd further rollback 2012-06-26 21:25:56 -04:00
Michael S Collins 909fca199d Tweak phrase_en.xml 2012-06-26 16:21:26 -07:00
Stefan Knoblich c92a55d3f1 ftmod_libpri: Add MSN/DDI filter for incoming calls.
This feature allows ftmod_libpri to ignore calls with non-matching destination number.

You may want to use this on BRI PTMP lines (Point-to-MultiPoint),
to avoid conflicts between your FreeSWITCH server and other devices connected to the line.

The filter is disabled by default (all calls will be accepted),
setting one (or more) "local-number" parameters on the span configuration enables it.

Example configuration snippet:

   <libpri_spans>
      <span name="example01">
         <!-- ... other span settings omitted ... -->
         <param name="local-number" value="123456"/>
         <param name="local-number" value="654321"/>
      </span>
   </libpri_spans>

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-06-26 21:53:20 +02:00
Stefan Knoblich 1ae88d51d0 ftmod_libpri: Move service_change_status_t down into #include guard area.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-06-26 21:53:20 +02:00
Anthony Minessale 60bb3595fd FS-4313 --resolve 2012-06-26 11:34:24 -05:00
Anthony Minessale e7f05b49ad FS-4349 try this, it should be a minimal wait since this will poll the socket for 20ms only when there are no events at all and no log data at all 2012-06-26 09:59:00 -05:00
kapil c82c11b02a adding code to send add response 2012-06-26 17:45:01 +05:30
kapil e777de3eef adding mg stack add command code and sendign dummy rsp of add 2012-06-26 13:05:23 +05:30
Brian West 7dc9a9cacc FS-3085 --resolve 2012-06-25 15:31:58 -05:00
Anthony Minessale 690cae5de1 FS-4350 --resolve 2012-06-25 11:00:48 -05:00
Jeff Lenk a97ec71902 fix warnings on windows code verification 2012-06-25 10:06:41 -05:00