Displaying 20 results from an estimated 26 matches for "company2".
Did you mean:
company
2015 Apr 07
5
Asterisk Inbound calls, multiple SIP accounts, calledID
...ly running on asterisk (pid = 32267)
> Verbosity is at least 12
> asterisk*CLI>
> asterisk*CLI>
> asterisk*CLI>
> == Using SIP RTP CoS mark 5
> -- Executing [s at incoming:1] *Set*("*SIP/Company1-00000797*", "*thedid=""NodePhone"<sip:Company2 at sip.internode.on.net
> <sip%3ACompany2 at sip.internode.on.net>>"*") in new stack
> -- Executing [s at incoming:2] *Set*("*SIP/**Company1**-00000797*", "
> *pseudodid="NodePhone"<sip:** sip:Company2**@sip.internode.on.net
> <http:...
2008 Jul 25
2
Strange checkpassword issue
I'm helping a friend setup a small mailserver using dovecot, and I'm
finding a strange problem with checkpasswd that I haven't had on my
servers.
How is the following debug output even possible?
Jul 25 12:12:20 company2 dovecot: auth(default): master out: USER 5 joe home=/var/mail/joe.com/joe/Maildir/ uid=1005 gid=1005
Jul 25 12:12:20 company2 dovecot: pop3-login: Login: user=<joe>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
Jul 25 12:12:20 company2 dovecot: POP3(joe): open...
2015 Apr 08
0
Asterisk Inbound calls, multiple SIP accounts, calledID
...t; s,2,Set(pseudodid=${SIP_HEADER(To)})
exten => s,3,Set(pseudodid=${CUT(pseudodid,@,1)})
exten => s,4,Set(pseudodid=${CUT(pseudodid,:,2)})
exten => s,5,Set(callersname=${IF($[ ${pseudodid} =
081...]?Company1:${callersname})})
exten => s,6,Set(callersname=${IF($[ ${pseudodid}
= 082...]?Company2:${callersname})})
exten => s,7,Set(callersname=${IF($[ ${pseudodid}
= 083...]?Company3:${callersname})})
exten => s,8,Set(callersname=${IF($[ ${pseudodid}
= 084...]?Company4:${callersname})})
exten => s,9,Set(callersname=${IF($[ ${pseudodid}
= 085...]?Company5:${callersname})})
exten =>...
2004 Nov 27
4
very newbie question
Hi everyone!
I have very simple question, how to limit SIP phone user making
calls to for example longdistant calls?
Maybe:
Put in his context in sip.conf
context which don't provide possibility to make such calls?
Is it correct?
thanks for any help,
regards,
Corvin
2015 Apr 08
0
Asterisk Inbound calls, multiple SIP accounts, calledID
...67)
> Verbosity is at least 12
> asterisk*CLI>
> asterisk*CLI>
> asterisk*CLI>
> == Using SIP RTP CoS mark 5
> -- Executing [s at incoming:1] *Set*("*SIP/Company1-00000797*",
> "*thedid=""NodePhone"<sip:Company2 at sip.internode.on.net
> <mailto:sip%3ACompany2 at sip.internode.on.net>>"*") in new stack
> -- Executing [s at incoming:2]
> *Set*("*SIP/**Company1**-00000797*",
> "*pseudodid="NodePhone"<sip:** sip:Company2**@sip.inte...
2010 Nov 09
0
Asterisk Voicemail Realtime and 'VirtualBoxing'
...he notification emails of course should be customized per wholesale
customer.
I added a 'mandate' table to the database and get this field by an AGI script
before calling VoiceMail to get the correct language and context name for
this particular mailbox. Let's call them company1 and company2
Then I do:
exten => s,n,AGI(getmandate.agi)
exten => s,n,Set(CHANNEL(language)=${MANDATELANG})
exten => s,n,VoiceMail(0${CALLERID(rdnis):2}@${MANDATE},u)
in voicemail.conf I have:
[company1]
serveremail=voicemail at company1.example.com
tz=european
emailsubject=[Customer 1 VM]: Neue Na...
2008 Jan 21
13
has_many with different primary key
I''ve got quite the ActiveRecord challenge, any help would be
appreciated.
In my current project Companies can have many reviews.
class Company < ActiveRecord::Base
has_many :reviews, :as => :reviewable
end
However, my company table, I have two different IDs to identify my
company.
id - This is the typical id we use for normal stuff
other_company_id - This is the id we use
2005 Sep 21
4
How to retrieve voicemail from an IP phone?
Hi,
How can I retrieve those voicemails using my ip phone? and how
will i confiugre it on asterisk?
Please help I'm very new in asterisk.
Thanks,
--
Ryan Pagquil
Infodyne Inc. - PhilOnline.com
3603 Antel Global Corporate Center
Do?a Julia Vargas Ave.
Ortigas Center Pasig City
Tel: 687-0715
Web: www.philonline.com
2004 Apr 03
7
Few question on HTB
...--------------------------------------------
> -
> Scenario: Restrict Server, Comp1 & Comp2 on given speed.
> --256kbps---|eth0(203.145.134.112/255.255.255.252)
> |----eth1(Server room) 56kbps (203.145.134.120/255.255.255.248)
> |----eth2(Company2) 80kbps (203.145.134.116/255.255.255.252)
> &
> (192.168.100.0/255.255.255.0)
> |----eth3(Company1) 120kbps(192.168.200.0/255.255.255.0...
2015 Apr 01
4
Asterisk Inbound calls, multiple SIP accounts, calledID
Hello all,
I have an Asterisk server (Asterisk 10.12.4) with multiple sip accounts
with the same service provides. We have 8 phone numbers in total.
Incoming calls from the public are all correctly directed to appropriate
office handsets. However, the display on the reception phone (the only one
i care about) is always showing the same "SIP/Account1_0843214321" rather
than the account
2004 Nov 28
0
Fwd: Re: very newbie question
...to for example longdistant calls?
>
> This is how I do it -
Thank you very much to all of you.
I have one more question which troubles me.
We have scenario:
(only SIP is considered now)
Subscriber A registered in Asterisk company1.org (eg. A@company1.org)
Subscriber B registred in Asterisk company2.org (B@company2.org)
How it is possible to make connection between those.
Their extensions (called party) (maybe I don't understand term extension
correctly) is not definied in corresponding extensions.conf. Extension
B is not definied in extension.conf in Asterisk A. etc.
Again many thanks f...
2010 Oct 11
1
MWI Assistance
Hi,
I'm struggling to get the MWI set up on a few Polycom phones.
The setup is like this.
I've got a few phones in the context called [company2_phones] and I've got a few mailboxes in the voicemail context [company2].
Therefore, for each entry in sip.conf (i'm actually using sip realtime if that makes a difference), i've entered "mailbox=1 at company2" (1 being the name of the mailbox)
However, the phone doesnt subs...
2006 Mar 21
2
Voice mail not working with Asteriks 1.2.5
...America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M
'hours'
[headoffice]
901=>111, Arshed User, mazhar@nettechltd.com
12 => 235, Mazhar User, mazhar@nettechltd.com
6412 => 235, Mazhar User, mazhar@nettechltd.com
[other]
1234 => 5678,Company2 User,root@localhost
And here is modules.conf file
[modules]
autoload=yes
noload => app_intercom.so
noload => chan_modem.so
noload => chan_modem_aopen.so
noload => chan_modem_bestdata.so
noload => chan_modem_i4l.so
load => res_musiconhold.so
noload => c...
2005 Feb 11
1
Asterisk-MySQL: Not loading voicemail config from MySQL
...or=yes|envelope=yes
;4073 => 1099,Bianca
Paige,bianca@biancapaige.com,,delete=1
;4110 => 3443,Rob Flynn,rflynn@blueridge.net
;
; Mailboxes may be organized into multiple contexts
for
; voicemail virtualhosting
;
[other]
;The intro can be customized on a per-context basis
;directoryintro=dir-company2
1234 => 5678,Company2 User,root@localhost
[voicepulse_connect_context]
9999 => 1234,Test User,myaddress@mydomain.com
100 => 700,Test Voicemail,myaddress@mydomain.com
[zonemessages]
eastern=America/New_York|'vm-received' Q 'digits/at'
IMp
central=America/Chicago|'vm-r...
2004 Apr 23
1
3 companies 1 card
Good day all
I want to put the openline4 card into a box that will support 3
different companies
I read the caller ID id fixed but now HOW DO I:
If a call come in for 12345 it plays company 1's welcome message
If a call come in for 98765 it plays company 2's welcome message
ens..
Does This make sense
Thanks
Altus
2004 Jun 14
1
Multiple tennants, two DIDs, One IAX provider
I would like to setup a system with two tennants with two seperate DIDs through one IAX provider account.
Is it possible to route the calls into different contexts based on the DID dialed?
I have searched and found nothing. I do not see anywhere in the console that says what DID was dialed so I am thinking two seperate accounts are needed to make this work. Can anyone confirm?
Thanks
2014 Jan 21
1
DNS Setup
hii guys
i have some issue with dns in samba 4
i have install and setup 2 samba dc in different Site
site2 dc joint to site1 dc, with internal dns
topology :
site1 --- openvpn server --- firewall --- wan --- openvpn client --- site2
192.168.1.0/24
192.168.2.0/24
in site1 i have some application let say
email server: mail.local.lan > 192.168.1.2
web server : web.local.lan > 192.168.1.3
2014 Aug 21
1
samba-tool user to edit users..?
Hi,
In our samba3 days, we provided a homedirectory like
\\filehost\username.
Now, with samba4 / ADUC using "\\filehost\username" gives the error:
"the home folder could not be created because: the network name cannot
be found". We have a little root preexec scripts creates the directory
and sets permissions, so ADUC only needs to accept the
2004 Oct 01
1
Configuring X Ten to make call using FX0
...nca Paige,bianca@biancapaige.com,,delete=1\par
;4110 => 3443,Rob Flynn,rflynn@blueridge.net\par
\par
;\par
; Mailboxes may be organized into multiple contexts for\par
; voicemail virtualhosting\par
;\par
\par
[other]\par
;The intro can be customized on a per-context basis\par
;directoryintro=dir-company2\par
1234 => 5678,Company2 User,root@localhost\par
1000 => 5566,Simon,faaib@sita.com.my\par
2000 => 2000,Sipura Mailbox 1\par
3535 => 5566,Simon,simon556@yahoo.com\par
}
2004 Jul 21
0
Asterisk sees inbound call, but won't answer
...39; Q 'digits/at' IMp
central=America/Chicago|'vm-received' Q 'digits/at' IMp
central24=America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M
'hours'
[default]
1234 => 4242,Example Mailbox,root@localhost
[other]
1234 => 5678,Company2 User,root@localhost
----------------------