Re: [Asterisk-Users] Solaris 10

2005-02-16 Thread Logan O'Sullivan Bruns
Yeah, I've been running asterisk 1.0.3 and 1.0-RC1 before that on
Solaris 10. I'm only using it for personal use though. Really I'm just
using SIP to a sipura, broadvoice and freeworlddialup with voice mail
and such. It works fine for my purposes but I can't attest to testing
it well enough for someone to use in a production environment.

  - logan

On Wed, Feb 16, 2005 at 08:06:27PM +0100, Ming-Wei Shih wrote:
 Wang Xiangzhou wrote:
 
 Sun claims that Linux apps can run on Solaris 10 natively. Is there
 anyone to run Asterisk on Solaris 10 and what the results are.
 
 Thanks,
 William
  
 
 why not just compile asterisk on sol10?
 
 Ming-Wei
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Please share your Solaris experiences on the Asterisk Solaris Wiki page

2004-07-29 Thread Logan O'Sullivan Bruns
Okay, will do. So, is there someone I should send patches to or is
there a process to get cvs write privileges?

  - logan

On Thu, Jul 29, 2004 at 02:55:08PM +0900, Sunrise Ltd wrote:
 Logan O'Sullivan Bruns wrote:
 
  I know Solaris isn't a well tested platform and I did
 have to make
  some minor code changes to get to compile on my sun box.
 
 Well done!
 
 We need more momentum for Asterisk on non-Linux platforms.
 Building a community around Solaris much like there is a
 community around BSD, would be very helpful. This will
 only happen if Solaris users start sharing their stuff in
 a place where others can easily find it.
 
 So, please share your experiences with the community ...
 
 http://www.voip-info.org/tiki-index.php?page=Asterisk+Solaris+Support
 
 thanks
 rgds
 benjk
 
 
 --
 Sunrise Telephone Systems Ltd
 9F Shibuya Daikyo Bldg., 1-13-5 Shibuya, Shibuya-ku, Tokyo, Japan
 
 __
 GANBARE! NIPPON!
 Yahoo! JAPAN JOC OFFICIAL INTERNET PORTAL SITE
 http://mail.ganbare-nippon.yahoo.co.jp/
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] false busy using sipura spa-3000 with asterisk on solaris

2004-07-28 Thread Logan O'Sullivan Bruns
I'm new to asterisk and already a fan. Please forgive me if my
questions are covered by some FAQ and thanks in advance for any
pointers anyone can give me.

The basic problem that I'm having is that sometimes outgoing calls
result in a busy signal when the outgoing line is free. I'm thinking
that the channel is timing out or something but haven't figured out
how to debug or gather additional detail yet. (I've only been using
asterisk for a couple of days. So, again, please pardon me if these
are stupid questions.)

My home configuration is as follows. I have asterisk 1.0RC1 running on
a sparc (solaris 10). I have an Sipura SPA 3000 on the same
network. It has an one SIP accessible FXS port (5060), one SIP
accessible FXO port (5061) and ethernet port. I have my land line is
attached to the FXO port. All my home phones are attached to the FXS
port. I want to set it up to route long distance through some voip
provider like vonage but right now I set up to route calls from the
land line or internet to my home phones or asterisk hosted voice
mail. Incoming calls work perfectly. Voice mail works perfectly (with
the minor exception that volume on gsm attachments is lower than I'd
like.) Outgoing calls works sometimes and other times it just goes
straight to a busy signal.

Despite the fact that outgoing works some of the time I'm wondering if
I have the configuration wrong. Here is the outbound fragment from
extensions.conf.

[outbound]
; Press * to reach voice mail
exten = *,1,VoiceMailMain(${PHONES1VM})
exten = *,2,Hangup

