similar to: Length of dial string

Displaying 20 results from an estimated 600 matches similar to: "Length of dial string"

2020 May 01
1
Length of dial string
Hi Dovid Yes was one of the options but as the required list is dynamic becomes very messy - and all combinations problem - where as "call all workers job xxx" is what is needed so the ability to call 20+ numbers is what is needed - agi does a database search for all jobx workers and constructs a dialstring with SIP, DAHDI and Local devices. Can someone tell me where to find maximum
2019 Aug 22
2
h265 codec pass through on asterisk
All, I'm using asterisk 16.4.0 with h264 and opus quite well using linphone 4.1 client on android and baresip on linux. I'm exploring use of h265 for improved video quality/lower network bandwidth. I do not see pass through support on asterisk for h265/hvec. All my SIP clients and underlying hardware have hvec/h265 encoding and decoding available. I would have liked vp9 however, vp9
2019 Nov 14
3
Digium's Opus Codec download links broken?
I tried to download Digium’s Opus Codec via the following link, but the server is unavailable: http://downloads.digium.com/pub/telephony/codec_opus/ It took me a while to figure this out, because initially I tried downloading via selecting the Opus codec in make menuselect and realizing that it isn’t there after make install step. Can someone from Digium/Sangoma please confirm? FLORIAN
2020 May 04
0
Length of dial string
Hi Paddy! This used to be 80 characters total (including all characters like channel type, '&' and '/'. Had the same issue in the past where I extended that in the code and recompiled. From what I understand there is basically no longer a hard limit in Dial since the recent change in the latest versions other than a single device must not exceed this but you can concatenate
2019 Aug 22
2
h265 codec pass through on asterisk
Well, that sounds pretty straight forward. I can do this and push it to gerrit. Do I need to create a ticket for this? With best regards Florian Floimair Innovation - Software-Development COMMEND INTERNATIONAL GMBH A-5020 Salzburg, Saalachstraße 51 http://www.commend.com <http://www.commend.com/> Security and Communication by Commend FN 178618z | LG Salzburg Am 22.08.19, 11:55
2020 May 01
0
Length of dial string
Paddy, Why not use local extensions? You can do something like this. Exten => s,1,Dial(Local/set1 at call_all&Local/set2 at call_all &Local/set3 at call_all) [call_all] Exten => set1,1,Dial(SIP/100&SIP/101&SIP/102&SIP/103&SIP/104&SIP/105 Exten => set1,1,Dial(SIP/106&SIP/107&SIP/108&SIP/109&SIP/110&SIP/111 Exten =>
2018 Nov 29
2
Queues and penalties
Hi John This works fine providing extensions 1001,1002 and 1003 are "Incall" or "Paused" - the problem appears to be that is a handset say 1002 is "ringing" then the 2xxx then the penalty is not honoured. This is well described in the History section of the following link https://wiki.freepbx.org/display/PPS/lazymembers+patch+to+app_queue As I say this seems to
2018 Nov 28
2
Queues and penalties
Hi All I have been looking at this problem for a few days/weeks now and after some advice please. I currently have a customer on 11.25.3 and I am in the process of upgrading versions and OS (Debian) and all things that involves mysql -> PDO etc The problem I have is the customer want a simple call distribution like this Extn 1001, 1002, 1003 to be called on an incoming call - if they
2010 Aug 19
3
Calling Line Identity - any ideas
Hi list I have a requirement that I just don't know how to address - I don't think its strange but can't find any pointers anywhere. I have a user that wishes to have a "multi phone" divert. By that I mean "calls made to his extension say Ext200 can be redirected to a different extension say Ext400 and also to his home landline. Doing the dial is fine using
2011 Mar 14
2
Asterisk -rx command not returning data - Version 1.4.33.1
Hi List I am having trouble running the command siptest:~# asterisk -rx 'dialplan reload' most times it does what I expect and I get a response as below siptest:~# asterisk -rx 'dialplan reload' Dialplan reloaded. every now and then I get no response i.e. siptest:~# asterisk -rx 'dialplan reload' siptest:~# and a "verbose 10" setting shows [Mar
2015 Jan 03
2
Asterisk removes a charachter from sip peer name
Hello all, Just wondering on a behavior I noticed while testing with realtime sip peers with names like 111.222 at mydomain.com. Using Kamailio as outbound proxy, it sends Asterisk a sip message where To header value is < sip:111.222 at mydomain.com> and From header has value "username" < sip:111.333 at mydomain.com;transport=UDP>;tag=fc609171. When Asterisk sends out the
2014 Dec 16
1
Realtime not storing voicemail password changes
Hi All I am trying to get voicemail switched over to ARA on version 13 and notice that the password is not stored in the db when it is changed. A little hair pulling and playing around and I think the problem is in the function ast_update2_realtime in main/config.c. Issued source is ==> int ast_update2_realtime(const char *family, ...) { RAII_VAR(struct ast_variable *,
2020 Apr 02
1
PJSIP Lockup
Paddy, It's pretty easy to spot from the CLI. A voicemail gets called. And the screen basically stops scrolling from there. Eventually you'll get the "Task processors exceeded 500 queued tasks" or something like that. And maybe channels attempting to hangup due to lack of RTP (If you have no-rtp timers configured). Once you find the problem mailbox, You can call it via any
2010 Jul 16
1
Busy Lamp Fields
Hi all A quick question about busy lamps I have lamps working 'sort-of' on my GXP2000 lamps flash with ringing and go solid red when call gets answered but stay green when a call is made from the extension. Setup is Ext 200, 201, 202, each monitor the other two when 200 calls 202 - the BLF on 200 and 201 flash red - when 202 answers both 200 and 201 show BLF for 200 as red but
2011 Feb 02
1
Problems using Background within a macro on V 1.4
Hi List I have had a look at the various posts on this and seem to be more confused than ever - but then again that's not hard ;-) I am using Version 1.4.33.1 build from the Debian "lenny" distros I am trying to implement a simple screening [macro-screen] exten => s,1,Background(press1) exten => s,n,WaitExten(5) exten => 1,1,NoOp(accepted) ; Dont set a reply so dial
2020 Apr 01
2
PJSIP Lockup
We ultimately found this to be a voicemail issue. The voicemail is held in MYSQL as well (via ODBC). And we found when attempting to playback a customers voicemail unavail greeting is when the deadlock would occur (Immediately, every time. Throwing the same "task processors" errors, And making pjsip completely unresponsive). We had imported a number of greetings from a legacy asterisk
2011 May 11
1
CLI - displaying all channel variables
Hi List This may be a silly question by web searches etc don't seem to answer it. Is there a CLI command to display ALL channel variables - standard and user created - for a specific channel? something like show channel SIP/Test123 all I'm using Version 1.4.33.1 PG -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Jul 12
2
Asterisk realtime - Error with index length in alembic script
Please open a Ticket (https://issues.asterisk.org), to let them know that they need to update the documentation in Wiki and also handle this situation when using Alembic in Debian 9 (could happens in other Distros too). Marcelo H. Terres <mhterres at gmail.com> IM: mhterres at jabber.mundoopensource.com.br https://www.mundoopensource.com.br https://twitter.com/mhterres
2017 Nov 22
3
Tibble o data.table?
Que es postgres y presto?? Se uqe google tiene la respuesta,.... ________________________________ De: José Luis Cañadas <canadasreche en gmail.com> Enviado: miércoles, 22 de noviembre de 2017 22:01 Para: Jesús Para Fernández Cc: Carlos Ortega; r-help-es en r-project.org Asunto: Re: [R-es] Tibble o data.table? Yo la ventaja que le veo a tibble y demás cosas del mundo tidy es la conexión a
2019 Apr 02
2
CMake support for Opus proposal (in addition to Autotools)
Right that I had completely missed, I have added the files and verified that it builds with CMake from the tar on Linux (out of the git repo) I am parsing the package_version file from the tarball if it exists so it should maintain the version info. //Marcus ________________________________ From: Jean-Marc Valin <jmvalin at jmvalin.ca> Sent: Tuesday, April 2, 2019 11:38 To: Marcus