resh install opensuse12.3 i86 from the DVD.
apply all updates ( zypper up )
From the software.opensuse.org: install this:
home:aevseev 11.5.1 (32 bit 1Click Install ) . Without Errors.
And hav ethis:
asterisk04:/# ps -ae | grep -i master
asterisk04:/ # ps -ae | grep -i asterisk
asterisk04:/ #
Launch asterisk:
asterisk04:/ # /etc/init.d/asterisk start
redirecting to systemctl start asterisk
wait…wait…wait but no back to bash…
Open new terminal window and do (as root ):
asterisk04:/home/ksr # ps -ae | grep -i asterisk
6222 ? 00:00:00 safe_asterisk
6224 ? 00:00:01 asterisk
asterisk04:/home/ksr # /etc/init.d/asterisk status
/etc/init.d/asterisk: line 169: status: command not found
asterisk.service - LSB: Asterisk PBX
Loaded: loaded (/etc/init.d/asterisk)
Active: activating (start) since Wed, 2013-09-25 09:30:52 EEST; 3min 52s ago
Process: 6195 ExecStart=/etc/init.d/asterisk start (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/asterisk.service
├ 6222 /bin/sh /usr/sbin/safe_asterisk -U asterisk -G asterisk -c
└ 6224 /usr/sbin/asterisk -f -U asterisk -G asterisk -c -vvvg -c
Sep 25 09:30:52 asterisk04.ami.ua systemd[1]: Starting LSB: Asterisk PBX...
Sep 25 09:30:52 asterisk04.ami.ua asterisk[6195]: Starting asterisk: touch: cannot touch '/var/lock/subsys/asteri...tory
asterisk04:/home/ksr #
Why this ?
How repair ?
Serg
On 2013-09-25 08:46, skoltogyan wrote:
>
> resh install opensuse12.3 i86 from the DVD.
> apply all updates ( zypper up )
> From the ‘software.opensuse.org :’
> (http://software.opensuse.org/package/asterisk ) install this:
> ‘home:aevseev’ (http://tinyurl.com/k3bwrsv ) 11.5.1 (32 bit 1Click
> Install ) . Without Errors.
Why are you installing from a home repo? Did you talk with the owner first?
IMO, you should be using “network:telephony:asterisk-10”, or perhaps
“network:telephony:asterisk-11”
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
robin_listas:
On 2013-09-25 08:46, skoltogyan wrote:
>
> resh install opensuse12.3 i86 from the DVD.
> apply all updates ( zypper up )
> From the ‘software.opensuse.org :’
> (software.opensuse.org: ) install this:
> ‘home:aevseev’ (http://tinyurl.com/k3bwrsv ) 11.5.1 (32 bit 1Click
> Install ) . Without Errors.
Why are you installing from a home repo? Did you talk with the owner first?
IMO, you should be using “network:telephony:asterisk-10”, or perhaps
“network:telephony:asterisk-11”
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
Thank you. !
At this time download and install from this place:
http://download.opensuse.org/repositories/network:/telephony:/asterisk-11/openSUSE_12.3/i586/asterisk-11.5.0-2.3.i586.rpm
Install - OK
/etc/init.d/asterisk start - OK
But have a problem with chan_ooh323 ( doesn’t transfer to station the HANGUP command ).
How it is possible to communicate with that who wrote this module?
Serg
In the search page click on repo . It will take you to OBS and then login with same user and pass as forums and then click on “Users” tab . Click on the “mail” icon to send a mail.
On 2013-09-25 17:36, skoltogyan wrote:
I suggest you have a look at this documentation.
here
(O’Reilly).
Normally, the asterisk people have a stable LTS version, old, and a new
version, unfinished. When I tried asterisk, the new version was
impossible to work with.
You might also ask in the internet forum here: I know that the packager
reads there. Browse first for other asterisk threads.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
robin_listas:
On 2013-09-25 17:36, skoltogyan wrote:
I suggest you have a look at this documentation.
here
(O’Reilly).
Normally, the asterisk people have a stable LTS version, old, and a new
version, unfinished. When I tried asterisk, the new version was
impossible to work with.
You might also ask in the internet forum here: I know that the packager
reads there. Browse first for other asterisk threads.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
In this place Asterisk Forums • View topic - ooh323 in asterisk 1.8.7 problem in hangup vith avaya read this suggestion:
--- ooCalls.c.orig 2012-09-25 16:18:19.000000000 -0300
+++ ooCalls.c 2012-09-25 15:52:53.000000000 -0300
@@ -254,6 +254,7 @@
call->callState == OO_CALL_CLEAR_RELEASERECVD)
{
ooSendReleaseComplete(call);
+ ooSendEndSessionCommand(call);
OO_SETFLAG(call->flags, OO_M_RELEASE_BUILT);
}
}
Where from i can download asterisk.rpm with this patch ? ( at thi stime i`m use this version: http://download.opensuse.org/repositories/network:/telephony:/asterisk-11/openSUSE_12.3/i586/asterisk-11.5.0-2.3.i586.rpm )
Serg
On 2013-09-26 14:26, skoltogyan wrote:
> Where from i can download asterisk.rpm with this patch ?
No idea.
As I said, ask in the networking forum, because the maintainer reads
there. Ask him.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)