search for: cid

Displaying 20 results from an estimated 1536 matches for "cid".

Did you mean: _id
2008 May 28
7
Cisco Gateway sending call to * without CID Name
...d on an Asterisk server. The PRI on the cisco is pointing to a customer legacy PBX, the SIP VoIP side of the cisco is pointing to an Asterisk server (1.2.X). In Asterisk, the SIP peer is setup with callerid="some name"<5551212> In a SIP call from the cisco to asterisk, there is no CID name info in SIP debug, so Asterisk doesn't seem to inject CID name info for that SIP Channel on pass through calls. Asterisk does have the CID number and account number and user info and all other variable associated with the SIP channel, just no CID name. When I test with another Asterisk s...
2016 Mar 16
3
[virtio-dev] virtio-vsock live migration
...n the next draft specification. > > > > > > > > Feedback and comments welcome! In the meantime I will implement this in > > > > code and update the draft specification. > > > > > > Most of the issue seems to be a consequence of using a 4 byte CID. > > > > > > I think the right thing to do is just to teach guests > > > about 64 bit CIDs. > > > > > > For now, can we drop guest CID from guest to host communication completely, > > > making CID only host-visible? Maybe leave the space >...
2016 Mar 16
3
[virtio-dev] virtio-vsock live migration
...n the next draft specification. > > > > > > > > Feedback and comments welcome! In the meantime I will implement this in > > > > code and update the draft specification. > > > > > > Most of the issue seems to be a consequence of using a 4 byte CID. > > > > > > I think the right thing to do is just to teach guests > > > about 64 bit CIDs. > > > > > > For now, can we drop guest CID from guest to host communication completely, > > > making CID only host-visible? Maybe leave the space >...
2003 May 21
6
COM: port problems
Unfortunately, almost all the Windows programs I want to run under Wine need to access the COM: ports, and I cannot get any of them to run. Typically, I get stuff like this ... fixme:comm:EscapeCommFunction16 no cid=0 found! fixme:comm:EscapeCommFunction16 no cid=0 found! err:comm:COMM16_ReadComplete async read failed 000003e3 fixme:comm:EscapeCommFunction16 no cid=3 found! err:comm:COMM16_ReadComplete async read failed 000003e3 Given that I can't get any of them to work, and that the Wine docs s...
2016 Mar 15
2
[virtio-dev] virtio-vsock live migration
...ng the approach that I want to > > include in the next draft specification. > > > > Feedback and comments welcome! In the meantime I will implement this in > > code and update the draft specification. > > Most of the issue seems to be a consequence of using a 4 byte CID. > > I think the right thing to do is just to teach guests > about 64 bit CIDs. > > For now, can we drop guest CID from guest to host communication completely, > making CID only host-visible? Maybe leave the space > in the packet so we can add CID there later. > It seems t...
2016 Mar 15
2
[virtio-dev] virtio-vsock live migration
...ng the approach that I want to > > include in the next draft specification. > > > > Feedback and comments welcome! In the meantime I will implement this in > > code and update the draft specification. > > Most of the issue seems to be a consequence of using a 4 byte CID. > > I think the right thing to do is just to teach guests > about 64 bit CIDs. > > For now, can we drop guest CID from guest to host communication completely, > making CID only host-visible? Maybe leave the space > in the packet so we can add CID there later. > It seems t...
2004 Dec 19
2
OH323 channel compile error
...terisk-driver' gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -I/root/asterisk/include -I../wrapper -g -c -o chan_oh323.o chan_oh323.c chan_oh323.c: In function `oh323_call': chan_oh323.c:1421: structure has no member named `cid' chan_oh323.c:1421: structure has no member named `cid' chan_oh323.c:1423: structure has no member named `cid' chan_oh323.c:1435: structure has no member named `cid' chan_oh323.c:1437: structure has no member named `cid' chan_oh323.c:1437: structure has no member named `cid'...
2005 Aug 27
1
better than sapply
I have the following two mapping data frames (r) and (h). I want to fill teh value of r$seid with the value of r$seid where r$cid==h$cid. I can do it with sapply as such: > r$seid = sapply(r$cid, function(cid) h[h$cid==cid,]$seid) Is ther a better (faster) way to do this? > r <- data.frame(seid=NA, cid= c(2181,2221,2222)) > r seid cid 1 NA 2181 2 NA 2221 3 NA 2222 > h <- data...
2008 Mar 05
1
Linksys SPA devices and CID
Hi list, After successfully configuring Linksys SPA3000 and SPA3102 devices as Asterisk PSTN gateways, the only thing I can't get working is the PSTN Caller ID. The analog and SIP phones I've used can both display CIDs for internal calls, while the analog model also displays CIDs correctly when attached directly to the PSTN line. However, when PSTN calls come in via the SPA device, all I see is the SPA device CID associated with the PSTN line; not the CID of the incoming call. The only SPA settings I kn...
2005 Jan 12
4
chan_capi-0.3.5 error 127
...from /usr/include/linux/capi.h:18, from chan_capi.c:35: /usr/include/linux/list.h:604:2: warning: #warning "don't include kernel headers in userspace" chan_capi.c: In function 'capi_new': chan_capi.c:1076: error: structure has no member named 'cid' chan_capi.c:1077: error: structure has no member named 'cid' chan_capi.c: In function 'capi_handle_dtmf_fax': chan_capi.c:1189: error: structure has no member named 'cid' chan_capi.c: In function 'pipe_msg': chan_capi.c:1764: error: structure has no member named...
2003 Dec 29
1
Agent setup
Dear Group, I have been successful in setting up the Agents, queues and getting agents to log in. Is there a way that I could configure the system so that the agent is called back. i.e. the agent logs into the system, a call is destined for them and their phone rings. If some one has this setup I would be very interested in hearing from them. Warm Regards and Thanks --------------- Shad
2007 Oct 21
2
Prompting for number when CID number not sent?
Hi The first step I have to go through when users call into our IVR is to handle the case where users' PBX hides their CID number. In that case, I need to have them type their phone number (ten digits). OTOH, those who call without hiding their CID number are sent directly to the main menu. How would I go about prompting users for their phone number? Here's what I have at this point: ======== exten => s,1,Ans...
2016 Mar 03
4
virtio-vsock live migration
...using AF_VSOCK together with the virtual machine so that guest<->host communication is interrupted. Neither AF_VSOCK VMCI nor virtio-serial support this today. 2. Basic disruptive migration flow When the virtual machine migrates from the source host to the destination host, the guest's CID may change. The CID namespace is host-wide so other hosts may have CID collisions and allocate a new CID for incoming migration VMs. The device notifies the guest that the CID has changed. Guest sockets are affected as follows: * Established connections are reset (ECONNRESET) and the guest...
2016 Mar 03
4
virtio-vsock live migration
...using AF_VSOCK together with the virtual machine so that guest<->host communication is interrupted. Neither AF_VSOCK VMCI nor virtio-serial support this today. 2. Basic disruptive migration flow When the virtual machine migrates from the source host to the destination host, the guest's CID may change. The CID namespace is host-wide so other hosts may have CID collisions and allocate a new CID for incoming migration VMs. The device notifies the guest that the CID has changed. Guest sockets are affected as follows: * Established connections are reset (ECONNRESET) and the guest...
2007 Nov 09
3
How to get ten-digit number?
Hello Instead of using PrivacyManager, I'd rather use my own dialplan to prompt the user for a ten-digit number if they called while blocking CID. This code does prompt the user, but 1) hangs up if the user didn't type the ten digits before the timeout 2) if the user did type the right number of digits, it still hangs up instead of Returning and then jumping forth to the "cid" extension: ======== exten => 777,1,Set(CALLERI...
2013 Nov 15
0
overlapdialing and no digits in setup problem
...on channel 0/9, span 3 -- Starting simple switch on 'DAHDI/i3/6401-f' -- Going to extension s|1 because of empty extension received on overlap call -- Hungup 'DAHDI/i3/6401-f' on avaya side it looks like: 16:28:51 dial 802 16:28:51 term trunk-group 2 cid 0x66 16:28:51 dial 802 16:28:51 seize trunk-group 2 member 8 cid 0x66 16:28:51 Calling Number & Name 6401 D.Melekhov 16:28:51 dial 802 16:28:51 seize trunk-group 2 member 8 cid 0x66 16:28:59 denial event 1166: Unassigned number D1=0x6 D2=0x101 16:28:59 idle trunk-g...
2010 Mar 16
2
DID/CID doesn't match "." (dot) in CID field
Hi all, using Skype for Asterisk I have the following problem. In my dialplan I need to have a CID matching (example.skype) over a DID (test.skype) : [example] exten => test.skype/example.skype,1, NoOp(nothing) exten => test.skype/example.skype,n, Hangup() Where test.skype and example.skype are Skype business account. In this case, when I get a : CLI> show dialplan example I get:...
2016 May 10
1
ldbsearch does not accept escaped parenthesis in filter
Hi all, A working search using ldapsearch on some object containing parenthesis in attribute's value: ------------------------------------------------------------------------------------------------- ldapsearch -Y GSSAPI -h dc200 -b 'DC=ad,DC=domain,DC=tld' -s sub 'CN=CID 85 \(Join\)' dn SASL/GSSAPI authentication started SASL username: administrator at AD.DOMAIN.TLD SASL SSF: 56 SASL data security layer installed. # extended LDIF # # LDAPv3 # base <DC=ad,DC=domain,DC=tld> with scope subtree # filter: CN=CID 85 \(Join\) # requesting: dn # # CID 85 (Join),...
2006 Mar 01
6
Same CID on multiple users(friends9 in SIP.conf
Hi there. Is it possible to have different sip users have the same CallerId number in sip.conf. I need this because we got multiple companies on this Asterisk box. Company A's internal numbers: CID: User: 1000 - User 1 2000 - User 2 3000 - User 3 4000 - User 4 Company B's internal numbers: CID: User: 1000 - User 5 2000 - User 6 3000 - User 7 4000 - User 8 Is this allowed? Regards Arne Morten Johansen
2020 Jul 07
2
[nbdkit PATCH] nbd: Add vsock-cid= transport option
...index e4ac40d1..bd980209 100644 --- a/plugins/nbd/nbdkit-nbd-plugin.pod +++ b/plugins/nbd/nbdkit-nbd-plugin.pod @@ -6,6 +6,7 @@ nbdkit-nbd-plugin - proxy / forward to another NBD server nbdkit nbd { command=COMMAND [arg=ARG [...]] | hostname=HOST [port=PORT] | + vhost-cid=CID [port=PORT] | socket=SOCKNAME | socket-fd=FD | [uri=]URI } @@ -40,9 +41,9 @@ With L<qemu-nbd(8)>, read and write qcow2 files with nbdkit. =head1 PARAMETERS -One of B<socket>, B<hostname> (optionally with B<port>), B<uri&...