search for: silencesupress

Displaying 7 results from an estimated 7 matches for "silencesupress".

2003 Mar 07
2
help with linejack card
...is must be covered in the archives, but I can't find a reference. I am using the Asterisk demo configurations. configuration is as follows: ; ; Linux Telephony Interface ; ; Configuration file ; [interfaces] ;mode=immediate ;mode=fxo mode=dialtone ;format=g723.1 ;format=slinear format=ulaw silencesupression=no ; ; List all devices we can use. Contexts may also be specified ; context=local context=default ; txgain=100% rxgain=100% device => /dev/phone0
2003 Mar 08
0
FYI linejack card
...is must be covered in the archives, but I can't find a reference. I am using the Asterisk demo configurations. configuration is as follows: ; ; Linux Telephony Interface ; ; Configuration file ; [interfaces] ;mode=immediate ;mode=fxo mode=dialtone ;format=g723.1 ;format=slinear format=ulaw silencesupression=no ; ; List all devices we can use. Contexts may also be specified ; context=local context=default ; txgain=100% rxgain=100% device => /dev/phone0
2003 Sep 02
0
IXJ card doesn't want to dial out (see previous thread, asterisk won't answer pstn ring)
...ials out of. This is similar to the previous thread/posting "Asterisk won't answer pstn ring", but I didn't find any follow up to get it working. My asterisk setup is like this: iptelephony:/etc/asterisk# cat phone.conf | grep -v \; [interfaces] format=slinear echocancel=medium silencesupression=yes context=local mode=dialtone device => /dev/phone0 mode=fxo device => /dev/phone1 phone0 operates fine. With regards to the following piece of code, I do not see the error message. if (mode == MODE_FXO) { if (ioctl(tmp->fd, IXJCTL_PORT, PORT...
2003 Sep 25
0
X100P not passing DTMF through?
...WD and it picks up the DTMF properly. I call out the FXO but nothing I call through there can hear the DTMF clearly. Bell Canada's Call Answer service, for instance, can't pick up my passcode. Any ideas? Regards, Andrew phone.conf: [interfaces] mode=dialtone format=ulaw echocancel=low silencesupression=yes context=main txgain=0.8 rxgain=0.8 (these seem to be ignored) device=/dev/phone0 zapata.conf: [channels] context=fxocall signalling=fxs_ls usecallerid=yes callwaiting=no callwaitingcallerid=no threewaycalling=no transfer=no cancallforward=no callreturn=no echocancel=yes (with MARK2 and AGR...
2005 Mar 19
1
Asterisk Quicknet FWD Problem - no path to translate from Phone/phone0 to SIP
...) to SIP/fwdpulvercom-dd5a(2) Had to drop call because I couldn't make Phone/phone0 compatible with SIP/fwdpulvercom-dd5a update_user_counter(612) - decrement outUse counter I have a Quicknet Lite ISA card. my phone.conf contains: mode=dialtone ;format=slinear format=g723.1 echocancel=medium silencesupression=yes device => /dev/phone0 my sip.conf contains: context=default ; Default context for incoming calls port=5060 ; UDP Port to bind to (SIP standard port is 5060) bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all) srvlookup=yes...
2004 Jul 21
0
Asterisk sees inbound call, but won't answer
...p_transfer.so load => app_txtcidname.so load => app_url.so load => app_userevent.so load => app_voicemail.so load => app_waitforring.so load => app_zapateller.so ; [global] chan_phone.so=yes ---------------------- phone.conf: [interfaces] mode=fxo format=slinear echocancel=medium ;silencesupression=yes context=linejack ;txgain=100% ;rxgain=1.0 device => /dev/phone0 ---------------------- extensions.conf [what I had when I gave up, globals not used yet]: [general] static=yes writeprotect=yes [globals] INCOMING => Phone/phone0 OUTGOING => Phone/phone0 [linejack] exten => s,1,Wa...
2006 May 01
1
unable to set outgoing callerid
...ned linear mode for some reason... XXX ; ;format=slinear format=g723.1 ; ; And set the echo cancellation to "off", "low", "medium", and "high". ; This is not supported on all phones. ; echocancel=medium ; ; You can optionally use VAD/CNG silence supression ; ;silencesupression=yes ; ; List all devices we can use. Contexts may also be specified ; ;context=local ; ; You can set txgain and rxgain for each device in the same way as context. ; If you want to change default gain value (1.0 =~ 100%) for device, simple ; add txgain or rxgain line before device line. But reme...