similar to: cannot make app_prepaid

Displaying 20 results from an estimated 500 matches similar to: "cannot make app_prepaid"

2006 Nov 04
2
app_prepaid won't load - undefined symbol mysql_num_fields
Hi all, I am running Fedora Core 5 on an Intel Server board with 2GB memory and kernel 2.6.18-1.2798.fc6 . I am running asterisk-1.2.10 from bristuff-0.3.0-PRE-1s. I have a mysql-version of app_prepaid which builds properly but when I run asterisk -gc I get the following: [root@myserver /]# asterisk -gc Asterisk 1.2.10-BRIstuffed-0.3.0-PRE-1s, Copyright (C) 1999 - 2006 Digium, Inc. and others.
2004 Jun 18
1
app_prepaid NAT issue
I was able to get app_prepaid working, but unfortunately I am getting one way audio on the phone that I was placing the call from. It is behind NAT. It appears that the app_prepaid is not taking this into consideration since I see: Jun 18 17:46:25 DEBUG[1133742896]: chan_sip.c:4130 build_route: build_route: Contact hop: <sip:7708183799@192.168.1.101:5060;line=jet7pbic> Jun 18 17:46:25
2004 Jun 10
3
FW: question about prepaid app_prepaid
Hi, I have compiled and installed app_prepaid module. But have problem when connect to postgres database. I guess so because after key in card number, it always play prepaid-no-aaa voice file. Anyone succeeded in configuring the app_prepaid for prepaid calling service for asterisk? Please help. Ps: where can I view the log file for this module. Thanks. Tom --------------
2004 Jun 10
1
RE: question about prepaid app_prepaid
Hi, As you asked, I have included my diff to what I did for the DIAL command. I probably didn't stick to some * pre-agreed standard of coding or something, so if these things offend you then I suggest that you close your eyes. :) The biggest thing to consider when you are doing a prepaid system is, what if the person with the same account in/out calls twice? I chose, for now, just to keep
2004 Jun 23
6
Which Linux ?
Hi there, linux got so many distro, but which one that have more compability with the Asterisk? Regards, Freddys
2004 Jun 16
1
Modified Prepaid Error
I am trying to install the Modified Prepaid App. I have installed PostgeSQL, created the tables, etc. Make Install runs ok. The when I try to launch asterisk (asterisk -vvvvvgc), it fails to run. I get the following errors, 1st error: [app_prepaid.so] => (Prepaid Application) == Parsing '/etc/asterisk/prepaid.conf': Found Jun 16 14:27:27 ERROR[-1085267840]: app_prepaid.c:127
2008 Apr 23
2
prepaid on the trunks
if i have this setup: [sip users] -- [asterisk] --- [as5300] --- [pstn] asterisk will talk to as5300 using sip. i will use as5300 as a trunk on the asterisk so sip users can call out to pstn. what i would like to is do prepaid on those trunks, not on the sip users. sip users can call any other sip users . i want to do it that way coz i'm trying to build a multi-tenant pbx, and i will use
2004 Dec 17
1
modified prepaid application
how can we integrate the modified-prepaid application with asterisk because when i compile the app_prepaid it gives bunch of errors.
2008 Dec 03
1
Dynamic loading changed in asterisk 1.4
Hi all, I have browsed through a couple of posts that deal with the failure of applications that originally worked on asterisk 1.2 but fail on asterisk 1.4, but can't seem to understand what I need to change in my installation. I also went through the CHANGES.txt file in my asterisk source directory, and still was none the wiser. I have a a MySQL integrated Prepaid application which worked
2005 Jan 07
2
Asterisk 1.0.2 - Unable to allocate channel structure
Hi, This morning I had some failed calls. On the console (and in the log) I saw the error "Unable to allocate channel structure". Before I restarted the process, I checked it's memory usage in ps and glanced at my free memory in top. Asterisk was using a normal ammount of memory, about 40M. I don't think this was a system limit. This was running Asterisk v1.0.2. Below is
2000 Aug 26
0
smbsh - Samba 2.0.7 - Solaris 2.6? Thanks!
Hi Oka, It worked! All works fine in the tcsh. Thanks! Kurt ----- Original Message ----- From: Stam, Kurt To: 'kurt@oneheartbreak.com' Sent: Friday, August 25, 2000 4:33 PM Subject: FW: smbsh - Samba 2.0.7 - Solaris 2.6 -----Original Message----- From: Oka Setiawan [mailto:oka@indigopool.com] Sent: Friday, August 25, 2000 4:37 PM To: Stam Kurt Subject: RE: smbsh - Samba 2.0.7 -
2004 Jun 22
0
Modified Prepaid App Database error
Prepaid app can not connect to the database, [app_prepaid.so] => (Prepaid Application) == Parsing '/etc/asterisk/prepaid.conf': Found Jun 22 14:38:43 ERROR[-1084964736]: app_prepaid.c:127 check_connected: app_prepaid: cannot connect to database server localhost. Calls will not be logged == Registered application 'Prepaid' Here is pgsql confs; pg_hba.conf: ------------
2004 Jun 09
7
Dyn Exten
Hi: Is DynExtebDB module still working?? -- JO
2004 Jun 11
3
Simplified Voicemail app / keeping peace with cohabitants
Hello, I have modified the VoiceMailMain application to satisfy the request of the "local users", i.e., my wife. She lost patience with too many options (we have one mailbox, so we don't need to forward messages, or reply to messages, or file them in 6 different folders...) So the modified app says "Message 1", reads the message, "Message 2", reads...
2004 Dec 10
2
Shorewall and IPSEC
I setup some IPSEC between 2 networks. From 1 network I can ping the other networks local connection but not anything beyond that. Network A - 10.0.1.1 (loc) 23.23.23.23 (net) Network B - 10.0.2.1 (loc) 44.44.44.44 (net) I''m on local machine 10.0.1.10 on network A, I can ping 10.0.2.1 but I cannot ping a machine on that network ex. 10.0.2.200. I was thinking it probally has to do
2004 Jun 14
5
Prepaid application error
Hi, I successfully installed postgres and prepaid application in my asterisk box but after I digited the code I receive this error: ERROR: Function asterisk_authenticate("unknown", "unknown") does not exist Unable to identify a function that satisfies the given argument types You may need to add explicit typecasts -- Playing 'prepaid-no-aaa'
2006 Jul 13
3
How do I pass parameters to my program when using WINE?
Hello, I'm trying to figure out the proper way of passing parameters to my program that is being run by WINE. I've been trying different things I've found in Google, but none have seemed to work yet. The parameters work in a Windows environment, so I do believe the program is okay. This is on a SUSE/SLES 9 machine using WINE .917. If I want to pass the parameter
2016 Feb 10
2
Best place to issue tickets for Digium phones ?
Hello, I've recently given a try to a Digium D70 phone. At the moment, I'm configuring them though config files with a DHCP server and not using DPMA. Of course, I'm connecting them to Asteris (PJSIP stack on 13.7.0). Which is the best place to: - read about past issues - open new tickets for remaining issues. Best regards -------------- next part -------------- An HTML attachment
2008 Mar 12
3
net join fails NT_STATUS_INVALID_COMPUTER_NAME
We want to join out Linux-Server: SLES 10 SP1 x86 with Samba (samba-client-3.0.24-2.23) to our W2000 Domain. so i use the command: net join -S TQ-NET.DE -UAdministrator and i get the following Errormessage: Failed to join domain! ADS join did not work, falling back to RPC... [2008/03/12 12:07:29, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(350) Error in domain join verification
2004 Apr 29
2
conference & sip
Good day all I've installed asterisk with sip on my LAN,no special cards,if done sip.conf and extensions.conf and all work 100,I'm using x-lite as a client. I'm trying to do conferencing.What I did was to has out the meetme.conf looks like [rooms] conf => 9876 conf => 2345,9938 and extension.conf exten => 9876,1,MeetMe,9876 When I go onto x-lite and type 9876 it gives me