Displaying 20 results from an estimated 3000 matches similar to: "Asterisk 1.8 latest branch safe for production ?"
2010 Nov 03
6
Migration from 1.2 to 1.8 in production
Hello Everyone,
We are running asterisk 1.2.x version in production environment since last 5 year and we have no issue at all, But now time to upgrade. and i heard about 1.8 which has introduce many features. I am wondering should I use asterisk 1.8 in production ? or should I go with 1.4 or 1.6 stable version?
I would like if you suggest me which version would be good for production since
2011 Mar 25
3
reload command not availeble asterisk 1.8.x
Hey Guys!
I have two asterisk 1.8.3.2 same version on both machine but why one asterisk has "reload" command but other doesn't ?
satish-desktop*CLI> core show version
Asterisk 1.8.3.2 built by root @ satish-desktop on a x86_64 running Linux on 2011-03-25 16:10:39 UTC
satish-desktop*CLI> re <tab><tab>
realtime reload
shirley*CLI> core show version
Asterisk
2011 Mar 14
5
Asterisk 1.8 paging with ploycom
Hey Guys,
I have upgrade my asterisk 1.2 to 1.8 and suddenly my allpage.agi stopped working look like asterisk 1.8 did some changes in manager apps i am doing following.. my phone is ringing but not auto answer could you give me some issue what i am doing wrong ?
root at ubuntu-test:~# telnet 127.0.0.1 5038
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Asterisk
2011 Jun 08
3
Asterisk 1.8 broken MWI
Hi ALL,
After upgrade 1.8 my MWI wasn't working I do have setting in voicemail.conf. Do i need to do anything else to fix my MWI on polycom 501 ? It was working with 1.2 asterisk.
pollmailboxes=yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110608/e1f59a92/attachment.htm>
2012 Dec 19
1
Dialplan - working out when users answer
Hey guys,
I've got a part of my dialplan that dials multiple people:
exten => direct,n,Dial(${QUEUEEXTS},${RINGTIME})
Multiple extensions are in the ${QUEUEEXTS} from an external script - e.g. SIP/100&SIP/101&SIP/105 etc
This works great, however I want to see if I can find a way to work out (and run an AGI script) when the call is picked up by someone.
Thanks all!
2011 Mar 21
7
Queue pause vs logged out ?
Hey Guys,
I knew this is stupid question but i just want to know what is the difference between Queue member logged out vs Pause ?
-Satish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110321/7646a66b/attachment.htm>
2011 May 10
2
1.8 and prematuremedia problem
hi:
our current connection is below:
sip phone<--->asterisk<---->alcatel PBX<---->PSTN
asterisk and alcatel PBX is connected via E1 isdn-pri.
when I use sip phone to dial outside PSTN world:
1. with 1.4 it is fine.
2. with 1.6.2, I need to set prematuremedia=no is sip.conf. or sip
phone can not hear the ring and the beginning of the PSTN voice.
3.
2012 Jan 25
3
Executing Script after MixMonitor is called
Hello Guys,
I am trying to convert files that are .wac to mp3 after mixmonitor command is called but it doesnt execute the command, I tried the command in terminal it worked, any help please ... below is my dial plan
exten=6500,n,Set(MIXMONITOR_EXEC=&& nice -n 19 /usr/local/bin/lame -b 8 -t -F -m m --bitwidth 8 --quiet "/var/spool/asterisk/monitor/${CALLFILENAME}.wav"
2011 Apr 21
3
missed call notification
Hi,
I am looking at http://www.theschmandts.org/blog/?p=28 to setup missed call notification but i am having issue. following is my dialplan
[macro-stdexten]
exten => s,1,Dial(${ARG2})
exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER)
exten => s-NOANSWER,1,Voicemail(${ARG1},u) ; If
2003 Mar 21
2
Shares with long names not accessible from winNT...
Hi All,
I have the following section in my smb.conf file:
[Satish' Hindi Alltime Hits - Gems]
path = /mnt/d-drive/Music/Satish' Hindi Alltime Hits
Gems
browseable = yes
public = yes
readonly = yes
guest ok = yes
I am able to browse this share through win2k but not from winNT.
But If I change the share
2009 Sep 01
3
SRIOV test on Xen with Intel 82576
Hi,
I am working of Intel 82576 device to test the SRIOV functionality. I want
to assign VFs to a VMs(domU) and verify the control and data path.
I installed Xen-unstable with 2.6.30-rc3(dom0). But the SRIOV functionality
isn''t working, because MSI is not supported.
Please let me know, what version of Xen and dom0 supports above
functionality?
Is there any tool available to manage SRIOV
2011 Apr 08
4
IAX2/0.0.29.199
Where this revers IP comes from ?
== Using SIP RTP CoS mark 5
-- Executing [7623 at from-sip:1] Macro("SIP/7527-0000006b", "stdexten,7623,SIP/7623") in new stack
-- Executing [s at macro-stdexten:1] ChanIsAvail("SIP/7527-0000006b", "SIP/7623&IAX2/7623,20,t") in new stack
-- Hungup 'IAX2/0.0.29.199:4569-5255'
-- Executing [s at
2009 Nov 05
2
Merge records in the same dataframe
Hi:
Suppose that I have a data frame as below
x1 x2 x3 ... x10 wk1 wk2 ... Wk208 (these are the column names)
For each record, x1, x2, x3 ... x10 are attributes. and wk1, wk2, ..., wk208 are the sales recoreded for this attribute combination. Suppose that now, that I want to do the following
1. Merge the data frame so that I have a new data frame grouped by values of x2 and x3 (for example).
2003 Sep 18
2
Deleted smb.conf
I have RedHat 9.1 running. Installed Samba that comes along with the OS to
test it out. When I was playing with it, I deleted the smb.conf file
inadvertently.
I uninstalled and reinstalled the Samba utilities, but that didn't help.
How do I get back the default smb.conf file?
Thanks in advance.
Satish Kumar
2011 Mar 25
6
Back-to-back asterisk PRI issue
Following is my scenario to connect back to back PRI of two asterisk server. PRI cards are Sangoma A102D
[Asterisk1]------------[PRI]-Cross Cable---------[Asterisk2]
Asterisk1
; Span 1 (MASTER)
switchtype = national ; commonly referred to as NI2
context = from-pstn
group = 0,24
echocancel = yes
signalling = pri_net
channel => 1-23
Asterisk2
; Span 1
switchtype = national ; commonly
2011 Feb 18
2
Meet me recording
Hey Users,
I am using record application to record MeetMe conf. but look like its creating individual files for every channel. What applucation is best to record MeetMe conf ?
~ # ls -l /var/spool/asterisk/monitor/
total 489220
-rw-r--r-- 1 asterisk asterisk 44 Feb 16 08:42 8881-conf-20110216-084224.wav
-rw-r--r-- 1 asterisk asterisk 1858284 Feb 16 13:05 8881-conf-20110216-130321.wav
2011 May 25
6
Asterisk 1..8 multiple queue
Hey Guys!
We had migrate asterisk 1.2 to 1.8 now big issue is queue system. Before we had 3 queues and we were using AgentCallbackLogin but now its quite difficult to use AddQueueMember.
Is there any easy way to logged into multiple queue using AddQueueMember ? and restrict agent for specific queue ?
-S
-------------- next part --------------
An HTML attachment was scrubbed...
2011 Jun 08
1
PRI hangup request, cause 18
We have 2 PRI from AT&T
And all is well but only few numbers having following issue. We are getting hangup cause 18 do you guys have any idea ? We have just migrate 1.2 to 1.8 and this issue raised
[Jun 7 17:57:10] VERBOSE[23717] sig_pri.c: -- Span 2: Channel 0/3 got hangup request, cause 18
[Jun 7 17:57:10] DEBUG[24856] sig_pri.c: Not yet hungup... Calling hangup once with icause,
2002 Jul 08
3
How to freeze & thaw ext2(ext3) file system?
hi...
i intend to develop a backup application for linux
platform...
the workflow is as follows:
- freeze the file-system(ext2 or ext3)
- take the bckup
- release the file system.
i am not able to find the relevant ioctl or api for
freezing & releasing the file system...
so... i need some help...
thanks...
Satish Singhal
__________________________________________________
Do You Yahoo!?
2007 Sep 19
2
what is softswitch
Dear all
what is softswitch what is difference between asterisk and softswitch ??
regards
satish patel
---------------------------------
Catch up on fall's hot new shows on Yahoo! TV. Watch previews, get listings, and more!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: