Displaying 20 results from an estimated 6000 matches similar to: "help. newbie asterisk installation problem."
2006 Oct 23
1
astdb error, please help
Hello friends,
I am getting this error:-
Oct 23 15:47:22 WARNING[2124]: db.c:171 ast_db_put: Unable to put value '192.168.1.12:5060:300:15553695861:sip:23@192.168.1.12:5060' for key '23' in family 'SIP/Registry
I have no idea what it means. Please tell me what could be the problem.
With warm regards.
Vivek J. Joshi.
vivek@staff.ownmail.com
Trikon electronics Pvt. Ltd.
2006 Jan 11
2
Dial application newbie help
Hello friends,
I am a newbie to asterisk , please help. I am receiving a phone from a sip server and I want to route it to another sip server. The problem is that the target sip server takes a # in the argument . I am trying to dial as
exten => s,5,Dial(12345#123456789@xxx.xxx.xxx.xxx) ;;;; dial the number at the ip address.
When this gets executed, I get the following eror:-
2007 Jan 17
0
newbie asterisk 1.4 installation problem
Hello friends,
I am trying to install asterisk 1.4. I am configuring it as follows:-
./configure --prefix=/home/vivek/downloads/install/asterisk/
But still while running 'make install', it tries to install it in
/var/lib/asterisk/ and stops because of failing permissions.
I have provided it a prefix, But it doesn't install it there.
Can anybody tell me the solution for this. I
2006 Mar 06
3
Two asterisks on one machine
Hello friends,
Can I run two asterisks running simultaneously on the same machine? I want one to run v1.0.2 for h323 ( which is an old and running production system ) and one for sip implementation. I wonder how it can be done since they will want access to the same ports and ip addresses.
Does anyone know to do this or has done this before?
Please share your experiences please.
2005 Feb 18
5
Asterisk GUI
Hello,
I am trying to setup an Asterisk GUI with the help of astman(please visit
http://astman.sourceforge.net/am-user-guide.html).
I have installed astman and currently assessing my GUI using;
http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl
I am trying to get the menu options in my GUI to work but to no avail.
Currently my parameters are set to;
Asterisk Install Directory:
2003 Feb 28
34
Newbie question
I have an ATA-186 in a SIP configuration (following Shawn Djernes
how-to), but I get the following error at the asterisk console when I
try to call the phone connected to the ATA:
ioctl(ZT_LOADZONE) failed: Inappropriate ioctl for device
Failed to register zone 'United States / North America': No data
available
Everything works if I remove indications.conf from /etc/asterisk -
2006 Jan 04
2
H323 compilation Help needed
hi all im trying to compile h323 i have got the pwlib and openh323 working
that is simph323 is running properly but when i try to compile h323 in the
channels directory it gives me the following error can anybody please help
me with
[root@test src]# cd /usr/src/asterisk/channels/h323/
[root@test h323]# make opt
g++ -DNDEBUG -I../../include -Wmissing-prototypes -fPIC
-DP_LINUX=2.6.5-1.358
2012 Dec 30
1
combining databases for omega
From the documentation I've read, omega can read from multiple
databases, but I'm not sure how to go about this.
I have three databases created using omindex, currently located at
/var/lib/xapian-omega/data/share, /var/lib/xapian-omega/data/users, and
/var/lib/xapiax-omega/data/management
The quickstart guide says that in omega.conf database_dir should point
to the directory
2016 May 18
2
[GSoC 2016] Introduction - "Enabling Polyhedral Optimizations in Julia"
Thank you Vivek, I posted an according patch on phabricator. I also took
the liberty to change the design a little bit (based on the open projects
page http://llvm.org/OpenProjects.html). But take it with a grain of salt,
I'm no html expert :)
Best regards,
Matthias
Am Dienstag, 10. Mai 2016 19:48:21 UTC+2 schrieb vivek pandya:
>
>
>
> *Vivek Pandya*
>
>
> On Tue, May
2010 Nov 19
1
winbind - wbinfo problem - SOLVED
Hi John,
The same smb and winbind configuration ( same SUSE box ) works good other
Windows AD servers.
"#wbinfo -u" and "#wbinfo -g" returns the users and groups respectively.
Thanks for your great help !!!
what is the difference between "#net rpc" and "#net ads" ?..if you have
time, give some explanation..
Regards,
Vivek
On Mon, Nov 15, 2010 at 6:56
2018 Sep 07
2
An invalid directory pathname was passed
ubuntu at Ubunut:~$ sudo samba-tool dbcheck
Checking 264 objects
Checked 264 objects (0 errors)
On Fri, Sep 7, 2018 at 2:33 PM Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Fri, 7 Sep 2018 08:41:27 +0530
> Vivek Patil <vivek.patil at forgeahead.io> wrote:
>
> > Hi,
> >
> > No, I have nothing install or update anything on the server. I
2016 May 28
0
Updating RegMask inline
On Sat, May 28, 2016 at 7:33 AM, Matthias Braun <matze at braunis.de> wrote:
> static void setXXX(MachineInstr &MI, ...) {
> for (MachineOperand &MO : MI.operands()) {
> if (MO.isRegMask())
> MO.setRegMask(...);
> }
> }
>
> Ok this is what Mehdi Amini suggested. I will do that, but just to note
this will add method to MO so this change is not completely
2016 May 28
2
Updating RegMask inline
static void setXXX(MachineInstr &MI, ...) {
for (MachineOperand &MO : MI.operands()) {
if (MO.isRegMask())
MO.setRegMask(...);
}
}
> On May 27, 2016, at 7:02 PM, vivek pandya via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>
>
> On Sat, May 28, 2016 at 7:29 AM, Matthias Braun <matze at braunis.de <mailto:matze at braunis.de>> wrote:
>
2018 Sep 04
2
Samba AD and DNS stopped on RSAT
Hi Andrew,
Yes samba process still running. I can access my domain users on client
machine. I can add DNS record too using samba-tool. But I can not access
it's UI on RSAT.
-Vivek
On Tuesday, September 4, 2018, Andrew Bartlett <abartlet at samba.org> wrote:
> On Mon, 2018-09-03 at 12:33 +0530, Vivek Patil via samba wrote:
>> Hi All,
>>
>> I have live Samba AD DC
2016 May 28
1
Updating RegMask inline
Sent from my iPhone
> On May 27, 2016, at 7:02 PM, vivek pandya <vivekvpandya at gmail.com> wrote:
>
>
>
>> On Sat, May 28, 2016 at 7:29 AM, Matthias Braun <matze at braunis.de> wrote:
>>
>>> On May 27, 2016, at 6:55 PM, vivek pandya via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>>
>>>
>>>
>>> On
2016 May 28
1
Updating RegMask inline
Sent from my iPhone
> On May 27, 2016, at 6:55 PM, vivek pandya <vivekvpandya at gmail.com> wrote:
>
>
>
>> On Sat, May 28, 2016 at 12:23 AM, vivek pandya <vivekvpandya at gmail.com> wrote:
>>
>>
>>> On Sat, May 28, 2016 at 12:21 AM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>>>
>>> > On May 27, 2016, at 11:49
2018 Sep 07
2
An invalid directory pathname was passed
No, we didn't change on the ADUC. Actually now I am not able to manage users through ADUC. It says access denied. I checked my admin user with kinit and found no issue.
--Vivek P
________________________________
From: samba <samba-bounces at lists.samba.org> on behalf of Rowland Penny via samba <samba at lists.samba.org>
Sent: Friday, September 7, 2018 4:02:05 PM
To: samba at
2016 May 28
0
Updating RegMask inline
On Sat, May 28, 2016 at 7:29 AM, Matthias Braun <matze at braunis.de> wrote:
>
> On May 27, 2016, at 6:55 PM, vivek pandya via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>
>
> On Sat, May 28, 2016 at 12:23 AM, vivek pandya <vivekvpandya at gmail.com>
> wrote:
>
>>
>>
>> On Sat, May 28, 2016 at 12:21 AM, Mehdi Amini
2018 Sep 04
2
Samba AD and DNS stopped on RSAT
Yes, i mixed up two thing that is confusing you. Well., I did nothing
change on the server. And the smb.conf file is shared here is only from
server. Do you need any more file output here.
On Tuesday, September 4, 2018, Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Tue, 4 Sep 2018 00:21:19 +0530
> Vivek Patil <vivek.patil at forgeahead.io> wrote:
>
>>
2017 Mar 04
2
Why ISel Shifts operations can only be expanded for Value type vector ?
On Sat, Mar 4, 2017 at 1:19 PM, Bruce Hoult <bruce at hoult.org> wrote:
> If your target does not have SHL then why don't you simply disable
> converting MUL to SHL?
>
> MUL is converted to SHL by target independent passes when second operand
is power of 2.
-Vivek
>
> On Sat, Mar 4, 2017 at 8:22 AM, vivek pandya via llvm-dev <
> llvm-dev at lists.llvm.org>