similar to: No compatible codecs!

Displaying 20 results from an estimated 900 matches similar to: "No compatible codecs!"

2008 Jan 14
2
g729 codec - simultaneous calls
Hi, I use asterisk 1.4.11 version for making outbound calls. Running it on linux(fedora core 7) machine. Recently purchased the g729 codec, got it registered with my asterisk box. I have two queries for you to help me. 1. How do i know when an outbound call is placed that it makes use of the g729 codec. when i use the command "show g729" i get the following: 0/0 encoders/decoders of
2008 Feb 14
2
Pass arguments from extensions.conf
Hi, I have been working with asterisk to make ivr calls (outbound and inbound). I have the functionality - Read(variable|file_name) used in my dialplan. Now i need to pass the variable to my ruby file to compare the data entered with the database (mysql). How can i pass the arguments from my dialplan to the ruby file. Is there a way i can do it with the agi script? Any one has any clues on
2008 Jan 15
3
Interrupt the swift text
Hi, I am using Asterisk-1.4.11 version to make outbound calls and deliver the swift text to audio. My functionality is as for example i make this text to audio deliver the person called. Eg. swift -o /tmp/test.wav -p audio/channels=1,audio/sampling-rate=8000 "Press 1 to confirm. Press 3 to cancel." extension.conf dialplan: [dialout] exten =>
2008 Mar 25
0
New Release asterisk 1.6 Beta
Hi, Was just wondering about the bug fix in asterisk-1.6 Beta Release.. Its been said that "Added an 'n' option to SpeechBackground to request that the channel not get answered". Can anyone brief me about what exactly this bug are they talking about. We had issues with Background syntax working in macro. Is this the bug fix they are talking about. Regards, Naveen.Palani
2008 Feb 29
1
Gtalk with asterisk
Hi, I have been working with Asterisk for the ivr functionalities in the past. I am interested to implement the Jabber - Gtalk in asterisk. For which i installed the iksemel but this didnt help me out. I couldnt find the res_jabber.so file any where in the asterisk source directory. Still when i run the command "make menuselect" the channel driver "chan_gtalk" shows xxx
2008 Mar 12
0
SIP Registration!
Hi, I have been using asterisk-1.4.17 version. Have a SIP registration from bandtel sip providers. Use DID numbers for the incoming calls which works fine when i dont use any peer setting in my sip.conf file. But when i use a peer and make calls thru the DID number it doesn't reach asterisk at all. Doesnt give me any errors as well. peer in my sip conf is as given below: [proxy2_bandtel]
2008 Jan 17
0
Channels ID / Soft Hang Up
Hello, I am wanting to close a specific channel for example; SofthangUp(SIP/EXTEN-UNIQUEID) but the problem is the channel is assigned a unique id as well. The need fits into the idea of receiving a call from a higher status user and thus closing a specific channel to allow the higher priority call to route through the dial plan to the freed extension. Any ideas welcome. Many thanks
2003 Sep 26
3
dialing out with the outgoing queue problem.
Hi, I have cvs updated all my modules (zapata, libpri, zaptel and asterisk). I have also read in the archives & seems that no-one has run into this problem. What I'm trying to do is simple. Just make and outbound call using the /var/spool/asterisk/outgoing directory. I copied /usr/src/asterisk/sample.call and only changed the context & extension. I configured my Zap1 to the same
2005 Sep 21
1
Problem with meetme monitor (recording)
Hi, I tried to use Monitor(wav,filename) function in dialplan to record Meetme conference. When I monitored on IAX2 or SIP channels in that conference It recorded all audio (in and out) but when I monitored on ZAP channels I could hear only IN audio and piece of OUT audio (announcement get pin and than nothing). Anyone knows why this so happens??? I have asterisk 1.0.7 (debian package) and
2004 Oct 01
1
Agent Login Problems
See comments below. Henry Devito wrote: > Here's the problem. When I call 555 to login, it asks for the agent ID > which I enter as 501, it asks for the password which I enter as 1234, > then it asks for the extension I dial 501 It then says that extension is > not valid. What am I missing? Of course 501 is valid I can make and > take calls from it now. > > >
2005 Jul 04
3
Call Transfer using SIP clients
Hello all, First of all, let me apologize about the length of this message, but I suppose it was necessary to include the details. I've spent quite some time already trying to get the call transfer function to work on my Asterisk installation. Let me first describe the general situation of the setup I am using, so you might be able to pinpoint the cause of the problem. I'm currently
2004 Sep 25
3
Queue and Agent functionality
I've seen alot of posts lately on Queue and Agent functionality, and alot of hacks to make them do different things that most call center managers want. In the sake of doing this one time, I'd like to develop a single list of request so we can consolidate a feature request for the Queue/Agent system. Here are the ones that I run into the most: 1. Queue should know the status of agents
2006 Apr 19
6
Please help Me!
Hi to this Group! I am new to Ruby! I am facing problrm s to find the database functions. I want the source of sites for predifiend functions for handling the database. I develpong the shoping cart application, In that i am facing problems to delete the perticuller item form cart . I got idea to delete the total cart information using sesiions I want to delete the perticuller item form
2019 Dec 27
7
Issue running Dovecot in Docker Container
The conf.d files are not included. I have added !include conf.d/*.conf to director.conf and reloaded the dovecot and director services. conf.d/10-logging also has the following lines: log_path = /dovecot.log info_log_path = $log_path debug_log_path = $log_path The /dovecot.log file still shows empty. Nothing is being logged to that file. Thanks & Regards, Naveen On Thu, Dec 26, 2019 at
2008 Jul 14
5
How can i use link_to_remote with in form_for
Hi anybody plz help me how can i use link_to_remote with in form_for.. i tried but no luck... if i use form_tag i can able to use link_to_remote and made ajax call.but i need to use form_for ....can anyone help me how can i do with this.Thanks in advance. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2004 Feb 24
5
Is it possible to use PXELinux/SYSLinux with out changing DHCP Server settings ?
Hi, We have some 100 Servers (includes both Intel and PPC based systems). Is there any way to easly install OS (different flavours of Linux) on these systems ? We do not have control over the DHCP Server settings so is there any way to do this with out touching the DHCP Server ? We have static IPs for all the systems. Regards, Naveen
2006 Mar 13
7
Problem with params
I''ve got a User model, which holds the following (excerpt): def try_to_authenticate User.authenticate(self.username, self.password) end .. private def self.hash_password(password) Digest::SHA1.hexdigest(password) end def self.authenticate(username, password) @user = User.find(:all, :conditions => ["username = ? AND password = ?",
2015 Jul 03
2
[LLVMdev] clang generated executable uses only x86 general purpose registors
Hello Everyone I just want to generate an executable using clang++ or clang which uses only general purpose registers from x86. The generated code should not use mmx or any other special purpose register. Thanks a lot -- Regards V Naveen -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Dec 30
2
Issue running Dovecot in Docker Container
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> You could also try our docker images, see <a href="https://hub.docker.com/u/dovecot">https://hub.docker.com/u/dovecot</a> </div> <div> <br> </div> <div> Aki </div> <blockquote
2019 Dec 30
1
Issue running Dovecot in Docker Container
Hi, I can see those values correctly with the doveconf -nc command. Here is the part of output: bash-4.2# doveconf -nc /etc/dovecot/director.conf # 2.2.36 (1f10bfa63): /etc/dovecot/director.conf # OS: Linux 4.1.12-112.14.11.el7uek.x86_64 x86_64 Red Hat Enterprise Linux Server release 7.7 (Maipo) # Hostname: 69b492645b56 auth_debug = yes auth_default_realm = xxxxxxxxxxxxxxxx auth_verbose = yes