search for: voipgat

Displaying 8 results from an estimated 8 matches for "voipgat".

Did you mean: voipgate
2005 Aug 15
2
Only single channel recorded with Monitor
We are using the following to record conversations. exten => _1XXX.,1,SetVar(CALLFILENAME=call_to_${EXTEN:1}_dated_${TIMESTAMP}) exten => _1XXX.,2,Monitor(wav,${CALLFILENAME},m) exten => _1XXX.,3,Dial(IAX2/4506:zj5S3A5a@nl.voipgate.nl/${EXTEN:1}) exten => _1XXX.,4,Congestion exten => _1XXX.,104,Congestion This was working previously to record both sides of the conversation but now we only have the initiating caller channel being recorded. Occasionaly the other caller is also recorded but the speed of the recording is...
2005 Jan 09
0
Using Goto with Asterisk Realtime configuration
I am using a combo of static files and Asterisk Realtime configuration. This section works fine when a static file: --------------------------- [from_pstn] ;Voipgate exten => 4507,1,Goto(from_pstn,s,1) exten => s,1,Macro(dial-ext) exten => s,2,Hangup --------------------------- But, when I drop it in the database and try it in Realtime mode I get this error: --------------------------- -- Accepting AUTHENTICATED call from 80.127.191.55, requested f...
2018 Jan 10
2
how do i enable call features??
Hi. i am running asterisk 11 and i would like to have features access codes in my system such as call waiting(all types) (enable/disable), call forward (enable/disable) and DND. my dialplan is pretty simple and it is the following [DefaultPlan]exten => _XXXXXXXXXX,1,Dial(SIP/VoipGate/${EXTEN},120,Tt)exten => _XXXXXXXXXX,1,Busy() exten => _4XX,2,Answer()exten => _4XX,3,VoiceMail(${EXTEN}@Office,su)exten => _4XX,4,HangUp()exten => _4XX,102,Answer()exten => _4XX,103,VoiceMail(${EXTEN}@Office,sb)exten => _4XX,104,HangUp() i would like to enable/disable call w...
2018 Jan 10
2
how do i enable call features??
...k 11 and i would like to have features access >> codes in my system such as call waiting(all types) (enable/disable), call >> forward (enable/disable) and DND. my dialplan is pretty simple and it is >> the following >> >> [DefaultPlan]exten => _XXXXXXXXXX,1,Dial(SIP/VoipGate/${EXTEN},120,Tt)exten => _XXXXXXXXXX,1,Busy() >> exten => _4XX,2,Answer()exten => _4XX,3,VoiceMail(${EXTEN}@Office,su)exten => _4XX,4,HangUp()exten => _4XX,102,Answer()exten => _4XX,103,VoiceMail(${EXTEN}@Office,sb)exten => _4XX,104,HangUp() >> >> i would lik...
2018 Jan 11
2
how do i enable call features??
...ccess >>>> codes in my system such as call waiting(all types) (enable/disable), call >>>> forward (enable/disable) and DND. my dialplan is pretty simple and it is >>>> the following >>>> >>>> [DefaultPlan]exten => _XXXXXXXXXX,1,Dial(SIP/VoipGate/${EXTEN},120,Tt)exten => _XXXXXXXXXX,1,Busy() >>>> exten => _4XX,2,Answer()exten => _4XX,3,VoiceMail(${EXTEN}@Office,su)exten => _4XX,4,HangUp()exten => _4XX,102,Answer()exten => _4XX,103,VoiceMail(${EXTEN}@Office,sb)exten => _4XX,104,HangUp() >>>> >...
2006 Nov 20
1
Reliable European SIP/IAX Providers?
I know that the wiki has an extensive list of European VoIP providers out there....but there's so many that it's kind of hard to sort through. So I was wondering if anyone could recommend some reliable SIP/IAX termination providers in Europe? Something like VoicePulse Connect, NuFone, Vitelity, or Junction Networks based out of Europe. I really don't trust a US VoIP company for
2007 Nov 08
1
Compile Theora on windows
Hi all, I tried to compile theora on my windows, i installed Msys with mingw32. First I compiled ogg it seem have no problems for that, then I tried to compile theora and first run the ./configure with the good path for the ogg library. But I saw that the ./configure stopped because my version of ogg must be newer than 1.1 but I have the 1.1.3 ! This is my error : checking for oggpackB_read... no
2007 Nov 13
0
problem with speex and iaxclient
Hi All, I try to compile the last version of iaxclient with the new build system, i also compiled speex 1.2b2 . When the makefile try to compile the sample code testcall I have the following mistales: gcc -I/d/Lib/iaxclient-2.0.1/portaudio-1.9/src/common -I/d/Lib/iaxclient-2.0.1/speex-1.2/include -o testcall.exe testcall.o ../../lib/.libs/libiaxclient.a