Search results for all lists

10000 messages found
Sort by
List: ctbirds@lists.ctbirding.org
From: Tina and Peter Green
 
Re: [CT Birds] sandy point - 2 caspian terns
Fri, Sep 5, 2014 2:05 PM
>For subscription information visit http://lists.ctbirding.org/mailman/listinfo/ctbirds_lists.ctbirding.org
List: ctbirds@lists.ctbirding.org
From: Gary Palmer
 
Re: [CT Birds] Stamford Bunting Yes:
Tue, Mar 17, 2015 3:54 PM
For subscription information visit http://lists.ctbirding.org/mailman/listinfo/ctbirds_lists.ctbirding.org
List: ctbirds@lists.ctbirding.org
From: Gene Leganza
 
Re: [CT Birds] Townsend's Solitaire- Yes
Sat, Dec 12, 2015 3:19 PM
Just re-seen 10:15, top of tall evergreen. Then flew west.
List: ctbirds@lists.ctbirding.org
From: SARAH FAULKNER
 
Re: [CT Birds] Windsor Locks canal state park
Sat, Jan 9, 2021 9:46 PM
. > For subscription information visit http://lists.ctbirding.org/mailman/listinfo/ctbirds_lists.ctbirding.org
List: ctbirds@lists.ctbirding.org
From: Dan Rottino
 
Re: [CT Birds] Survival of Fork-tailed Flycatcher
Tue, Dec 10, 2013 9:49 PM
. >>>> For subscription information visit >>>> http://lists.ctbirding.org/mailman/listinfo/ctbirds_lists.ctbirding.org >>> >>> >>> >>> -- >>> Mark S.
List: tacoma-environews@list.cityoftacoma.org
From: Marielle Kanojia
 
3/10 Roundtable | Impacts of commercial anchoring on marine systems
Wed, Feb 18, 2026 3:56 PM
Photo: Fiona Francis The impacts of commercial anchoring on marine systems in British Columbia Salish Sea Science Roundtable, Tuesday, Mar 10 | 12:30 - 1:30 Anchoring of commercial vessels can have a range of social, cultural, ecological, and physical impacts in coastal marine systems.
List: birdalert@ontbirds.ca
From: reports@hawkcount.org
 
[Ontbirds] HSR: Grimsby, ON - Beamer Conservation Area (04 Mar 2013) 10 Raptors
Tue, Mar 5, 2013 1:03 AM
0 Sharp-shinned Hawk 0 0 0 Cooper's Hawk 0 0 0 Northern Goshawk 0 0 0 Red-shouldered Hawk 1 1 1 Broad-winged Hawk 0 0 0 Red-tailed Hawk 5 10
List: pjsip@lists.pjsip.org
From: Sarvan D
 
Re: [pjsip] PJSIP+webrtc+ios
Tue, Mar 4, 2014 9:40 AM
>> >> >> On Wed, Feb 26, 2014 at 10:27 AM, Tim Zhang wrote: >> >>> Yes, you can find a iOS demo application on webrtc project. >>> >>> https://code.google.com/p/webrtc/source/browse/#svn%2Ftrunk%2Ftalk%2Fexamples%2Fios >>> >>> >>> 2014-02-22 23:36 GMT+08:00 Sarvan D : >>> >>> thanks :). one more help "is webrtc
List: pjsip@lists.pjsip.org
From: Bob Voorneveld
 
