search for: devicest

Displaying 20 results from an estimated 279 matches for "devicest".

Did you mean: devices
2010 May 04
1
problem with ringinuse=no, queue members receive randomly two calls
...************************* ************************* LOG (core debug and verbose set to 5) ************************* ************************* #grep PL1038 full [May 4 16:21:08] DEBUG[3034] app_queue.c: Device 'SIP/PL1038' changed to state '6' (Ringing) [May 4 16:21:08] DEBUG[3035] devicestate.c: Notification of state change to be queued on device/channel SIP/PL1038 [May 4 16:21:08] DEBUG[3022] devicestate.c: No provider found, checking channel drivers for SIP - PL1038 [May 4 16:21:08] DEBUG[3022] chan_sip.c: Checking device state for peer PL1038 [May 4 16:21:08] DEBUG[3022] device...
2007 Apr 20
2
Asterisk stops responding to SIP/ZAP
...n on channel 3 [Apr 19 13:51:13] DEBUG[27722] chan_zap.c: Set option TDD MODE, value: OFF(0) on Zap/3-1 [Apr 19 13:51:13] DEBUG[27722] chan_zap.c: Updated conferencing on 3, with 0 conference users [Apr 19 13:51:13] VERBOSE[27722] logger.c: -- Hungup 'Zap/3-1' [Apr 19 13:51:13] DEBUG[27722] devicestate.c: Notification of state change to be queued on device/channel Zap/3-1 [Apr 19 13:51:13] DEBUG[27722] pbx.c: Spawn extension (from-internal,201,2) exited non-zero on 'SIP/701-08ee6120' [Apr 19 13:51:13] VERBOSE[27722] logger.c: == Spawn extension (from-internal, 201, 2) exited non-zero o...
2009 Oct 31
0
Local channel that runs a custom app... why immediate hangup?
...a hint what's happening here and how to make the application see the voice frames from the dial-out? Thanks. [Oct 30 23:44:45] DEBUG[16246] manager.c: Manager received command 'originate' [Oct 30 23:44:45] DEBUG[16247] pbx.c: Launching 'Answer' [Oct 30 23:44:45] DEBUG[16247] devicestate.c: Notification of state change to be queued on device/channel Local/MWISend at default [Oct 30 23:44:45] DEBUG[16150] devicestate.c: No provider found, checking channel drivers for Local - MWISend at default [Oct 30 23:44:45] DEBUG[16246] devicestate.c: Notification of state change to be queued...
2009 May 26
0
No Voice - only "noisy audio"
...Received INVITE (5) - Command in SIP INVITE 13:37:40 chan_sip.c: Setting NAT on RTP to Off 13:37:40 chan_sip.c: We're settling with these formats: 0xc (ulaw|alaw) 13:37:40 chan_sip.c: Checking SIP call limits for device 1000 13:37:40 chan_sip.c: Updating call counter for incoming call 13:37:40 devicestate.c: No provider found, checking channel drivers for SIP - 1000 13:37:40 chan_sip.c: Checking device state for peer 1000 13:37:40 devicestate.c: Changing state for SIP/1000 - state 2 (In use) 13:37:40 devicestate.c: device 'SIP/1000' state '2' 13:37:40 app_queue.c: Device 'SIP/...
2016 Aug 15
2
SIP 603 response when call is not answered
Hi I have noticed that asterisk returns 'SIP 603' when the called party does not answer. My test setup is simple: two SIP phones (extensions: 100 and 111) registered to an Asterisk 1.8.30.0 gateway.The Dial timeout is 30 seconds. When 100 calls 111 and after 30 seconds, asterisk sends a CANCEL request to 111 (expected) and a '603 Decline' response to 100 (unexpected &
2013 Nov 12
1
Asterisk 1.8.20 crashing
...d64a4 at 192.168.2.135:5060' of Request 103: Match Found [Nov 12 16:53:02] DEBUG[3582] chan_sip.c: Destroying SIP dialog 09e2d5011044076a652a743a737d64a4 at 192.168.2.135:5060 [Nov 12 16:53:02] DEBUG[3582] rtp_engine.c: Destroyed RTP instance '0x8985958' [Nov 12 16:53:02] DEBUG[3573] devicestate.c: No provider found, checking channel drivers for SIP - 1003 [Nov 12 16:53:02] DEBUG[3573] chan_sip.c: Checking device state for peer 1003 [Nov 12 16:53:02] DEBUG[3573] devicestate.c: Changing state for SIP/1003 - state 1 (Not in use) [Nov 12 16:53:02] DEBUG[3573] devicestate.c: device '...
2010 Jan 29
0
New feature: Asterisk Manager Interface commands for DeviceState
Hi, I've uploaded a new patch at https://issues.asterisk.org/view.php?id=16732which adds two new AMI commands, called "DeviceStateSet" and "DeviceStateGet". These commands let you update Custom device states, and read all devicestates from AMI. It would be very nice if someone could help me test this feature, and report back to the issue tracker. To test, log into AMI as usual, and then issue something lik...
2014 Nov 27
1
[PATCH RFC v4 03/16] virtio: support more feature bits
...ap */ features = bswap32(ldl_be_phys(&address_space_memory, dev->feat_offs)); - virtio_set_features(vdev, features); + virtio_set_features(vdev, 0, features); } VirtIOS390Device *s390_virtio_bus_console(VirtIOS390Bus *bus) @@ -490,10 +490,11 @@ static void virtio_s390_notify(DeviceState *d, uint16_t vector) s390_virtio_irq(0, token); } -static unsigned virtio_s390_get_features(DeviceState *d) +static unsigned virtio_s390_get_features(DeviceState *d, unsigned int index) { VirtIOS390Device *dev = to_virtio_s390_device(d); - return dev->host_features; + + re...
2014 Nov 27
1
[PATCH RFC v4 03/16] virtio: support more feature bits
...ap */ features = bswap32(ldl_be_phys(&address_space_memory, dev->feat_offs)); - virtio_set_features(vdev, features); + virtio_set_features(vdev, 0, features); } VirtIOS390Device *s390_virtio_bus_console(VirtIOS390Bus *bus) @@ -490,10 +490,11 @@ static void virtio_s390_notify(DeviceState *d, uint16_t vector) s390_virtio_irq(0, token); } -static unsigned virtio_s390_get_features(DeviceState *d) +static unsigned virtio_s390_get_features(DeviceState *d, unsigned int index) { VirtIOS390Device *dev = to_virtio_s390_device(d); - return dev->host_features; + + re...
2014 Dec 11
0
[PATCH RFC v6 05/20] virtio: support more feature bits
...-125,6 +125,64 @@ PropertyInfo qdev_prop_bit = { .set = prop_set_bit, }; +/* Bit on a 64 bit value*/ + +static uint64_t qdev_get_prop_mask64(Property *prop) +{ + assert(prop->info == &qdev_prop_bit64); + return 0x1ULL << prop->bitnr; +} + +static void bit64_prop_set(DeviceState *dev, Property *props, bool val) +{ + uint64_t *p = qdev_get_prop_ptr(dev, props); + uint64_t mask = qdev_get_prop_mask64(props); + if (val) { + *p |= mask; + } else { + *p &= ~mask; + } +} + +static void prop_get_bit64(Object *obj, Visitor *v, void *opaque, +...
2014 Dec 11
0
[PATCH RFC v6 05/20] virtio: support more feature bits
...-125,6 +125,64 @@ PropertyInfo qdev_prop_bit = { .set = prop_set_bit, }; +/* Bit on a 64 bit value*/ + +static uint64_t qdev_get_prop_mask64(Property *prop) +{ + assert(prop->info == &qdev_prop_bit64); + return 0x1ULL << prop->bitnr; +} + +static void bit64_prop_set(DeviceState *dev, Property *props, bool val) +{ + uint64_t *p = qdev_get_prop_ptr(dev, props); + uint64_t mask = qdev_get_prop_mask64(props); + if (val) { + *p |= mask; + } else { + *p &= ~mask; + } +} + +static void prop_get_bit64(Object *obj, Visitor *v, void *opaque, +...
2008 Nov 27
1
originate problem
...16:46:25] DEBUG[907] manager.c: Manager received command 'Originate' [Nov 27 16:46:25] DEBUG[907] chan_zap.c: Using channel 8 [Nov 27 16:46:25] DEBUG[907] chan_zap.c: Dialing 'wwww0734414119' [Nov 27 16:46:25] DEBUG[907] chan_zap.c: Deferring dialing... [Nov 27 16:46:25] DEBUG[907] devicestate.c: Notification of state change to be queued on device/channel Zap/8-1 [Nov 27 16:46:25] DEBUG[907] devicestate.c: Notification of state change to be queued on device/channel Zap/8 [Nov 27 16:46:25] DEBUG[877] devicestate.c: No provider found, checking channel drivers for Zap - 8-1 [Nov 27 16:46...
2014 Oct 07
1
[PATCH RFC 03/11] virtio: support more feature bits
...ap */ features = bswap32(ldl_be_phys(&address_space_memory, dev->feat_offs)); - virtio_set_features(vdev, features); + virtio_set_features(vdev, 0, features); } VirtIOS390Device *s390_virtio_bus_console(VirtIOS390Bus *bus) @@ -488,10 +488,11 @@ static void virtio_s390_notify(DeviceState *d, uint16_t vector) s390_virtio_irq(0, token); } -static unsigned virtio_s390_get_features(DeviceState *d) +static unsigned virtio_s390_get_features(DeviceState *d, unsigned int index) { VirtIOS390Device *dev = to_virtio_s390_device(d); - return dev->host_features; + + re...
2014 Oct 07
1
[PATCH RFC 03/11] virtio: support more feature bits
...ap */ features = bswap32(ldl_be_phys(&address_space_memory, dev->feat_offs)); - virtio_set_features(vdev, features); + virtio_set_features(vdev, 0, features); } VirtIOS390Device *s390_virtio_bus_console(VirtIOS390Bus *bus) @@ -488,10 +488,11 @@ static void virtio_s390_notify(DeviceState *d, uint16_t vector) s390_virtio_irq(0, token); } -static unsigned virtio_s390_get_features(DeviceState *d) +static unsigned virtio_s390_get_features(DeviceState *d, unsigned int index) { VirtIOS390Device *dev = to_virtio_s390_device(d); - return dev->host_features; + + re...
2014 Dec 02
0
[PATCH RFC v5 05/19] virtio: support more feature bits
...i, config_size = 0; virtio_add_feature(&host_features, VIRTIO_NET_F_MAC); diff --git a/hw/s390x/s390-virtio-bus.c b/hw/s390x/s390-virtio-bus.c index 39dc201..3635909 100644 --- a/hw/s390x/s390-virtio-bus.c +++ b/hw/s390x/s390-virtio-bus.c @@ -490,9 +490,10 @@ static void virtio_s390_notify(DeviceState *d, uint16_t vector) s390_virtio_irq(0, token); } -static unsigned virtio_s390_get_features(DeviceState *d) +static uint64_t virtio_s390_get_features(DeviceState *d) { VirtIOS390Device *dev = to_virtio_s390_device(d); + return dev->host_features; } diff --git a/hw/s390x/...
2014 Dec 02
0
[PATCH RFC v5 05/19] virtio: support more feature bits
...i, config_size = 0; virtio_add_feature(&host_features, VIRTIO_NET_F_MAC); diff --git a/hw/s390x/s390-virtio-bus.c b/hw/s390x/s390-virtio-bus.c index 39dc201..3635909 100644 --- a/hw/s390x/s390-virtio-bus.c +++ b/hw/s390x/s390-virtio-bus.c @@ -490,9 +490,10 @@ static void virtio_s390_notify(DeviceState *d, uint16_t vector) s390_virtio_irq(0, token); } -static unsigned virtio_s390_get_features(DeviceState *d) +static uint64_t virtio_s390_get_features(DeviceState *d) { VirtIOS390Device *dev = to_virtio_s390_device(d); + return dev->host_features; } diff --git a/hw/s390x/...
2007 Sep 05
1
rxfax() problem - fax signal seems to be ignored
...E[1298] logger.c: -- Starting simple switch on 'Zap/1-1' [Sep 5 13:42:22] DEBUG[1298] chan_zap.c: DTMF digit: 3 on Zap/1-1 [Sep 5 13:42:23] DEBUG[1298] chan_zap.c: DTMF digit: 0 on Zap/1-1 [Sep 5 13:42:24] DEBUG[1298] chan_zap.c: DTMF digit: 0 on Zap/1-1 [Sep 5 13:42:24] DEBUG[1298] devicestate.c: Notification of state change to be queued on device/channel Zap/1-1 [Sep 5 13:42:24] DEBUG[1298] chan_zap.c: Enabled echo cancellation on channel 1 [Sep 5 13:42:24] DEBUG[1298] pbx.c: Launching 'Ringing' [Sep 5 13:42:24] VERBOSE[1298] logger.c: -- Executing [300 at Internal:1]...
2008 Dec 16
1
devicestate / inuse issue with 1.4.21.1
Hi all, we do have a callcenter system running with 1.4.21.1 - the agents are connected used sip phones. SIP accounts are configured using realtime (sip buddies) - and are configured with call-limit=1. It is operating just fine - but from time to time it does happen that an agent with an active call (inbound or outbound) does start to get a second call offered. I have taken a look at the
2008 May 30
5
[PATCH 1/4] pvSCSI driver
pvSCSI backend driver Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com> Signed-off-by: Jun Kamada <kama@jp.fujitsu.com> ----- Jun Kamada _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 May 09
1
Replaces header
...risk, 3-8396 is removed from the call path but no call back happens and the PSTN telephone just gets disconnected. The console log showing the invite from our SER proxy is listed below. Does anyone have any thoughts on what might be happening? Thanks,Steve ---- [May 9 08:42:42] DEBUG[18512]: devicestate.c:161 ast_device_state: No provider found, checking channel drivers for SIP - 128.91.56.38 [May 9 08:42:42] DEBUG[18512]: chan_sip.c:15336 sip_devicestate: Checking device state for peer 128.91.56.38 [May 9 08:42:42] DEBUG[18512]: channel.c:1026 channel_find_locked: Avoiding initial deadloc...