similar to: Asterisk Queues Problem

Displaying 20 results from an estimated 300 matches similar to: "Asterisk Queues Problem"

2007 Feb 20
2
Mask the caller-ID
Dear All : I need to mask the caller ID and pretend to make a transfer call from another extension : exten => 558,1,Answer exten => 558,2,Playback(soundclip) exten => 558,3,Dial(SIP/472@callman) The scenario is like this : Someone is calling 558 at my company - he will hear a soundclip voice message then I will direct it to extension 472 I need 472 to not see the extension of
2010 Feb 24
2
AMD: HANGUP
*Code:* == Manager 'sendcron' logged off from 127.0.0.1 -- Executing Playback("Local/91441425477394 at default-b9f2,1", "sip-silence") in new stack -- Playing 'sip-silence' (language 'en') -- Executing AGI("Local/91441425477394 at default-b9f2,1", "agi:// 127.0.0.1:4577/call_log") in new stack -- AGI Script
2010 Feb 14
3
Line DC
My dialer works perfectly , but whenever I dial a number manually from xlite and press a Key like 6055 for DTMF , line gets disconnected. Line gets DC as soon as I press any key from xlite What could be the issues ? I tried the SAME VOIP from another center and Its Ok there. I tried the Same dialer Xlite over Static IP, problem is there. I tried the same number from other Dialer , it works
2009 Jan 28
5
Inbound Call Disconnect in 3 seconds
My Inbound calls lands , but line get disconnect in exactly 3 secs. Here goes my extension.conf setting : [from-ipkall] exten => 901835,1,Ringing ; call ringing exten => 901835,2,Wait(1) ; Wait 1 second for CID delivery from PRI exten => 901835,3,Answer ; Answer the line exten =>
2009 Sep 08
1
SIP Error
*I am getting below CLI in my asterisk :* == Manager 'sendcron' logged off from 127.0.0.1 -- Executing AGI("SIP/cc101-b7910cc0", "agi://127.0.0.1:4577/call_log") in new stack -- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0 -- Executing Dial("SIP/cc101-b7910cc0", "SIP/Sama203/119545090201||tTor") in new stack --
2006 Feb 09
1
Re: Help on Vicidial
Here is another log from the * server CLI, I reall hope some one can help me out on this one. thanks |SELECT count(*) FROM vicidial_auto_calls where status = 'LIVE' and server_ip='127.0.0.1' and campaign_id = '' and call_time < "" and lead_id != '';| -- VDAD get agent: |0|update of vla table: |127.0.0.1 |UPDATE vicidial_live_agents set
2006 May 30
8
How to strip a digit
I have the following extension to dial outside via SIP it's like this: phone----asterisk-----internet-----SIP provider----USA exten => _91NXXNXXXXXX,1,AGI(call_log.agi,${EXTEN}) exten => _91NXXNXXXXXX,2,Dial(${SIPtrunk}/${EXTEN},55,o) exten => _91NXXNXXXXXX,3,Hangup I want to strip the digit 9 before sending it to the SIP provider. Also, any suggestions for the above definition?
2011 Jul 14
9
Extension wise dialplan
Hi all, I have n no. of extensions in my dialer. from 456 to 556 extensions. I was created 2 other extensions 667 and 668 I need to allow only STD calls to go from this extensions. These all extensions are same context . I need to define the STD dialplan for only this 2 extensions. how I can ? Best Regards, Mahesh Katta *BUZZ**WORKS* Business Services Private Limited BANGALORE | CHENNAI |
2007 Feb 08
2
problem with asterisk AGI
I have a fairly complicated setup. Extensions (1,2 and 3). In 3 - I execute AGI in java which plays few wav files depending on external parameters. Can I have a dial plan inside my AGI? If not, how do I accomodate user who needs to reach extension 2 from my agi? I have tried stream file and get data but the two commands did not work at all.
2009 Feb 09
1
chan_oss.c:585 setformat: Unable to re-open DSP device
== Manager 'sendcron' logged off from 127.0.0.1 vicidialnow*CLI> dial 919545090201 -- Executing AGI("OSS/dsp", "agi://127.0.0.1:4577/call_log") in new stack -- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0 -- Executing Dial("OSS/dsp", "SIP/19545090201 at sip203||tTor") in new stack -- Called 19545090201 at sip203 Feb 2 13:36:38
2009 Jan 13
1
FWD and IPCall
I tried this http://lists.digium.com/pipermail/asterisk-users/2008-January/203615.html But I am NOT getting call in asterisk. SIP.conf file : _________________ [general] port = 5060 bindaddr = 0.0.0.0 context = default externhost=59.160.44.21 localnet=192.168.0.2/255.255.255.0 ; register SIP account on remote machine if using SIP trunks ; register => testSIPtrunk:test at 10.10.10.16:5060 ;
2008 Jun 12
11
auto_complete with multiple params
I''m using the auto_complete plugin, and it works great, my problem is i need to pass multiple parameters to the controller other that what is typed in the text field. <%= text_field_with_auto_complete :search, :contains, :size => 15, :frequency => 0.1, :skip_style => true -%> This is what i have as of now, but i also need to pass ":language => @default"
2002 Mar 04
1
WinMX
has anyone got WinMX to work correctly with WINE? I've got it to install and it starts up OK, but crashes if I click on the 'Transfers' button and won't let me search for files :( Cheers, John Breen
2009 Jan 15
2
Dropping this SIP message, it's incomplete
I am getting this Error on my Asterisk. How to solve it ? "ERROR[2654]: chan_sip.c:11355 handle_request: Missing Cseq. Dropping this SIP message, it's incomplete." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090115/cb953962/attachment.htm
2007 Feb 08
1
Queue extension issues
I'm stuck on queues! The way I read what documentation I have found, if I set up a queue like this: [general] persistentmembers = yes [testq] musiconhold=default strategy = ringall timeout = 10 retry = 5 context = testing member => SIP/100 and then add into extensions something like this: [incomingiax] exten => 1234,1,Dial(SIP/100,10) exten => 1234,2,Queue(testq|tTH|||300)
2007 Feb 03
3
error dialing a SIP user. chan_sip.c:1994 create_addr: No such host
The following strange conditions is happening while I try to dial a SIP user from another SIp user. SIP to Zap dialing is fine, as all 4 users can call PSTN. I'm using Asterisk SVN-branch-1.2-r51359M Example: extension 3210 calls extension 3213. They are all registered properly: chrom01*CLI> sip show peers Name/username Host Dyn Nat ACL Port Status 3213/3213
2012 Sep 09
2
Lustre系统管理员培训,中国北京, 2012年10月30日至11月2日/ Lustre Administration and Installation training, Beijing, China, 10/30~11/02 2012
Intel??????????Whamcloud??????????Lustre???????????????Whamcloud???Lustre???????????? ????? 2012?10?30? ? 11?2? ???????? ??? ????????2? ??????A?8? ?????????????http://www.whamcloud.com/events/lustre-installation-and-administration-beijing-china/ ???????????????? The 1st Lustre Administration and Installation training in Great China area after Intel Corporation acquired Whamcloud will soon be
2007 Feb 14
2
Macro Usage
Hello, I have the following simple application... 1. Call is answered, and Dial() function is used with a macro to dial out to a number. 2. 'Called' party answers the phone, and hears a message (this is a function of the macro) At this point I'd like for the 'Called' Party to be able to make a decision and press 1 or 2 to hear some additional information before
2007 Feb 20
2
Asterisk CDR MySQL
I'm attempting to setup Asterisk 1.4.0 CDRs to use MySQL. Modules show like cdr_mysql.so tells me it is loaded. Reload cdr with MySQL started or stopped makes no difference in the errors. Ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070220/55700f37/attachment.htm
2008 Jun 02
4
Cannot find sqlserver adaptor for ActiveRecord
I have been trying to find the adtiverecord adaptor for MS SQL server and attempted to install with the command found on the http://wiki.rubyonrails.com/rails/pages/HowtoConnectToMicrosoftSQLServer wiki page: gem install activerecord-sqlserver-adapter --source=http:// gems.rubyonrails.org I then got the error message: ERROR: could not find activerecord-sqlserver-adapter locally or in a