Hi, I just started with Asterisk as I am very unhappy with the functionality of my current PBX at home. I try to understand everything and play around, but it is not as easy as I thought. So please be patient if this is a too easy question for You. I installed Asterisk 1.4.26.3 on a Debian Lenny with IP 192.168.2.147 My extension.conf looks like this: [default] exten => 1001,1,Answer() exten => 1001,n,Playback(hello-world) exten => 1001,n,Hangup() exten => 2000,1,Dial(SIP/2000) My sip.conf: [general] port=5060 bindaddr=0.0.0.0 [2000] type=friend secret=1234 host=dynamic I configured a Linphone client on my Ubuntu system. It registers at the Asterisk server. When I type "console dial 1001" it works, when I type "console dial 2000" on the CLI, my Linphone client rings. When I call "sip:1001 at 192.168.2.147" from Linphone nothing happens at all, even when I set the verbose level to 5 I get no output in CLI. Where is my fault? Thanks for Your help in advance
Sorry if this is off topic.... I have a "loud talker" in our call center and was asked if I can make his voice louder to make him talk softer :-) Does anyone know if you can do that with Polycom 430's I found voice.gain.tx.headset but wasn't sure if that will make his voice louder to the calling party or to himself...
I was dealing with an issue for a few weeks with my Gateway randomly crashing (Didn't matter what version of asterisk, sangoma firmware, etc)... I finally hooked up a modem cable to serial console and was able to catch the crash.. Wanpipe was causing it.... I spoke with Sangoma and they said dahdi-2.2 broke the RBS link... I was told to upgrade to 3.4.6.9 (not publicly published but on their ftp site) I have not had any crashes as of yet....
Hi, I'd say Linphone configuration. I suggest to check Linphone configuration and also asterisk debug - one of those will give you an answer (most likely asterisk debug as it shows you what it receives ... if it doesn't receive anything then Linxphone fails) -- razu On 11/19/2009 11:48 PM, Michael Hausl wrote:> Hi, > > I just started with Asterisk as I am very unhappy with the functionality > of my current PBX at home. I try to understand everything and play > around, but it is not as easy as I thought. So please be patient if this > is a too easy question for You. > > I installed Asterisk 1.4.26.3 on a Debian Lenny with IP 192.168.2.147 > > My extension.conf looks like this: > [default] > exten => 1001,1,Answer() > exten => 1001,n,Playback(hello-world) > exten => 1001,n,Hangup() > > exten => 2000,1,Dial(SIP/2000) > > > My sip.conf: > [general] > port=5060 > bindaddr=0.0.0.0 > > [2000] > type=friend > secret=1234 > host=dynamic > > I configured a Linphone client on my Ubuntu system. It registers at the > Asterisk server. When I type "console dial 1001" it works, when I type > "console dial 2000" on the CLI, my Linphone client rings. > When I call "sip:1001 at 192.168.2.147" from Linphone nothing happens at > all, even when I set the verbose level to 5 I get no output in CLI. > > Where is my fault? > Thanks for Your help in advance > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >