3055 Commits

Author SHA1 Message Date
Mathieu Parent
8ec0b7f4c7 Skinny: fix redial button, and all nested "bridge" 2010-05-20 15:36:26 +02:00
Mathieu Parent
8cc89ab042 Skinny: rewrite of the skinny state machine
- for incoming calls, go CS_ROUTING only when number is dialed.
  CS_HIBERNATE before
- start media when both side have answered

Also:
- send tone for UNALLOCATED_NUMBER and USER_BUSY
- if channel variables are not sufficent to set call info, ask the
  partner channel
2010-05-20 15:16:08 +02:00
Anthony Minessale
e15abcf9aa BOUNTY-18 2010-05-19 16:24:52 -05:00
Mathieu Parent
03d07b4cb6 Skinny: slightly better call info 2010-05-19 09:52:03 +02:00
Mathieu Parent
32b8bdb990 Skinny: display destination number if callee is not set 2010-05-18 18:14:27 +02:00
Mathieu Parent
e66e9fa878 Skinny: called is named callee 2010-05-18 13:48:16 +02:00
Mathieu Parent
0bc11afa73 Skinny: split out server part
And try to keep each file below 2000 lines
2010-05-18 10:49:01 +02:00
Mathieu Parent
51f1ad5072 Skinny: Send hangup cause to device (busy, unknown number) 2010-05-18 10:49:01 +02:00
Mathieu Parent
800918ab14 SKinny: use of labels, step2 2010-05-18 10:49:00 +02:00
Mathieu Parent
60090a8602 Skinny: using labels for display text
Based on chan-sccp-b (file src/sccp_labels.h)
2010-05-18 10:49:00 +02:00
Mathieu Parent
295f39c158 Skinny: renamed improper skinny_create_ingoing_session to _incoming_ 2010-05-18 10:49:00 +02:00
Anthony Minessale
349abc3fd0 add loopback_bowout_on_execute var to make 1 legged loopback calls bow out of the picture 2010-05-13 18:49:32 -05:00
Brian West
91065543b2 avoid extraneous incorrect display update on answer 2010-05-12 22:19:54 -05:00
Brian West
6b1351e1bc more descriptive log message 2010-05-12 21:23:49 -05:00
Mathieu Parent
3b0f1711ba Skinny: corrections to call info:
- channel vars are caller_ and not callee_
- inbound/outbound are reversed from the skinny POV
- use displayname
2010-05-12 21:02:14 +02:00
Mathieu Rene
3c5c5905ad mod_sofia: fire an event for gateway ping 2010-05-10 12:33:47 -04:00
Mathieu Parent
194e57268a Skinny: tuple profile, device_name, device_instance is unique 2010-05-10 18:19:58 +02:00
Mathieu Parent
bd6f7e73c0 perl-Skinny: don't launch thread if socket can't be created 2010-05-10 18:19:58 +02:00
Mathieu Parent
74e14f0dfb Skinny: fix the build 2010-05-10 18:19:58 +02:00
Mathieu Parent
8806bb2da1 Skinny: better call info 2010-05-10 18:19:57 +02:00
Mathieu Parent
6a29e56301 Skinny: tiny change (comment) 2010-05-10 18:19:57 +02:00
Anthony Minessale
701385d221 FSCORE-607 doh 2010-05-06 17:18:26 -05:00
Anthony Minessale
ef18989d56 sip_acl_authed_by and sip_acl_token vars to tell when you are authed by an acl 2010-05-06 15:25:30 -05:00
Michael Jerris
3362335033 typo 2010-05-05 15:15:00 -05:00
Anthony Minessale
bbf0e64830 add disable_hold var or disable-hold profile param 2010-05-05 15:14:57 -05:00
Anthony Minessale
a5f7461ee2 fix null pointer deref code path 2010-05-05 11:01:32 -05:00
Anthony Minessale
710290bcb4 MODENDP-302 2010-05-05 10:56:10 -05:00
Anthony Minessale
ba46088e68 fix NULL deref in err condition 2010-05-04 15:48:36 -05:00
Anthony Minessale
468956e109 FSCORE-603 2010-05-04 11:24:35 -05:00
Anthony Minessale
a2874b8e33 FSCORE-604 2010-05-04 09:50:55 -05:00
Michael Jerris
ea5fc46550 typo 2010-05-03 16:57:17 -04:00
Anthony Minessale
e5cc0539ff add disable_hold var or disable-hold profile param 2010-05-03 12:35:48 -05:00
Brian West
2196fcdf83 DEATH TO THE. 2010-05-02 15:09:47 -05:00
Brian West
1d210c9254 MODENDP-303 2010-05-01 19:50:53 -05:00
Anthony Minessale
6b69495034 /MODSOFIA-74 2010-04-28 17:24:03 -05:00
Anthony Minessale
dfa5439937 fix potential excess cpu usage during originate 2010-04-28 12:59:29 -05:00
Anthony Minessale
8660b6f9c1 replace don't bridge when parsing replaces header on invite (also hangup) 2010-04-27 14:26:55 -05:00
Anthony Minessale
35b9439b8a replace don't bridge when parsing replaces header on invite 2010-04-27 14:22:35 -05:00
Brian West
405c966a4f evil nat scenarios 2010-04-27 13:56:37 -05:00
Anthony Minessale
825bf99daa MODENDP-304 2010-04-27 12:49:53 -05:00
Michael Jerris
2ae67a4756 mod_sofia: add 'allow-empty-password' param (default true) 2010-04-26 06:04:45 -04:00
Michael Jerris
56731c6034 mod_sofia: add EXPSECS time till reg expire and total to status return 2010-04-26 05:26:54 -04:00
Michael Jerris
2da1b5b7f9 mod_sofia: add 'sofia_count_reg' api function 2010-04-26 05:24:05 -04:00
Michael Jerris
5be0640fdd mod_sofia: add failed call statistics to gateways (MODENDP-238) 2010-04-26 04:14:57 -04:00
Michael Jerris
add3ded40a cleanup C reserved identifer violation (JANITOR-3) 2010-04-26 01:30:51 -04:00
Brian West
cac7d55580 unmap the implicit rtcp port 2010-04-24 15:05:04 -05:00
Anthony Minessale
5e4b0400dc cleanup whitespace and add some logging 2010-04-23 15:53:30 -05:00
Anthony Minessale
05a1e4003c FSCORE-594 2010-04-22 10:22:28 -05:00
Giovanni
5c5d260bc7 Merge branch 'master' of git.freeswitch.org:freeswitch 2010-04-22 13:29:07 +02:00
Giovanni
70ab76902e skypopen: updating Windows solution 2010-04-22 13:28:23 +02:00