Displaying 4 results from an estimated 4 matches for "cencion".
2006 Jun 29
2
Sangoma card A101 Card troubles.
Hiya all,
I have had no end of trouble trying to get my A101 E1 card working on
a new asterisk installation. The sangoma tech people have ignored my emails
about this.
All the installation of wanpipe seems to go ok, and zaptel. it all installed
compiled and does all the wanpipe hwprobe exactly as documented.
Asterisk compiled ok, but when I run it give me
Jun 27 11:12:18 ERROR[10528]:
2006 Mar 20
3
Grabbing the billsec and duration after a hangup.
Hello,
I am wondering if someone has got any ideas that can help solve this
problem.
I have a dial plan that you call into, and depending on certain conditions
it calls out on a number grabbed from a database.
Something like this :
exten => s,n,Do something
exten => s,n,Do something else
exten => s,n,Dial(ZAP/g1/${OUTBOUND},${timeout})
I need to log the time the person
2005 Jul 16
1
FreeBSD 5.4 (Asterisk 1.0.9) compile error
Hiya,
I was just updating Asterisk to 1.0.9 on FreeBSD 5.4, using the new ports
updates. The port won't compile I just get this.
chan_zap.c: In function `pri_dchannel':
chan_zap.c:8391: error: structure has no member named `cause'
chan_zap.c:8886: error: structure has no member named `inband_progress'
gmake[1]: *** [chan_zap.o] Error 1
gmake[1]: Leaving directory
2005 Jul 26
0
AGI why oh why?
I have been learning AGI, and have got to grips with most of it, one thing
just confuses me.
I have written a PHP class that does input and outs stuff to the AGI. It all
seems to work. However on a stream file command. It's a bit different.
If I have a php file that just plays a file and hangs up, the dial and hang
up are in the dialplan, so the php proggie looks alittle like this.