search for: outgoung

Displaying 5 results from an estimated 5 matches for "outgoung".

Did you mean: outgoing
2004 May 05
1
PRI to PRI fax pass through
...;m running into problem with faxes. Faxes are connected to PBX and asterisk should just bridge the fax call from one span to another. Problem is that even if the fax image reach the over end 90% the fax receive the transsmit error. Its happend for incomming (PSTN->asterisk->PBX->fx) and outgoung (fax->PBX->asterisk->PSTN) directions dial string include the c option (clear channel) TRUNK_El=Zap/g1 exten => _[0 1-9].,1,SetCallerID(${MyPreffix}${CALLERIDNUM}) exten => _[0 1-9].,2,Dial(${Zap/g1}/$[EXTEN],100,c) exten => _[0 1-9].,3,Congestion And also i have sometimes the...
2008 Jan 18
1
Automatic call-out problem
Hello! My setup is Asterisk 1.2.26 with Zaptel 1.2.22.1, libpri-1.2.7 on Fedora Core 4. I am making automatic call-out campaign with this setup on 4 PRI. The scripts for this: ==================================================================== caller php script write this to outgoung folder: fwrite($outfile,"Channel: Zap/g1/$phonenumber\n"); fwrite($outfile,"MaxRetries: 0\n"); fwrite($outfile,"RetryTime: 5\n"); fwrite($outfile,"WaitTime: 20\n"); fwrite($outfile,"Context: 0100q\n"); fwrite($outfile,"Callerid: $dbid\n")...
2005 Oct 09
1
Dial/goto extension from CLI or BASH script
I need to have a bash script trigger Asterisk to goto a particular extension (as if that extension were dialed). I can't find any documentation for this. Does anyone know of a way for a bash script to Dial an asterisk extension? (I'm trying to make a bash file call the app_rxfax application which is on extension 123) Thanks, Michelle -------------- next part -------------- An HTML
2010 Apr 14
0
Sending SMS problems.
Dear Sir, I'm trying to configure the SMS capabilities of my provider (Telecom Italia) with my asterisk. I tryed with a normal phone (SMSC number 42100) and all is working fine, incoming and outgoung SMS. Now I'm trying to configure my asterisk for support SMS, the incoming messages are working fine (incoming number 042111) dialplan match and SMS recived. I'm getting troubles in sending messages... I have done a lot of tests, mainly using a call file. Here the structure: ------------...
2004 Mar 29
11
New IMQ device implementation supporting device EOS
Hello All Its first time i posting to this mail list :). I have done something (maybe) important. I write new IMQ device driver based from Martin Devera and Patrick McHardy implementation with device EOS support. My current implementation supporting only egress trafic shaping and kernel 2.4.25. For more details, source and examples have look at my page http://hyperfighter.jinak.cz/qos Ill