Page 1 of 1

asterisk patches for 1.4 ?!

PostPosted: Mon Mar 29, 2010 9:37 pm
by bobbymc
are the volume, dtmf pass thru or any of the other patches avaliable for asterisk 1.4?

PostPosted: Tue Mar 30, 2010 12:01 am
by Op3r
There are some patches for 1.4 on the scratch install docs.

PostPosted: Tue Mar 30, 2010 4:55 am
by bobbymc
but no amd correct?

PostPosted: Tue Mar 30, 2010 11:14 am
by mflorell
Those patches are not necessary for 1.4 since they were already in there.

PostPosted: Tue Mar 30, 2010 4:23 pm
by bobbymc
so 1.4 has amd ?! if so whats the asterisk function name for it? and the volumne patch dtmf passthru patch and all the other once are already included in 1.4?

PostPosted: Tue Mar 30, 2010 9:42 pm
by mflorell
app_amd, yes, they are all in there, most of the 1.2 patches are back-ports of the 1.4 code.

PostPosted: Tue Mar 30, 2010 10:38 pm
by bobbymc
sorry i know i might be annoying. can you tell me which patches i do need to apply to 1.4 in order to get all vicidial functionalites?

PostPosted: Wed Mar 31, 2010 2:29 am
by mflorell
which version of ViciDial and which version of Asterisk 1.4?

PostPosted: Wed Mar 31, 2010 3:46 am
by bobbymc
asterisk version 1.4.27.1 and vicidial 2.0.5 stable release candidate

PostPosted: Wed Mar 31, 2010 7:34 am
by mflorell
for 2.0.5 you shouldn't need any patches to 1.4.27.1, although we would suggest the enter leave sounds:
http://download.vicidial.com/asterisk-patches/enter.h
http://download.vicidial.com/asterisk-patches/leave.h

PostPosted: Wed Mar 31, 2010 4:15 pm
by aouyar
I have not tried installing Vicidial with Asterisk 1.4 yet, but I went throughthe list of patches that I have been applying to Asterisk 1.2 to see what has changed between Asterisk 1.2 and Asterisk 1.4:

* AMD Patch: Seems like no patching necessary in 1.4, because AMD application is included by default in this version.

* Meetme DTMF Passthrough Patch: Seems like no patching required in 1.4, because the MeetMe application in this version implements this functionality by default.

* Meetme Volume Control Patch: Seems like no patching required in 1.4, because the MeetMeAdmin application implements this functionality by default.

* CLI Channel Concise Delimiter Patch: Seems like no patching required in 1.4, because "show channels concise" in this version implements required output format by default.

* enter.h / leave.h: The versions from Vicidial are recommended for 1.2 y 1.4.

* GSM GCC 4.2 Patch: There are different versions of the patch for Asterisk 1.2 and 1.4 in the Vicidial Source Distribution.

* Updated Wait for Silence Application: The WaitForSilenceApplication in 1.4, implements the timeout parameter by default, but it does not implement the threshold option. The Scratch Install document indicates that and updated version of app_waitforsilence.c must be used, but the Ubuntu_Install document does not mention this patch, so it is not clear if the updated version from the vicidial site, must be used.

*res_agi_defunct.patch: The Scratch Install document indicates that this patch must be installed for 1.4.21.2, but there is no mention of this patch in Ubuntu Install documentation, so it is not clear if this patch is necessary.

* The Scratch Install document indicates that an updated version of chan_sip.c from vicidial web site must be used for 1.4.21.2, but there is no mention of this patch in Ubuntu Install documentation, so it is not clear if this patch is necessary.

In conclusion I have doubts, about the following patches:
* chan_sip.c
* res_agi_defunct.patch
* app_waitforsilence.c

I imagine the differences between the Ubuntu Install document and the Scratch Install document is because the modified Asterisk Source Code from Vicidial used in the Ubuntu Install document already contains all the necessary patches.

PostPosted: Wed Mar 31, 2010 8:37 pm
by mflorell
I believe that the 3 patches you list are backports to 1.4.21.2 from later 1.4 versions and the Ubuntu install assumes the -vici build of 1.4.21.2 which already has these patched.

We should be testing 1.4.30 next week. We have had problems with 1.4.28, but not 1.4.27.1.

PostPosted: Mon Apr 12, 2010 4:37 pm
by bobbymc
1.4.21 seems to have this issue where sip channels hang and cause the client side to keep getting rdp packets .. https://issues.asterisk.org/view.php?id=12101

i believe they might have fixed it in 1.4.30. matt do you know about this issue?

this happens when a sip channel does not get hung up properly and causes the channel to fall into limbo

PostPosted: Mon Apr 12, 2010 9:09 pm
by mflorell
We have clients that are running 1.4.21.2-vici for months on very high volume(300,000 calls per day) outbound sip-only setups without these issues at all.

PostPosted: Mon Apr 12, 2010 10:17 pm
by bobbymc
i had to add rtptimeout=60 and it fixed it =)

1.4.21.2-vici

PostPosted: Tue Apr 13, 2010 1:11 am
by Michael_N
Is 1.4.21.2-vici patched with enter leave sounds ?