search for: cids

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

Did you mean: cds
2008 May 28
7
Cisco Gateway sending call to * without CID Name
Hi All, I have a Cisco 2600 PRI gateway being hosted 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
2016 Mar 16
3
[virtio-dev] virtio-vsock live migration
...me 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 that in theory this will allow changing...
2016 Mar 16
3
[virtio-dev] virtio-vsock live migration
...me 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 that in theory this will allow changing...
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!
2016 Mar 15
2
[virtio-dev] virtio-vsock live migration
...gt; > > 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 that in theory this will allow changing CID > during migration, transparently to the gu...
2016 Mar 15
2
[virtio-dev] virtio-vsock live migration
...gt; > > 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 that in theory this will allow changing CID > during migration, transparently to the gu...
2004 Dec 19
2
OH323 channel compile error
Hello I am trying to compile asterisk-oh323-0.7.0 with pwlib-Janus_patch4 and openh323-Janus_patch4 downloaded from inaccessnetworks so I did this: tar -zxvf openh323-Janus_patch4-src-tar.gz cd openh323 patch -p1 < /root/asterisk-oh323-0.7.0/openh323_1.13.5-make.patch ./configure make opt cd asterisk-oh323-0.7.0 vi Makefile (to set the paths and options according to my system...) NOW I
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
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 kno...
2005 Jan 12
4
chan_capi-0.3.5 error 127
Hi, I have a problem for install chan_capi My pc: Suse 9.1, with asterisk current stable en cvs I have download http://www.junghanns.net/asterisk/downloads/chan_capi.0.3.5.tar.gz And the path from http://www.levigo.de/VoIP/chan_capi-0.3.5-cvs-HEAD-patch.tar.bz2 And patch the chan_capi # cd chan_capi-0.3.5 # patch -p1 < chan_capi-0.3.5-patch.diff # make /for install My error
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:
2016 Mar 03
4
virtio-vsock live migration
...guest_port> tuples for established connections that must not be reset when the guest CID update notification is received. These connections will carry on as if nothing changed. Note that the connection's remote address is updated from host_old_cid to host_new_cid. This allows remapping of CIDs (if necessary). Typically this will be unused because the host always has well-known CID 2. In a guest<->guest scenario it may be used to remap CIDs. For the time being I am focussing on the basic disruptive migration flow only. Checkpoint/restore can be added with a feature bit in the fu...
2016 Mar 03
4
virtio-vsock live migration
...guest_port> tuples for established connections that must not be reset when the guest CID update notification is received. These connections will carry on as if nothing changed. Note that the connection's remote address is updated from host_old_cid to host_new_cid. This allows remapping of CIDs (if necessary). Typically this will be unused because the host always has well-known CID 2. In a guest<->guest scenario it may be used to remap CIDs. For the time being I am focussing on the basic disruptive migration flow only. Checkpoint/restore can be added with a feature bit in the fu...
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"
2013 Nov 15
0
overlapdialing and no digits in setup problem
Hello! I have asterisk which is connected to avaya definity. I set trunk to overlap. When I call to this trunk (so called tac in avaya) without any number I hear dial tone for some time, any digit I try to dial are ignored by asterisk- still tone, then call is rejected: -- Accepting overlap call from '6401' to '<unspecified>' on channel 0/9, span 3 -- Starting
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:
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
2020 Jul 07
2
[nbdkit PATCH] nbd: Add vsock-cid= transport option
With new enough libnbd, we already support vsock by virtue of uri=; however, it's also nice to allow direct exposure of the nbd_connect_vsock() api. Signed-off-by: Eric Blake <eblake@redhat.com> --- plugins/nbd/nbdkit-nbd-plugin.pod | 29 +++++++++++--- plugins/nbd/nbd.c | 63 ++++++++++++++++++++++++------- 2 files changed, 73 insertions(+), 19 deletions(-) diff --git