Displaying 20 results from an estimated 56 matches for "9999999999".
2009 Feb 06
1
set caller id on outgoing calls through BRI ISDNlines
Use Set(CALLERID(num)=9999999999) instead of using CALLERID(all).
Remember to set this BEFORE you Dial.
-->> -----Original Message-----
-->> From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-
-->> bounces at lists.digium.com] On Behalf Of Vieri
-->> Sent: 06 February 2009 1...
2009 Feb 06
1
set caller id on outgoing calls through BRIISDNlines
...ts.digium.com
-->> Subject: Re: [asterisk-users] set caller id on outgoing calls
through
-->> BRIISDNlines
-->>
-->> Thanks but it still doesn't work.
-->> I did:
-->>
-->> -- Executing Set("SIP/4053-b23c5280",
"CALLERID(num)=9999999999")
-->> in new stack
-->>
-->> before Dial(), of course.
-->>
-->> I've read somewhere that the misdn debug message:
-->>
-->> -->> P[ 1] --> TON: Unknown
-->>
-->> may mean that the carrier did not recognize the...
2004 Dec 16
1
Calls arent handled by asterisk - destruction of call
...s,n,DigitTimeout,5 ; Set Digit Timeout to 5 seconds
exten => s,n,ResponseTimeout,10 ; Set Response Timeout to 10 seconds
.and so on.
That's all I have.have I missed something?
Debug output from call:
192.1.1.1=my server
0123456789=my number at SIP-provider
9999999999=the number I'm calling from
213.132.103.213, 212.112.162.50=my SIP providers IPs
==========================================
Sip read:
INVITE sip:s@192.1.1.1 SIP/2.0
Record-Route: <sip:213.132.103.213:5060;transport=UDP;lr=true>
Via: SIP/2.0/UDP 213.132.103.213:5060;branch=z9hG4bK-f7...
2016 Aug 26
3
Configuration of smb.conf for Active Directory authentication
...y = ADS
workgroup = SUBDOMAIN
realm = SUBDOMAIN.DOMAIN.COM
log file = /var/log/samba/%m.log
log level = 1
idmap config CORP: backend = ad
idmap config CORP: schema_mode = rfc2307
idmap config CORP: range = 1000-9999999999
idmap uid = 50-9999999999
idmap gid = 50-9999999999
winbind nss info = rfc2307
allow dns updates = nonsecure
[public]
path = /srv/samba/share
available =...
2007 Nov 21
1
Caller ID Question
We just installed an Asterisk 1.4 system and have a Polycom 501 phone we
are using to test it. We have a PRI installed as well and it works well.
The problem....
When a call is incoming, the caller id says:
9999999999
sip:9999999999 at 10.0.0.1
how do you get it to just say 9999999999 and remove all of the rest?
Thanks
2010 Feb 18
0
ISDN phone not ringing. ISDN PBX not answering?!
...p(${EXTEN})
[isdn1]
exten => _X.,1,Dial(SIP/${EXTEN}@sipgate,30,trg)
exten => _X.,n,Hangup
[from-sipgate]
;Skype issues
exten => _X.,1,GotoIf($["${CALLERID(num)}" != "anonymous"]?notanonymous)
exten => _X.,n,NoOp(Changing Caller ID number from ${CALLERID(num)} to 9999999999})
exten => _X.,n,Set(CALLERID(num)=9999999999)
exten => _X.,n(nowanonymous),NoOp(The number shown in the CALLERID NUMBER field is ${CALLERID(num)})
;Call Handset
exten => _X.,n,Dial(DAHDI/g1/${EXTEN})
exten => _X.,n,Congestion
exten => _X.,n,Busy
exten => _X.,n,Hangup
EOF
Outpu...
2009 Feb 06
0
set caller id on outgoing calls through BRI ISDN lines
...aller id to a specific DID number we own, the callee keeps seeing the "top-level" number, as though the CALLERID function had no effect.
When dialing out on the BRI lines I see this in *CLI:
-- Executing Set("SIP/4053-b2ba5a28", "CALLERID(all)="My Name" <9999999999>") in new stack
where 9999999999 is a valid DID number.
My telephony provider swears that if the BRI lines are connected to our PBX then we can set whichever caller id we want.
How can I be sure that they are right?
What can I do to see if Asterisk is failing to set the caller id and why...
2004 Dec 15
1
Easy question? Get started with the Demo
...gt; s,n,DigitTimeout,5 ; Set Digit Timeout to 5 seconds
exten => s,n,ResponseTimeout,10 ; Set Response Timeout to 10 seconds
and so on
That?s all I have
have I missed something?
Debug output from call:
192.1.1.1=my server
0123456789=my number at SIP-provider
9999999999=the number I?m calling from
213.132.103.213, 212.112.162.50=my SIP providers IPs
==========================================
Sip read:
INVITE sip:s@192.1.1.1 SIP/2.0
Record-Route: <sip:213.132.103.213:5060;transport=UDP;lr=true>
Via: SIP/2.0/UDP
213.132.103.213:5060;branch=z9hG4bK-f73cba...
2006 Nov 06
2
FC6 and winbind separator ignored?
...eneral options
workgroup = AVWORLD
netbios name = LEORAY-FEDORA
realm = XXXX.COM
password server = cricket.XXXX.XXX
security = ADS
encrypt passwords = yes
preferred master = no
#winbind separator = +
printcap name = cups
printing = cups
# winbind options
idmap uid = 10000-9999999999
idmap gid = 10000-9999999999
winbind enum users = yes
winbind enum groups = yes
template homedir = /home/%D/%U
template shell = /bin/bash
(winbind separator is commented so that the default of \ is used).
I have been able to do a kinit username@DOMAIN.COM and then a net ads join
with no...
2016 Aug 26
1
Configuration of smb.conf for Active Directory authentication
...log file = /var/log/samba/%m.log
log level = 1
idmap config *: backend = tdb
idmap config *: range = 2000-9999
idmap config CORP: backend = rid
idmap config CORP: schema_mode = rfc2307
idmap config CORP: range = 1000-9999999999
template shell = /sbin/bash
template homedir = /home/%U
[public]
path = /srv/samba/share
public = yes
guest ok = yes
writable = yes
"
As for your question:
"Why have you also added the deprecated 'idmap uid...
2005 Aug 08
1
Transfer a call from cell phone (pseudo-disa)
...)
exten => s,5,Dial(Local/${DIALNUM}@unlimited/n) ;DIAL INTERNAL EXTENSION
exten => s,6,Playback(call-terminated)
exten => s,7,Goto(aa_chris_start,s,1)
exten => s,8,Gotoif($[${LEN(${DIALNUM})} = 7]?s,9:s,14) ;IF 7 DIGITS DIALED, ITS LOCAL, PREPEND THE AREA CODE
exten => s,9,SetCIDNum(9999999999)
exten => s,10,Dial(${IPTRUNK}/360${DIALNUM},,T)
exten => s,11,Dial(SIP/360${DIALNUM}@telasip-gw,,T)
exten => s,12,Playback(all-circuits-busy-now)
exten => s,13,Goto(aa_chris_start,s,1)
exten => s,14,SetCIDNum(9999999999) ;NUMBER ISNT 7, OR LESS THAN 5 SO AREA CODE WAS ADDED
exten =&...
2005 Aug 15
1
Transferring from cell phone
...)
exten => s,5,Dial(Local/${DIALNUM}@unlimited/n) ;DIAL INTERNAL EXTENSION
exten => s,6,Playback(call-terminated)
exten => s,7,Goto(aa_chris_start,s,1)
exten => s,8,Gotoif($[${LEN(${DIALNUM})} = 7]?s,9:s,14) ;IF 7 DIGITS DIALED, ITS LOCAL, PREPEND THE AREA CODE
exten => s,9,SetCIDNum(9999999999)
exten => s,10,Dial(${IPTRUNK}/360${DIALNUM},,T)
exten => s,11,Dial(SIP/360${DIALNUM}@telasip-gw,,T)
exten => s,12,Playback(all-circuits-busy-now)
exten => s,13,Goto(aa_chris_start,s,1)
exten => s,14,SetCIDNum(9999999999) ;NUMBER ISNT 7, OR LESS THAN 5 SO AREA CODE WAS ADDED
exten =&...
2019 Sep 04
4
Samba, Time Machine, and ADS
...al]
client signing = mandatory
server signing = mandatory
kerberos method = secrets and keytab
load printers = no
realm = AD.EXAMPLE.COM
security = ADS
workgroup = AD
idmap config *:backend = tdb2
idmap config *:range = 1000-9999
idmap config AD:backend = ad
idmap config AD:range = 10000-9999999999
log file = /var/log/samba/log.%m
max log size = 1000
log level = 5
netbios name = MYHOST
server string = Samba %v (%h)
vfs objects = catia fruit streams_xattr
fruit:time machine = yes
fruit:time machine max size = 1024G
[TimeMachineBackup]
writeable = yes
browsable = yes
path = /var/time...
2016 Jul 12
3
Failed to find domain Unix Group
...-2016 17:40, Rowland penny escreveu:
> OK, you posted your smb.conf from your fileserver, it contained these
> lines:
>
> workgroup = SERVER
>
> and
>
> idmap config SERVERAD: backend = rid
> # I changed values for test
> idmap config SERVERAD: range = 1000000000 to 9999999999
>
> I understand you changed the workgroup to post your smb.conf, but are
> the actual names for 'SERVER' and 'SERVERAD' the same in your
> smb.conf, because they should be.
>
> This doesn't explain why you are getting private groups, could you
> check yo...
2005 Feb 12
4
Samba/LDAP documentation
List, documenters;
I'd like to exchange notes about the official Samba 3 LDAP doco.
I'd like to do this off list, since doing it on list would simply confuse
and confound users wit perfectly working systems.
Background:
Me, Samba relative newbie, though I can get *everything* Samba-orientated
to work simply by using umpteen years Unix experience. Many years as
Openldap admin. With
2016 Aug 26
0
Configuration of smb.conf for Active Directory authentication
...t; realm = SUBDOMAIN.DOMAIN.COM
>
> log file = /var/log/samba/%m.log
> log level = 1
>
> idmap config CORP: backend = ad
> idmap config CORP: schema_mode = rfc2307
> idmap config CORP: range = 1000-9999999999
I thought you were advised to use the 'rid' backend
> idmap uid = 50-9999999999
> idmap gid = 50-9999999999
Why have you also added the deprecated 'idmap uid' & 'idmap gid' lines,
they are n...
2016 Aug 24
3
Configuration of smb.conf for Active Directory authentication
I've been working through a guide documenting how to do this at https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member and am presently deciphering what needs I have in my winbind configuration.
In doing so, I've come across the 'passdb backend = ldapsam' option and am curious if I can use this, and if it is wise, identifying that key exchange is complex and a
2016 Jul 12
3
Failed to find domain Unix Group
...rom your fileserver, it contained
>>> these lines:
>>>
>>> workgroup = SERVER
>>>
>>> and
>>>
>>> idmap config SERVERAD: backend = rid
>>> # I changed values for test
>>> idmap config SERVERAD: range = 1000000000 to 9999999999
>>>
>>> I understand you changed the workgroup to post your smb.conf, but
>>> are the actual names for 'SERVER' and 'SERVERAD' the same in your
>>> smb.conf, because they should be.
>>>
>>> This doesn't explain why you are...
2012 Oct 02
2
Efficient Way to gather data from various files
...6 999999999
etc.
Where I currently have a dataset that has
ID
1AB
1AC
etc.
And there are several DBF files that are in folders i.e.
"folder1/1AC/folder2/blah.dbf"
This dbf looks like
run Stat
1 10
2 10
3 999999
4 100000000000
5 100000000
6 9999999999
7 100000000
8 10
9 10
10 10
11 1000000
I know i could do this with a loop, but I can't see the efficient, R way.
I was hoping that you experienced R programmers could give me some
pointers on the most efficient way to achieve this result.
Sam
[[alternative HTML version...
2013 Sep 25
2
users can not hear the audio playback sometimes
...rom asterisk logs.
Thanks
Shantanu
-------------- next part --------------
[2013-09-25 13:57:33] VERBOSE[1380] netsock2.c: == Using SIP RTP TOS bits 184
[2013-09-25 13:57:33] VERBOSE[1380] netsock2.c: == Using SIP RTP CoS mark 5
[2013-09-25 13:57:33] VERBOSE[9745] pbx.c: -- Executing [09999999999 at from-internal:1] Macro("SIP/1002-00000292", "user-callerid,LIMIT,") in new stack
[2013-09-25 13:57:33] VERBOSE[9745] pbx.c: -- Executing [s at macro-user-callerid:1] Set("SIP/1002-00000292", "AMPUSER=1002") in new stack
[2013-09-25 13:57:33] VERBOSE[97...