; local calls
exten = _NXX,1,Playback(transfer)  ; Please hold while... 
exten = _NXX,2,Dial(SIP/${EXTEN:[EMAIL PROTECTED]:5061,20)
exten = _NXX,3,Congestion

; long distance
exten = _1NXXNXX,1,Playback(transfer)  ; Please hold while... 
exten = _1NXXNXX,2,Dial(SIP/${EXTEN:[EMAIL PROTECTED]:5061},20)
exten = _1NXXNXX,3,Congestion

I'm not sure if this relevant but I have wondered if the sip incoming
configuration for the FXO port might be interfering or conflicting in
some way. Probably not but here is the sip.conf fragment anyway.

[5785]
type=friend
context=inbound
host=dynamic
secret=secret
defaultip=10.0.1.190
port=5061
nat=no

I haven't seen any errors of messages of note in the /var/log/asterisk
logs. I'm not positive that asterisk is generating the busy signal. I
think so but I guess it could be possible that the spa3000 is. I know
the remote end isn't busy because I'm testing by calling my cell
phone.

I know Solaris isn't a well tested platform and I did have to make
some minor code changes to get to compile on my sun box. However, the
fact that almost everything works so perfectly makes me think that it
is a configuration problem not a porting problem. 

Again, any advice, things to try and such would be greatly
appreciated.

Thanks,
  logan
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] false busy using sipura spa-3000 with asterisk on solaris

2004-07-28 Thread Logan O'Sullivan Bruns
Please ignore this message. It turned out my problem was that the
Sipura was falsely detecting the CPC signal. Since doubling the CPC
detection interval time the problem has gone away completely.

Thanks,
  logan

On Wed, Jul 28, 2004 at 06:57:01PM -0700, Logan O'Sullivan Bruns wrote:
 I'm new to asterisk and already a fan. Please forgive me if my
 questions are covered by some FAQ and thanks in advance for any
 pointers anyone can give me.
 
 The basic problem that I'm having is that sometimes outgoing calls
 result in a busy signal when the outgoing line is free. I'm thinking
 that the channel is timing out or something but haven't figured out
 how to debug or gather additional detail yet. (I've only been using
 asterisk for a couple of days. So, again, please pardon me if these
 are stupid questions.)
 
 My home configuration is as follows. I have asterisk 1.0RC1 running on
 a sparc (solaris 10). I have an Sipura SPA 3000 on the same
 network. It has an one SIP accessible FXS port (5060), one SIP
 accessible FXO port (5061) and ethernet port. I have my land line is
 attached to the FXO port. All my home phones are attached to the FXS
 port. I want to set it up to route long distance through some voip
 provider like vonage but right now I set up to route calls from the
 land line or internet to my home phones or asterisk hosted voice
 mail. Incoming calls work perfectly. Voice mail works perfectly (with
 the minor exception that volume on gsm attachments is lower than I'd
 like.) Outgoing calls works sometimes and other times it just goes
 straight to a busy signal.
 
 Despite the fact that outgoing works some of the time I'm wondering if
 I have the configuration wrong. Here is the outbound fragment from
 extensions.conf.
 
 [outbound]
 ; Press * to reach voice mail
 exten = *,1,VoiceMailMain(${PHONES1VM})
 exten = *,2,Hangup
 
 ; local calls
 exten = _NXX,1,Playback(transfer); Please hold while... 
 exten = _NXX,2,Dial(SIP/${EXTEN:[EMAIL PROTECTED]:5061,20)
 exten = _NXX,3,Congestion
 
 ; long distance
 exten = _1NXXNXX,1,Playback(transfer); Please hold while... 
 exten = _1NXXNXX,2,Dial(SIP/${EXTEN:[EMAIL PROTECTED]:5061},20)
 exten = _1NXXNXX,3,Congestion
 
 I'm not sure if this relevant but I have wondered if the sip incoming
 configuration for the FXO port might be interfering or conflicting in
 some way. Probably not but here is the sip.conf fragment anyway.
 
 [5785]
 type=friend
 context=inbound
 host=dynamic
 secret=secret
 defaultip=10.0.1.190
 port=5061
 nat=no
 
 I haven't seen any errors of messages of note in the /var/log/asterisk
 logs. I'm not positive that asterisk is generating the busy signal. I
 think so but I guess it could be possible that the spa3000 is. I know
 the remote end isn't busy because I'm testing by calling my cell
 phone.
 
 I know Solaris isn't a well tested platform and I did have to make
 some minor code changes to get to compile on my sun box. However, the
 fact that almost everything works so perfectly makes me think that it
 is a configuration problem not a porting problem. 
 
 Again, any advice, things to try and such would be greatly
 appreciated.
 
 Thanks,
   logan
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users