4806 Commits

Author SHA1 Message Date
Anthony Minessale
5c75d4cf5b FS-4220 --resolve i refactored this into a general cross platform function and use it everywhere else we try to set affinity 2012-05-15 08:31:42 -05:00
Anthony Minessale
0a5a057c46 add inbound-reg-in-new-thread sofia param to launch a new thread to process each new inbound register when using heavier backends 2012-05-14 17:51:15 -05:00
Anthony Minessale
4670a770cf fix sofia interaction with presence api command 2012-05-14 11:06:36 -05:00
Anthony Minessale
5b3b77071b make sure bargers use the same codec as bargee to avoid transcoding delay 2012-05-14 10:03:35 -05:00
Giovanni Maruzzelli
44fd0de8ff gsmopen: indented 2012-05-14 02:04:36 +02:00
Giovanni Maruzzelli
8a1508d669 gsmopen: correctly receives SMSs in GSM7 and UCS2 2012-05-14 02:04:36 +02:00
Giovanni Maruzzelli
eb93a14eb3 gsmopen: correctly sends SMSs in GSM7 or UCS2. Let's check SMS receiving 2012-05-14 02:04:36 +02:00
Giovanni Maruzzelli
4101e6b2b7 gsmopen: mod_sms tweak 2012-05-14 02:04:36 +02:00
Anthony Minessale
f3b1809a63 tweak to standby mode 2012-05-11 10:20:45 -05:00
Giovanni Maruzzelli
03bfc941a1 gsmopen: not check for CKPD when receiving SMS 2012-05-11 08:08:22 +02:00
Anthony Minessale
f9653fbd38 FS-4204 --resolve 2012-05-10 22:34:37 -05:00
Giovanni Maruzzelli
aba8e073a4 skypopen: don't whine in debug when skypeout to pstn 2012-05-10 23:05:08 +02:00
Giovanni Maruzzelli
dbafc38b3e skypopen: sk balances gives you how many credits you have, no more errors 2012-05-10 23:05:08 +02:00
Anthony Minessale
225eebc20d take out 101 dialing 2012-05-08 19:44:39 -05:00
Anthony Minessale
76c0201e89 dtmf tweak 2012-05-08 12:52:52 -05:00
Anthony Minessale
07204a1fb5 add param:confirm-blind-transfer var:confirm_blind_transfer that makes blind transfers keep the transferrer on the line until its confirmed that the call was completed or brings it back to the bridge. blind_transfer_ack app can be executed in the dp by the transferee to indicate sucess or fail or a sucessful bridge will automatically trigger a success 2012-05-08 08:50:41 -05:00
Anthony Minessale
a511ff3026 re-implement sla barge using eavesdrop backend 2012-05-07 13:44:16 -05:00
Moises Silva
105ce9ff33 Fixes before merging sangoma repo with upstream 2012-05-07 16:26:48 -04:00
Moises Silva
1f08e2b0ec Merge remote branch 'fsorig/master' 2012-05-07 15:46:08 -04:00
Jeff Lenk
fd62240199 changes for mod_gsmopen for vs2010 2012-05-07 14:05:21 -05:00
Jeff Lenk
bbe3249de8 some windows changes for gsmopen for vs2008 - 2010 changes next 2012-05-07 13:44:07 -05:00
Giovanni Maruzzelli
00a6f61a67 skypopen: indented 2012-05-07 19:02:16 +02:00
Giovanni Maruzzelli
56f415a164 skypopen: mark chatmessages SEEN 2012-05-07 19:02:16 +02:00
Giovanni Maruzzelli
8597842a56 skypopen: hook up to mod_sms, spawning a thread for servicing chatmessage 2012-05-07 17:31:32 +02:00
Anthony Minessale
64d4d9ea57 add pickup endpoint and app to dptools add pickup/keyname to forked dial, then route a call to call app pickup(keyname) to have your channel return from originate. sub to pickup+keyname or presence map the pickup proto to use on blf 2012-05-04 18:59:34 -05:00
William King
6ac20ed54d If the notify event contains call-info headers, then process the call-info linked list into comma separated values and add them to a header on the event. 2012-05-04 10:07:08 -07:00
Anthony Minessale
ca39f15aa9 let the var take precedence over the profile setting 2012-05-04 11:41:54 -05:00
Giovanni Maruzzelli
67240d2905 skypopen: DISABLED (for the time being) mod_sms hookup needs to CHAT CREATE, then read back the DIALOG. It will have to be spun as a separate thread, but is here as a proof of concept. I disable it right now 2012-05-04 16:39:50 +02:00
Giovanni Maruzzelli
c64813f4fd skypopen: mod_sms hookup, is flawed, because it needs to CHAT CREATE, then read back the DIALOG. It will have to be spun as a separate thread, but is here as a proof of concept. I disable it right now 2012-05-04 16:39:50 +02:00
Anthony Minessale
5190bd0849 FS-4186 --resolve 2012-05-04 08:25:48 -05:00
Giovanni Maruzzelli
1ad0d0af36 gsmopen: FS-4155, mod_sms hookup 2012-05-04 14:46:30 +02:00
Anthony Minessale
8664dc6d5a some perfomance tweaks 2012-05-03 16:31:21 -05:00
Giovanni Maruzzelli
de019abd21 gsmopen: indented 2012-05-03 15:23:57 +02:00
Giovanni Maruzzelli
1666292025 gsmopen: fix FS-4181 , catch gsmlib exceptions 2012-05-03 15:22:15 +02:00
Giovanni Maruzzelli
a10f01f10c gsmopen: indented 2012-05-03 14:15:10 +02:00
Giovanni Maruzzelli
e589efb17f gsmopen: fix FS-4149 2012-05-03 14:13:44 +02:00
Giovanni Maruzzelli
2431e0f235 gsmopen: indented 2012-05-03 10:59:14 +02:00
Giovanni Maruzzelli
f28ba547df gsmopen: fix FS-4150 , deleted a spurious new_inbound_channel(), checked all gsmopen->fs->sip machinery, then I got problems with audio(only in gsmopen->fs->sip not the reverse): I was baffled by a snom bug for a week, then I tested with Xlite and worked, so I grow suspicious, I updated snom320 firmware and worked. Hate those things 2012-05-03 10:59:14 +02:00
William King
40fff624df Some sip notify events don't have a content type, such as notifies that only update the caller id info of a call. 2012-05-02 12:55:34 -07:00
Anthony Minessale
3cdb00a525 reduce events on many to many sla 2012-05-02 00:04:23 -05:00
Anthony Minessale
481df053ac require timer by default unless its t.38 re-invite 2012-04-27 14:41:32 -05:00
Anthony Minessale
b553d62fbd add sip_require_timer=true variable to enable require timer on session refresh that breaks finicky endpoints 2012-04-26 10:35:02 -05:00
Anthony Minessale
8203475563 FS-4148 --resolve note: see switch_core_session_get_partner 2012-04-26 08:52:29 -05:00
Anthony Minessale
5e99d34fd8 FS-4146 --resolve 2012-04-26 08:10:30 -05:00
Ken Rice
7a147e4762 Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
Giovanni Maruzzelli
893d7eff9d gsmopen: correct sequence of callflow when got CEND: (nocarrier)->(hangup)->(idle) 2012-04-25 11:22:03 +02:00
Giovanni Maruzzelli
0e4fa9e23b gsmopen: AT+CREG erratic behavior does no more give errors or warnings when badly formatted unsolicited signaling 2012-04-25 09:11:36 +02:00
Giovanni Maruzzelli
2a25c4f2e7 gsmopen: AT commands cosmetics 2012-04-24 16:30:20 +02:00
Giovanni Maruzzelli
fbbbd06e28 gsmopen: send out those pesky DTMFs 2012-04-24 14:31:50 +02:00
Anthony Minessale
d642c2c1a6 add loopback_initial_codec variable to specifiy the codec of a one legeded loopback channel 2012-04-23 12:16:53 -05:00