Displaying 8 results from an estimated 8 matches for "capicommand".
2006 Apr 01
2
chan-capi: Sending digits on a bri (isdn) d-channel
Dear asterisk users!
I want to control a hardware pbx with asterisk. What I need to do
this is being able to press "hold" which can be done with
capicommand(hold) and then send digits on a bri card which
connects to my asterisk computer. So far I use
Dial(CAPI/ISDN1/27:<<digits>>/bo,15) to do this. Are there better
ways? Note that these are not dtmf, I'm afraid.
I use an AVM Fritz!classic ISA card with the fcclassic kernel
module on li...
2005 Sep 20
3
[ANNOUNCE] chan_capi-cm-0.6 released
...f
chan_capi-cm driver.
Note: dial string and capi.conf has changed.
The main changes are:
- added 'relaxdtmf'.
- more BSD compatibility
- correct PROGRESS handling
- added verbose text for capi info/reason error messages.
- use correct facility-selector for echo-cancel
- added application capicommand() for CAPI based applications
(removed standalone applications)
- capicommand(RETRIEVE) can now be called from other channels
- support ISDN hold (holdtype in capi.conf)
- added HOLD/RETRIEVE for Asterisk indications.
- added custom function VANITYNUMBER to convert letters into digits.
- added CA...
2007 Oct 15
2
About .call files when the congestion is on my side
...there
any trick I can use to give the end user a better chance at actually
receiving the faxes?
I already tried using the local channel for dialing (so I can put in
there a loop that waits for a line to be available) but this doesn't
work because I'm sending faxes using chan_capi's capicommand(sendfax) -
and that command requires an chan_capi channel, it doesn't like the
"local" channel. Besides, looping in the dialplan would probably
interfere with the "Wait" option in the .call file so that's a really
bad solution.
--
Thanks for any suggestion,
Cosmin...
2005 Sep 29
4
chan_cap-cm-0.6 deflect support
Hi,
I've recently reinstalled a Diva in my asterisk server (alongside a
QuadBRI :-) to test the nice features Armin has been adding in
chan_capi.
The capi.conf format has changed, so my question is how do I define a
deflect= statement for different incoming MSN's?
I've tried to define a section for each (group of) MSN with a different
"deflect". Is that correct?
[DIVA1]
2011 Jun 29
1
dialplan execution stops after ReceiveFax
...-${CDR(uniqueid)}.tif)
exten => s,n,Set(LOCALSTATIONID=jumping frog)
exten => s,n,Answer()
exten => s,n,Wait(3)
exten => s,n,ReceiveFAX(${FAXFILE},d)
exten => s,n,Verbose(1,${BOUNDARY} Nach dem Fax!)
exten => s,n,System(/usr/local/bin/fax2mail.sh ${FAXFILE} ${TO})
;exten => s,n,capicommand(receivefax,${FAXFILE},+004976138444421,Headline,k)
exten => s,n(hangup),HangUp()
exten => h,1,System(/usr/local/bin/fax2mail.sh ${FAXFILE} ${TO})
======
As you can see, the received fax file should be processed by a
bash-script, but after the call hangs up, the script is never executed.
The...
2006 Oct 11
1
sending fax with chan-capi
Hi!
Has someone ever used the sendfax option of new chan-capi to send fax? I
need some help regarding the sff format:
How can I generate sff format? I found sfftobmp, not nothing the other
way round.
Is there a nice way to get the sff out of an Windows application (like
virtual printers for hylafax) or at least some scripts which produce the
sff and the asterisk call file out of an pdf?
2008 Nov 26
0
1.4.x Strange Vocemail delay
Hi there,
I've got the following code (for remote enquiry of the answering machine) in
my dialplan:
[mailbox]
exten => m,1,Set(TIMEOUT(digit)=4)
exten => m,2,Set(TIMEOUT(response)=0)
exten => m,3,Set(LANGUAGE()=de)
exten => m,4,Read(Pin,unavail,4)
exten => m,5,capicommand(echosquelch|no)
exten => m,6,Gotoif($["${Pin}" = "${MBPIN}"]?7:9)
exten => m,7,VoicemailMain(9613876 at default|s)
exten => m,8,Hangup
exten => m,9,Voicemail(9613876 at default|s)
exten => m,10,Hangup
exten => t,11,Voicemail(9613876 at default|s)
exten =>...
2006 Jan 26
3
Chan_capi on builds 7955>8320 strangeness
Hello All,
I am having an odd problem with Armin's chan-capi_cm on builds higher
than 7955.
It would seem that this happens on anything higher than 7955.
What is happening is the isdn is ringing, then asterisk does a goto-if
and just hangs.
Asterisk itself is ok, but the isdn then rings out or busys out on the
other side.
Outgoing works fine, this only seems to effect incoming.
I