ios 10 no audio
Tue, Nov 1, 2016 3:12 PM
> We're still working on a CallKit solution, but before we finish that, we would like to have the app just run without it. I would like to know if we're forgetting something. This is what we've done so far: Steps: pjsua_start(); // disabling sound: pjsua_set_no_snd_dev(); When starting call, before calling pjsua_make_call(), I run this code: NSError *audioSessionCategoryError; [[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayAndRecord withOptions:AVAudioSessionCategoryOptionAllowBluetooth error:&audioSessionCategoryError]; // no error if (audioSessionCategoryError) { DDLogError(@"Error setting the correct AVAudioSession category"); } NSError *audioSessionModeError; [[AVAudioSession sharedInstance] setMode:AVAudioSessionModeVoiceChat error:&audioSessionModeError]; // no error if (audioSessionModeError) { DDLogError(@"Error setting the correct AVAudioSession mode"); } pj_status_t status; status = pjsua_set_snd_dev(PJMEDIA_AUD_DEFAULT_CAPTURE_DEV, PJMEDIA_AUD_DEFAULT_PLAYBACK_DEV); // Error: pjsua_aud.c .Error retrieving default audio device parameters: Unable to find default audio device (PJMEDIA_EAUD_NODEFDEV) [status=420006] Part of the logging: 2016-11-01 16:03:58.869904 VialerSIPLib_Example[1773:370077] Creating new PJSIP Endpoint instance. 16:03:58.872 os_core_unix.c !pjlib 2.5.5-svn for POSIX initialized 16:03:58.875 sip_endpoint.c .Creating endpoint instance... 16:03:58.879 pjlib .select() I/O Queue created (0x102c430d8) 16:03:58.879 sip_endpoint.c .Module "mod-msg-print" registered 16:03:58.879 sip_transport. .Transport manager created. 16:03:58.880 pjsua_core.c .PJSUA state changed: NULL --> CREATED 2016-11-01 16:03:58:868 VialerSIPLib_Example[1773:369830] Creating new PJSIP Endpoint instance. 2016-11-01 16:03:58.884128 VialerSIPLib_Example[1773:370075] sip_endpoint.c .Module "mod-pjsua-log" registered 2016-11-01 16:03:58:881 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-pjsua-log" registered 2016-11-01 16:03:58.884846 VialerSIPLib_Example[1773:370077] sip_endpoint.c .Module "mod-tsx-layer" registered 2016-11-01 16:03:58:881 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-tsx-layer" registered 2016-11-01 16:03:58.885181 VialerSIPLib_Example[1773:370075] sip_endpoint.c .Module "mod-stateful-util" registered 2016-11-01 16:03:58:882 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-stateful-util" registered 2016-11-01 16:03:58.889003 VialerSIPLib_Example[1773:370077] sip_endpoint.c .Module "mod-ua" registered 2016-11-01 16:03:58:883 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-ua" registered 2016-11-01 16:03:58.889308 VialerSIPLib_Example[1773:370075] sip_endpoint.c .Module "mod-100rel" registered 2016-11-01 16:03:58:883 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-100rel" registered 2016-11-01 16:03:58.889447 VialerSIPLib_Example[1773:370077] sip_endpoint.c .Module "mod-pjsua" registered 2016-11-01 16:03:58:883 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-pjsua" registered 2016-11-01 16:03:58.889620 VialerSIPLib_Example[1773:370075] sip_endpoint.c .Module "mod-invite" registered 2016-11-01 16:03:58:884 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-invite" registered 2016-11-01 16:03:58.889888 VialerSIPLib_Example[1773:370077] pjlib ..select() I/O Queue created (0x124040e28) 2016-11-01 16:03:58:887 VialerSIPLib_Example[1773:369830] pjlib ..select() I/O Queue created (0x124040e28) WARNING: no real random source present! 2016-11-01 16:03:58.896354 VialerSIPLib_Example[1773:370075] sip_endpoint.c .Module "mod-evsub" registered 2016-11-01 16:03:58:896 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-evsub" registered 2016-11-01 16:03:58.896841 VialerSIPLib_Example[1773:370077] sip_endpoint.c .Module "mod-presence" registered 2016-11-01 16:03:58:896 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-presence" registered 2016-11-01 16:03:58.897160 VialerSIPLib_Example[1773:370075] sip_endpoint.c .Module "mod-mwi" registered 2016-11-01 16:03:58:896 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-mwi" registered 2016-11-01 16:03:58.897387 VialerSIPLib_Example[1773:370077] sip_endpoint.c .Module "mod-refer" registered 2016-11-01 16:03:58:896 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-refer" registered 2016-11-01 16:03:58.899189 VialerSIPLib_Example[1773:370077] sip_endpoint.c .Module "mod-pjsua-pres" registered 2016-11-01 16:03:58:897 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-pjsua-pres" registered 2016-11-01 16:03:58.899343 VialerSIPLib_Example[1773:370075] sip_endpoint.c .Module "mod-pjsua-im" registered 2016-11-01 16:03:58:897 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-pjsua-im" registered 2016-11-01 16:03:58.899514 VialerSIPLib_Example[1773:370077] sip_endpoint.c .Module "mod-pjsua-options" registered 2016-11-01 16:03:58:897 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-pjsua-options" registered 2016-11-01 16:03:58.899696 VialerSIPLib_Example[1773:370075] pjsua_core.c .1 SIP worker threads created 2016-11-01 16:03:58:897 VialerSIPLib_Example[1773:369830] pjsua_core.c .1 SIP worker threads created 2016-11-01 16:03:58.899823 VialerSIPLib_Example[1773:370077] pjsua_core.c .pjsua version 2.5.5-svn for iOS-10.1/arm-iPhone7,1/iOS-SDK-10.1 initialized 2016-11-01 16:03:58:897 VialerSIPLib_Example[1773:369830] pjsua_core.c .pjsua version 2.5.5-svn for iOS-10.1/arm-iPhone7,1/iOS-SDK-10.1 initialized 2016-11-01 16:03:58.940620 VialerSIPLib_Example[1773:370075] pjsua_core.c .PJSUA state changed: CREATED --> INIT 2016-11-01 16:03:58:897 VialerSIPLib_Example[1773:369830] pjsua_core.c .PJSUA state changed: CREATED --> INIT 2016-11-01 16:03:58.945573 VialerSIPLib_Example[1773:370077] tcptp:58940 SIP TCP listener ready for incoming connections at 192.168.22.186:58940 2016-11-01 16:03:58:907 VialerSIPLib_Example[1773:369830] tcptp:58940 SIP TCP listener ready for incoming connections at 192.168.22.186:58940 2016-11-01 16:03:58.946091 VialerSIPLib_Example[1773:370075] pjsua_core.c SIP UDP socket reachable at 192.168.22.186:55656 2016-11-01 16:03:58:907 VialerSIPLib_Example[1773:369830] pjsua_core.c SIP UDP socket reachable at 192.168.22.186:55656 2016-11-01 16:03:58:907 VialerSIPLib_Example[1773:369830] udp0x123d19f70 SIP UDP transport started, published address is 192.168.22.186:55656 2016-11-01 16:03:58.955995 VialerSIPLib_Example[1773:370075] udp0x123d19f70 SIP UDP transport started, published address is 192.168.22.186:55656 2016-11-01 16:03:58:907 VialerSIPLib_Example[1773:369830] pjsua_core.c PJSUA state changed: INIT --> STARTING 2016-11-01 16:03:58.956514 VialerSIPLib_Example[1773:370075] pjsua_core.c PJSUA state changed: INIT --> STARTING 2016-11-01 16:03:58:908 VialerSIPLib_Example[1773:369830] sip_endpoint.c .Module "mod-unsolicited-mwi" registered 2016-11-01 16:03:58.956831 VialerSIPLib_Example[1773:370075] sip_endpoint.c .Module "mod-unsolicited-mwi" registered 2016-11-01 16:03:58.956956 VialerSIPLib_Example[1773:370075] pjsua_core.c .PJSUA state changed: STARTING --> RUNNING 2016-11-01 16:03:58:908 VialerSIPLib_Example[1773:369830] pjsua_core.c .PJSUA state changed: STARTING --> RUNNING 2016-11-01 16:03:58.957162 VialerSIPLib_Example[1773:370077] PJSIP Endpoint started succesfully 2016-11-01 16:03:58:908 VialerSIPLib_Example[1773:369830] PJSIP Endpoint started succesfully 2016-11-01 16:04:04.553837 VialerSIPLib_Example[1773:370085] pjsua_aud.c Set sound device: capture=-1, playback=-2 2016-11-01 16:04:04:553 VialerSIPLib_Example[1773:369830] pjsua_aud.c Set sound device: capture=-1, playback=-2 2016-11-01 16:04:04.555336 VialerSIPLib_Example[1773:370074] pjsua_aud.c .Error retrieving default audio device parameters: Unable to find default audio device (PJMEDIA_EAUD_NODEFDEV) [status=420006] 2016-11-01 16:04:04:554 VialerSIPLib_Example[1773:369830] pjsua_aud.c .Error retrieving default audio device parameters: Unable to find default audio device (PJMEDIA_EAUD_NODEFDEV) [status=420006] Kind regards, Bob Voorneveld
List: birdalert@ontbirds.ca
From: Doug Lockrey
 
Cranberry BLUEBIRDS Mar.10
Sun, Mar 10, 2002 4:33 PM
ost recent emails). Oh yes, there was 1 TUNDRA SWAN on the frozen marsh. Doug Lockrey, Whitby, ON "Doug Lockrey"