search for: lcr

Displaying 20 results from an estimated 145 matches for "lcr".

Did you mean: lar
2006 Jan 23
1
How to set-up LCR
How to set-up LCR ? a. which companies can be used with LCR? b. how to set-up & maintain LCR? c. multiple connection to one gateway? Example: +886223456789 could be reachable via a. ENUM free b. Dundi free c. Voipstunt free d. Voipbuster free e. Nufone $ f. Voipstunt $ g. others with 4 c...
2008 Feb 12
3
LCR in Asterisk
Hi all, I am planning to implement LCR routing on my already running asterisk server. Uptill now i have found out that asterisk has no support for lcr, i have to do something about it myself, for example using the AGI. Im looking for ideas here. Whats the best way to start implementing lcr in asterisk. Should i use agi and start impleme...
2014 Mar 11
1
Linux call router
hello there, I am facing an issue with misd/misdnuser/lcr in the system I am running debian 7 and I managed to install from git misdn/misdnuser but in lcr I am getting: chan_lcr.c: In function 'load_module': chan_lcr.c:3520:24: warning: assignment makes pointer from integer without a cast [enabled by default] make[2]: *** [chan_lcr.po] Error 1 ma...
2006 Jan 20
0
[ANNOUNCE] Asterisk::LCR released on CPAN
Hi, After a few extra days of hard work, debugging, and many coffees, I am pround to announce that Asterisk::LCR has been released on CPAN. Asterisk::LCR is an open-source, Perl-based collection of tools to help you manage efficiently multiple VoIP providers with your Asterisk installation. It is capable of importing providers rates from multiple providers, comparing these rates, and generating optimized...
2006 Jun 16
2
MOS Scores and LCR
Is there any tool that can do LCR for Asterisk but also take into account MOS scores? Is it possible to automatically generate MOS scores on random "calls" so as to keep an updated database on a per provider, per destination, per time-of-day score? Hopefully, with that information we can create a better LCR modul...
2005 Aug 16
8
Asterisk and LCR
Hello, How do you guys implement LCR in Asterisk? Thanks,
2012 Jun 19
0
Asterisk with LCR -> chan_lcr needed?
Hello, I short question: I want to connect Asterisk to OpenBSC with mISDN, mISDNuser and LCR. Do I need chan_lcr? I have: Asterisk 1.8 mISDN .v2 integrated in Kernel 3.0.22 mISDNuser lcr 1.7 HFC-E1 Evaluation board from cologne chip I tried to configure Asterisk with <./configure --prefix=/usr/src/lcr --with-gsm-bs> and it runs without errors, But make and make install didn't...
2004 Jun 02
1
Fax Recognizion without Answer? How to Supress this?
..., we have a PRI (E1) to a carrier and a second one to a legacy PBX: DTAG ---pri---- * ------ Hicmo (PSTN) | | Sip and more Many normal inbound calls are direcly routed to the hicom. Outbound calls from the Hicom go through LCR and then to PSTN. Inbound faxes are working, but outbound faxes from hicom to pstn are recognized as faxes and * tries to forward the call to "fax". I do not answer this calls... == Spawn extension (Amt595xxx-In, 595164, 1) exited non-zero on 'Zap/14-1' -- Hungup 'Z...
2005 Sep 26
0
Areskicc LCR problem
...every credit for this software and I would like to say Thank you to Arezqui who wrote the software. Now there is one last thing before my whole asterisk calling card become prefect. And I am wondering whether anybody may know the answer of this. I created some rate card. And choose to do LCR. For a few routes I put cost to be 0 which I got those for free i.e I can call those country for free and then along side there is another rate card where my cost for those route is 0.01. Therefore when I choose LCR, I expect the Areskicc to choose the route for 0 and not the 0.01 route. But unfo...
2005 Aug 23
1
Asterisk set-up for LCR
Hi, This is what I want to do: 1. Asterisk to answer calls via DID's, currently using SIPGATE 2. Provide a menu, and allow users to dial out. 3. According to the country and area they dial, the call should connect via one of up 4 carriers depending on cost. 4. If the carrier is busy it should go to the next one in line and so forth. I have tried to set this up, but it never answers the
2009 Jan 14
1
Ordinal Package Errors
...rd.c:73: warning: ?a0a? may be used uninitialized in this function gcc -m32 -std=gnu99 -I/usr/include/R -I/usr/local/include -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c lcr.c -o lcr.o lcr.c: In function ?lbr?: lcr.c:247: warning: ?p? may be used uninitialized in this function gcc -m32 -std=gnu99 -shared -L/usr/local/lib -o ordinal..so dist.o kord.o lcr.o -L/usr/lib/R/lib -lR ** R ** data ** preparing package for lazy loading Loading required package: rmutil Attachi...
2004 Jan 12
2
LCR / Trollphone Rate Engine
Hi. Thank you to Olle, the Wiki, and Trollphone. I found the Trollphone Rate Engine listed on the Wiki at: http://www.voip-info.org/wiki-Asterisk+addon+rate-engine I'm not familiar with LCR yet, but this is something that I need to do. I have it all installed but am not familiar with the terminology. Can someone help me maybe figure out what some of these fields are for? mysql> describe egress; +-------------+------------------+------+-----+---------+----------------+ | Field...
2007 May 12
3
Asterisk High-Capacity Stability
...don't plan to do any transcoding. I read the voip-info page on dimensioning and it seems theres some mixed feelings about Asterisk in high-capacity environments. I guess I'm looking for input as to whether Asterisk could handle roughly one DS3's worth of calls (672 calls) just doing the LCR (I've seen some pre-built LCR apps, looks like they all do on-the-fly MySQL queries- I think I'd write my own AGI that would use a cache). With my hardware, could Asterisk run stable for this amount of traffic? What stability issues does Asterisk have at this scale? On 5/12/07, Alex Bala...
2004 Dec 06
0
auto-dialout not doing LCR
Hello asterisk-users. I have the following dial-plan: [test] exten => 482,1,Dial(OH323/106@192.168.2.73,10) exten => 482,n,Dial(OH323/102@192.168.2.73,10) exten => 482,n,Dial(OH323/103@192.168.2.73,10) exten => 482,n,Dial(OH323/104@192.168.2.73,10) exten => 482,n,Dial(OH323/105@192.168.2.73,10) exten => 482,n,Dial(OH323/106@192.168.2.73,10) When I call exten =>
2005 Jan 03
0
Dialplan, LCR
Dear All, I have two questions. 1. How can I distribute equally the outgoing calls between channels in a group? I'd like to send outgoing calls on 2 ISDN GSM adapter. I need to use the GSM subscriptions approximately equally. 2. When all of the channels are busy in the first outgoing channel group. How can I send out the call on another group? N+101 is for this problem? Regards, Repas
2005 Mar 14
1
LCR Question - Keep one trunk free
Hi all, Got an interesting question here. We have 2 incoming ISDN channels (linked to a local phone number that our customers call), and an account with a local IP provider. We use the ISDN for local, 13 calls - 13 is a call who's destination depends on the originating call (no point putting it through the IP provider as it will think we are calling from the wrong city and may not get
2005 May 29
1
LCR
Ladies and Gents.... Please be patient as I try to explain what I am trying to achieve.. I have a PSTN line and a Freshtel account, what I want to do is have the PSTN line as the first choice for outgoing calls for local calls and Freshtel as the second choice. The problem is that it's easy enough to set up both individually but how do I get the "second choice" drop the leading
2008 Aug 03
1
Least Cost Routing
Hello, does anyone know of a good calling card solution for asterisk that is able to do lcr? Does astcc do this? I've been searching around and I can find some lcr modules/apps but none that incorporate prepaid card functionality. Regards, Igor H.
2014 Jan 30
0
asterisk ISDN
hello there. i do have debian 6 in alix 2d13 that runs asterisk 11.7. i do need to interface an ISDN line to asterisk and i bought an external isdn card usb. it is a dlink du 128ta. i have seen that i need misdn and lcr. in a clean install of debian 6.0.8 i installed through git the misdn and misdn user. unofortunatelly i am stuck with the lcr. i have installed misdn, misdnuser and LCR through git from misdn.eu. i am not familiar with LCR, but with dadhdi. i do not know how to place calls from asterisk through LCR...
2004 Jun 18
2
Testing UK emergency dialing and LCR.
Hiyall. Just wondering how people test your emergency dialing in the UK. Obviously you need to dial the 999 for emergency services, but am a bit unsure if this would go down too well with the operator with a 'sorry just testing' call. (you do all /test/ your emergency dialing dont you!?:-) ) As another thing, what is the correct method when using least cost routing... If you have a