login | register
Wed 01 of Aug, 2007 [09:24 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.

Web www.voip-info.org
Shoutbox
  • Aykut, Wed 01 of Aug, 2007 [07:53 UTC]: Hi all, does anybody know about Thomson ST2030 SIP phone. I have upgraded it to latest version (1.56) but "Hold" and "Conf" features are not working after the upgrade ?? Do you know any solution or do you have Ver. 1.52 ?? Where can I find it?
  • Edward J Brown, Tue 31 of Jul, 2007 [23:33 UTC]: Has anybody experienced Choppy voice quality when using a Linksys SPA942 in an Asterisk Conference bridge? It works fine with my polycom and Cisco, but sucks with my Linksys.
  • www.astawerks.com, Fri 27 of Jul, 2007 [18:00 UTC]: does anyone use asterisk on top of clark connect? does it work good?
  • simon, Fri 27 of Jul, 2007 [14:16 UTC]: Hi All, Has anyone here managed to get the Cisco79x1 to successfully fail over to the backup proxy. I have 2 asterisk servers , handsets all register and function, except that backup proxy function doesn't work. Any working example would be very apprecia
  • Matthew Richmond, Thu 26 of Jul, 2007 [03:40 UTC]: using the page() application to page across our building...often the meetme conferences don't disconnect after the caller hangs up. Anyone else having this problem. (using Polycom phones)
  • Matthew Richmond, Wed 25 of Jul, 2007 [02:58 UTC]: thanks Nicholas Blasgen! I haven't worked with AGI before, but there's always a first! Thanks again!
  • Nicholas Blasgen, Tue 24 of Jul, 2007 [19:18 UTC]: Matthew Richmond, AGI will handle all that for you.
  • sam, Mon 23 of Jul, 2007 [16:39 UTC]: need help - certain voicemail extension will stop working and recording voicemail on asterisk - anyone know why and how to fix it? Thanks
  • john haji, Mon 23 of Jul, 2007 [14:55 UTC]: free calls to pakistan
  • bong, Sat 21 of Jul, 2007 [19:09 UTC]: hi good day to all can anyone help me how to configured the nortel sip to the signaling server and how to activate in mobile w/ sip compatible without mcs
Server Stats
  • Execution time: 0.38s
  • Memory usage: 2.19MB
  • Database queries: 28
  • GZIP: Disabled
  • Server load: 2.93

Asterisk Clarent Class 5 Call Manager

Asterisk and Verso's Clarent Class 5 Call Manager


This is an experience connecting Asterisk to Verso's new SIP stack in their Clarent Class 5 Call Manager

sip.conf

;registering with the switch
register => phonenumber:password:username@host

;the switch were dealing with here makes use of the auth user option in the register statement
[verso-in]
; incoming calls only.

type=user
context=verso

[verso-out]
type=peer

;outbound calls only
secret=password
username=username

;auth user
fromuser=phonenumber
;From user has to match the SIP device name on the switch or it will be ignored!

insecure=very
host=host
fromdomain=host

;From domain has to match the SIP device domain on the switch or it will be ignored!
canreinvite=no

rtp.conf
;need to change rtp ports

rtpstart=30000
rtpend=65535

;the particular switch I was dealing with had the rtp ports set as stated. it may differ between providers

Summary
Then deal with the calls as you would any other SIP provider. Some bugs are still being found here and there, so the wiki will be updated as the bugs are found and sorted out.

Created by jkrueger, Last modification by Michael Toop on Sat 25 of Feb, 2006 [19:42 UTC]

Comments Filter

Re: Asterisk and Verso's Clarent Class 5 Call Manager

by Michael Toop on Saturday 25 of February, 2006 [19:49:23 UTC]
Here is another experience with a Clarent Verso! ; ) works with a South African VoIP provider

sip.conf

[general
port = 5060
bindaddr = xxx.xxx.xx.xx
fromdomain=xxx.xxx.xx.xx
callerid = yyy
userid = yyy
fromuser = yyy
insecure = very
qualify = no
regexten = yyy
canreinvite=no

extensions.conf
exten => s,2,Dial(SIP/{EXTEN}@196.41.5.74:5060) ...very wierd...but it works! If the port is not included it does not work & if there is no text before the @ it does not work.

Contact me if you need help with this. Michael Toop: michael{at}bizcall.co.za

More samples Configurations Verso Class 5 Call Manager

by blearning on Tuesday 01 of March, 2005 [08:48:39 UTC]
Some hints and a sample. There are 3 files we need to edit on the Asterisk,

/etc/asterisk/sip.conf
/etc/asterisk/extensions.conf
/etc/asterisk/rtp.conf



The C5 setup is a typical SIP client Configure the endpoint and phone as you normally would


or typical SIP Gateway Configure the Gateway as any other gateway would be configured in the Clarent Assist


Sip Client / SIP gateway C5 – Asterisk Example


In this example a “sip UA client”

a phone number of 6386782250 an
ID of 6386782250@65.166.180.132 with
a password of 6386782250

The C5 in this example is located at 65.166.180.132

The C5 address and the endpoint ID Host does not have to be the same, but in this case are.


/etc/asterisk/sip.config
register = 6386782250:6386782250:6386782250@65.166.180.132


; with a SBA installed and a SIP Gateway 
;register = 6386782250:6386782250:6386782250@65.166.180.132:55061
; Hint
;register = phonenumber:username:password@hostC5:port  



"8578"
type=friend
        ;Incoming  Outgoing call requirements ....
        ;friend 2 way..... 
        ;peer incoming
        ;user outgoing
        ;

context=sip ; context in extensions.conf to use, may be default or any other extensions context
secret=6386782250
username=6386782250        ;The C5 Network ID
        ;Auth User

fromuser=6386782250        ;The Phone number associated with the C5 ID
insecure=very              ;relax Asterisk authorization for incoming calls
host=65.166.180.132        ;the address of the C5
fromdomain=65.166.180.132  ;The Address of the same as The ???@domain in C5 ID Setup
canreinvite=no             ;use asterisk as the Media Gateway Keep Asterisk in the call
                           ;codecs may be stated as the following
                           ;any endpoint codec would be acceptable here
disallow=all               ;start to define Codecs
allow=ulaw                 ;C5 Default codec
allow=alaw                 ;Another good one to add






/etc/asterisk/extension.conf
;Sample entry
exten = 8578,1,Dial(SIP/8578/16783669)

so in the above example we are saying when someone

dial's extension 8578 the first thing I want to do is dial using the

sip Context "8578" (see above the 8578 context) and the digits I want
to send are 16783669, could also be a variable or any digits that are routed by the C5.

8578 is the Extension number to dial and

8578 happens to also be the sip context (See sip.conf)




/etc/asterisk/rtp.conf
general
;default configuration is
;
; RTP start and RTP end configure start and end addresses
;
;rtpstart=10000
;rtpend=20000
;
;we want to change it to
;
rtpstart=30000 ;C5 RTP Ports
rtpend=65535

Verso Technologies Inc will support the connection of Asterisk to the Verso Softswitch for Customers

Re: Asterisk and Verso's Clarent Class 5 Call Manager

by lwilson on Wednesday 27 of October, 2004 [16:07:59 UTC]
This sounds great but how can I obtain the Verso Clarent Class 5 Call Manager? Is it open source?

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2007 Arte Marketing, Inc.

Powered by bitweaver