similar to: php agi trixbox help

Displaying 20 results from an estimated 700 matches similar to: "php agi trixbox help"

2007 Aug 04
2
text2wave Voices Improvements?
I currently have an AGI that calls the Festival text2wave app to write a wav file that my dialplan plays into a call with the Background() command. But the voice sounds terrible: like SAM, the 1980s 6502 voice synthesizer. I tried to slow it down by calling (text2wav -eval "(Parameter.set 'Duration_Stretch 1.4)" -scale 2.0 [...]), but it still sounds like it's talking while
2007 Jan 15
1
phpagi transfer example
Hi, i want to to this thing with php AGI: #!/usr/local/bin/php -q <?php set_time_limit(30); require('phpagi.php'); error_reporting(E_ALL); $agi = new AGI(); $agi->answer(); $cid = $agi->parse_callerid(); $agi->text2wav("Hello, {$cid['name']}."); $agi->text2wav('Enter some numbers and then press the pound key. Press 1 1 1 followed by the pound key
2006 Dec 22
2
System Application with java
Hi, I created a script named example2.sh which goal is read some text from my HP Service Desk using an application in java and send this text to the text2wave application for TTS. example2.sh java -Xbatch Example10 | text2wave -f 8000 -o /var/lib/asterisk/sounds/my-sd.wav When I execute the script in prompt, everything is ok, but when I use the system() command in my extensions.conf it isn?t
2009 Jan 09
8
Spurious hangups on Sangoma A102d, Trixbox 2.6.1
[also posted on Trixbox trunk forum] I am also working with Sangoma directly to debug this, but so far no real luck. TrixBox 2.6.1, A102d card with V33 firmware (latest) and WANPIPE 3.2.6 (3.2.7 is out, but nothing has changed that would affect this problem). The system gets about 200 calls inbound on the trunk, which is not very heavily used, and of those calls one or two a day is randomly
2005 Jan 26
1
Inbound analog Telco line not answered
I have an X100P clone hocked up to an analog line of my PRI. I can use it to dial out. but when I call the extension it answers and says "GOODBY" I have a Livevoip DID which successfuly rings to ext 202 I am using asterisk@home and through the AMP inface the line should ring to ext 202 Below are Asterisk Messages, Extensions.conf and Extensions_additional.conf Extensions.conf
2011 Jul 13
1
Connect Avaya to Asterisk PBX
Hi List, I have another issue on allowing outgoing calls to PSTN on Asterisk via Avaya Phones, I hope that anyone could help me fix this issue: *When I dial through Avaya phone i just here a "good bye message" reply from asterisk server. And here is the log:* == Starting OOH323/(null)-b7db8aa0 at internal,s,1 failed so falling back to exten 's' == Starting
2009 Oct 31
2
Calls disconnects after short time
Hello, My client customers complaining that their calls suddenly get hung-up, I am just investigating if the problem from my side, I had a log of a hang-up case, Does it help to know if there is a problem that can be resolved from my side? elastix*CLI> -- Hungup 'IAX2/99999-6813' == Spawn extension (macro-dialout-trunk, s, 19) exited non-zero on
2005 Feb 18
1
Asterisk@home festival weather report
This script was developed by Mark Johnson. All I did (Dean Collins) was type up the instructions and make it easy to understand. This Script will allow you to dial and extension number on your Asterisk@home V0.6 or later pabx and have it read you the weather for your city How it does this is; 1/ When you dial your extension it causes the weather.agi script to run 2/ This makes the program
2007 Sep 26
1
Routing issue
Hi list I'm kinda new to asterisk and I'm woriking for a company that sells Asterisk solutions and appliances. I installed TrixBox on a litle PC @ home and a x100p card which is recognized as a Zaptel card, I made some in/outbound routes and they seem to work but I have a problem with SIP softphones. I created 2 estensions 1000 and 1001 they're both in different cities, when I 1000
2011 Sep 28
2
PSTN connectivity
Hi All, I am trying to connect my asterisk box with freepbx to PSTN. I have purchased x100p FXO card and installed in my asterisk server. My freepbx detected the x100p FXO card and i can see the card specific details in command line. I have configured the following things. 1. OUTBOUND caller id and Dialing rules in Freepbx. 2. INBOUND route When i call to the PSTN number before
2010 Feb 25
1
Asterisk n-way DTMF detection
Hello, I have setup the n-way conferencing with Asterisk and it's working when I use with my budgetone 100 phone but it doesn't work for any of the voip software or other ATA that I have. When I turned the debug on, I see that the correct keys (*0) were entered but asterisk doesn't detect the signal to trigger the features event. I have set a test extension to get the input dtmf key
2010 Mar 26
2
dnd not working correctly
i have posted this question couple of times and never really got any hits i wasn't able to provide any debug info Connected to Asterisk 1.6.0.21 currently running on phoneserver (pid = 3309) Verbosity is at least 4 == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 == Using SIP VRTP TOS bits 136 == Using SIP VRTP CoS mark 6 == Extension Changed 117[ext-local] new
2013 Feb 16
1
Dial failed due to trunk reporting BUSY - giving up
Hi this message give me when I calling a number than actually not busy: "Dial failed due to trunk reporting BUSY - giving up" max channel is unlimited and sometimes it dial number ok but most of the time it gives me this error. Please inform me how can solve this problem. thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Jun 11
2
Call ended after 31 seconds
Hi people, I have a problem with some extensions. The calls are ended after 31/35 seconds, also, it depends on the number which I call. This is the log, but I've not been able to find something wrong... Any ideas? [Jun 11 15:50:46] DEBUG[26071] app_macro.c: Executed application: ExecIf [Jun 11 15:50:46] VERBOSE[26071] logger.c: -- Executing [s at macro-dialout-trunk:16]
2012 Aug 22
1
recording calls
I am trying to record calls on demand both inbound and outbound calls. I can record outbound calls just fine but not inbound calls or calls from an internally between extensions. I am using the latest asterisk 1.8.x certified version. On an outbound call I see: == Using SIP RTP CoS mark 5 -- Called SIP/ BVTrunk /7190000000 -- SIP/BVTrunk-00000163 is making progress passing it to
2011 Mar 15
1
Passing an argument to a macro within an Originate command
Hi, With Asterisk 1.8.3, I can't figure out how to pass an argument to a macro which is used within an originate command. Here is my sample dialplan to illustrate: exten => 123,1,Answer() exten => 123,n,Originate(SIP/20,app,Macro,foo,bar) exten => 123,n,NoOp(This is the NoOp after the originate command) exten => 123,n,Wait(30) exten => 123,n,Hangup() [macro-foo] exten =>
2009 Oct 20
3
troubleshooting NAT
Can anyone tell me how to troubleshoot NAT issues? We had Freepbx look at your install and they said we are having a NAT problem but didn'ttell me if it was with the asterisk conf or the Cisco ASA. _________________________________________________________________ Hotmail: Trusted email with Microsoft?s powerful SPAM protection. http://clk.atdmt.com/GBL/go/177141664/direct/01/
2010 Feb 20
2
Sending a hook flash to a DAHDI channel
I've got a piece of CPE equipment that has an FXS port that I have tied to an FXO port on a TDM400 clone card. Normally, if I go off-hook with a standard telephone connected to it, I get a dialtone. If I dial a digit, and send a hookflash, the device will provide a dialtone back for the next available channel on the device. I'm trying to recreate this same behavior with Asterisk,
2009 Mar 30
2
Newbie trying to make calls outside via digium card and POTS line
Hello, This is my first asterisk installation, and having read up on the documentation, and trying several tutorials i'm unable to get my outbound route working. I'm certain it's an issue with my configuration and my inexperience with asterisk. So i have my POTS phone connected to my digium card, and when i make a call, I receive the "cannot be completed as dialed" message.
2009 May 08
2
Configuring SIP Trunk
Hi All, I have searched the various post and not able to find the solution. I am using Asterisk 1.4.21.2 for outgoing calls. Earlier i used ZAP trunk and it works fine. Now i need to move to SIP trunk and configured the same. When i try from softphone i got error as "Call rejected" and in the asterisk i got error as