search for: imsi

Displaying 14 results from an estimated 14 matches for "imsi".

Did you mean: ims
2006 Oct 21
1
[LLVMdev] LLVM/LLVA on IMSYS WISC CPU
There is a strange Writable Instruction Set Computing CPU from Imsys (Sweden) based on FPGA. Is it possible to setup the IMSYS CPU for running applications based on LLVA/LLVM? Thank you. Swedish microprocessor developer Imsys Technologies has released three devices in its reconfigurable family of processors. Unveiled at the Microprocessor Forum in San Jose, each device combines the processor with
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
I tried this [dongle0] ;audio=/dev/ttyUSB1 ; tty port for audio connection; no default value ;data=/dev/ttyUSB2 ; tty port for AT commands; no default value ; or you can omit both audio and data together and use imei=123456789012345 and/or imsi=123456789012345 ; imei and imsi must contain exactly 15 digits ! ; imei/imsi discovery is available on Linux only imei=352098043831724 ;imsi=123456789012345 My imei is 352098043831724 But nothing change. 2016-02-12 15:12 GMT-02:00, Frank <mailinglist at linuxista.com>: > On Fri, 2016...
2008 Oct 08
3
Re move repeated values
...I need to remove repeated values. Here is my code, but I don't think it is efficient. How could I improve this? #------------------------------------------------------------------------ y = c(-1,-1,0,2,2,2,2,4,4,5,5,5,5,5) n=length(y) for (i in 1:n) # removed same values in y { imsi = 0 if (i==1) {rem.y = y[i]} else {c = length(rem.y) for (j in 1:c) { if (y[i]==rem.y[j]) imsi=1 } if (imsi==0) rem.y = c(rem.y,y[i])} } rem.y #------------------------------------------------------------------------- Any suggestion will be greatly appreciated. Regards, Kathryn...
2002 Jan 03
2
Different behaviour of data()
...h one difference: The values readed in older versions in "num" mode are now readed as "int" mode, converting the values larger than 2147483647 (2^{31}-1) into that value. This has a consequence when reading such kind of data: <example> File alerts.csv looks like: "IMSI";"DialedDigits";"Cnt";"Pri";"Dur" "230020100010125";"+28491628975809";3;332;2391 "230020100010125";"+28491723744868";1;12;75 etc... with first row being the colnames of resulting dataframe. <R-1.3.1> In 1.3....
2016 Feb 12
4
[dongle0] timedout while waiting 'OK' in response to 'AT'
Yes I used. The problem can be the version of Asterisk? I use Asterisk 13 instead of 11. 2016-02-12 14:31 GMT-02:00, Shabbir abbasi <shabbirabbasi92 at gmail.com>: > have changed this > [dongle0] > audio=/dev/ttyUSB1 > data=/dev/ttyUSB2 > > To > > [dongle0] > imei=123456789012345 > > and imei exact same as on your device ? > > On Fri, Feb 12, 2016
2010 Dec 22
1
How to list used extensions + assign extension to a roaming phone
Hi list, I have searched through asterisk command lines but haven't found how to do this: - can I list the phones (callerid or IMSIs?) currently registered ? If I do "dialplan show" that lists the configuration I loaded, e.g [ Context 'sip-local' created by 'pbx_config' ] '2102' => 1. Macro(dialSIP|IMSI1) [pbx_config] '2103' => 1. Macro(dialSIP|IMSI2)...
2012 Nov 21
1
about index speed of xapian
...abase database("testindex", Xapian::DB_CREATE_OR_OPEN); mybase::Timeval now; std::string line; while (getline(fin, line)) { int pos = line.find('|'); if (pos != std::string::npos) { std::string imsi = line.substr(0, pos); std::string msisdn = line.substr(pos + 1); Xapian::Document doc; doc.add_term(imsi); doc.add_term(msisdn); database.add_document(doc); } } database.close();...
2011 Jan 19
2
Asterisk extension not found problem...
...ving the age old problem of "extension not found" when try to make a call from one registered SIP phone to other registered SIP phone (two mobile phones connected to Asterisk via OpenBTS). The exact error thrown on Asterisk CLI is *"chan_sip.c:20039 handle_request_invite: Call from [IMSI310410270465840] to extension "2103" rejected because extension not found"* I have provisioned for both the phones in *sip.conf* and *extensions.conf*under context * [sip-external]* but I suspect whatever entry given in extensions.conf, that file is not getting parsed and extensions...
2012 May 29
1
unable to create channel of type 'SIP'
...there are 0 SIP registrations. Should I see both the phones registered at this point? If that's what's wrong, what am I doing wrong that's making the phones not able to register? Below is my Asterisk configuration. Jacob #/etc/asterisk/sip.conf [general] context=sip-external #... [IMSI262428511722625] callerid=2012 canreinvite=no type=friend context=sip-external allow=gsm host=dynamic dtmfmode=info [IMSI262422146099205] callerid=2013 canreinvite=no type=friend context=sip-external allow=gsm host=dynamic dtmfmode=info #/etc/asterisk/extensions.conf [macro-dialGSM] exten => s...
2004 Jul 11
20
New Asterisk bounty: SIP simultaneous
>When I call a SIP user, the phone should ring in more than one >extentions. Also more than one phone should be able to register with >asterisk. Right now it is not the case. There is no issue here. You seem to be confused, that's all. A SIP account is a SIP account and an extension is an extension. You can assign an extension to an account (or to multiple accounts) and the tool for
2011 Feb 24
1
Registration failed though configured.
Hi list, Currently, one of my phones registers fine, and the other does not, though for me they have the same config... Can somebody help debug/understand why? The logs in asterisk say: [Feb 24 13:48:09] NOTICE[20626]: chan_sip.c:15642 handle_request_register: Registration from 'IMSI208300618462231 <sip:IMSI20830061xxxx at 127.0.0.1>' failed for '127.0.0.1' - No matching peer found Thanks in /etc/asterisk/extensions.conf: exten => 2102,1,Macro(dialSIP,IMSI2081xxxx) ; this one registers ok exten => 2111,1,Macro(dialSIP,IMSI20830061xxxx) ; fails In sip...
2011 Apr 08
0
User registration failure bug ?
Hi list, I have a user, referenced by his IMSI (IMSI208300618462231), who is assigned to extension 2111 in /etc/asterisk/extensions.conf and sip.conf (see below).
2005 May 12
5
VoiceBlue GSM
Hello All * users. I have been looking for a way to allow GSM termination through Asterisk to occur. I am not a Telekom fundi and I have set up IAX2/IAX/SIP on asterisk with the ZAP channels via the Digium TDM 400P. I am unable to find any place that can tell me the cost of the VoiceBlue with a currency to I can calculate the cost of buying one. Alternativly - or just out of interist - I
2002 Mar 09
1
smbd running multiple times
...0 (smbd) *4816 ?? Z 0:00.00 (smbd) *4817 ?? Z 0:00.00 (smbd) *4821 ?? Z 0:00.00 (smbd) *4822 ?? Z 0:00.00 (smbd) installer@help$ ===== -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- Ben Hacker Jr Sr. Security Analyst IMSI (www.imsidc.com) 703.751.3757 2101 Wilson Blvd. Ste: 916 strbenjr@yahoo.com Arlington, VA 22201 -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free ema...