[EMAIL PROTECTED] ("Dan") writes:

> P.S. Have you tried X-Lite? It has G.711ulaw, G.711a law, GSM and iLbc.

>From looking again at the docs on digium's site it seems that NM
wasn't a good choice of softphone for configuring with *. basically
due to the codecs available.

I've downloaded both X-Lite but don't seem to be configuring things
properly as I'm getting

NOTICE[81926]: File chan_sip.c, Line 4488 (handle_request): Registration from 'Simon 
Mudd <sip:[EMAIL PROTECTED]>' failed for '192.168.0.2'

repeatedly displayed on the * console.

X-Lite has been configured as follows: (I couldn't find any examples
for use with *):

Display Name: Simon Mudd
User Name: 1005         # the extension
Authorization user: <same as user name>
Password: none                  # I can't work out how to clear this
Domain/Realm: sip               # needed to put something here, not sure what
Sip proxy: 192.168.0.1:5060     # ip of * PABX


sip.conf shows
;
; SIP Configuration for Asterisk
;
[general]
port = 5060                     ; Port to bind to
bindaddr = 0.0.0.0              ; Address to bind to
context = default               ; Default for incoming calls

[1005]
type=friend
host=192.168.0.2
secret=none
dtmfmode=inband
context=local

and extensions.conf

[local]
exten => s,1,Wait,1                     ; Wait a second, just for fun
exten => s,2,Answer                     ; Answer the line
exten => s,3,DigitTimeout,5             ; Set Digit Timeout to 5 seconds
exten => s,4,ResponseTimeout,30         ; Set Response Timeout to 10 seconds
exten => s,5,Goto(1001)                 ; Goto 1001 (simon's extension)

exten => 1000,1,Goto(demo,s,1)
exten => 1001,1,dial(h323/[EMAIL PROTECTED])      ; Simon Netmeeting (723 is the codec 
to use)
exten => 1002,1,dial(h323/192.168.0.3)  ; Nieves
exten => 1003,1,dial(h323/213.97.127.171)      ; Luis
exten => 1004,1,dial(h323/80.33.22.10)         ; Julian
exten => 1005,1,dial(SIP/1005)                  ; Simon X-Lite


Any pointers as to how to get this going?

Sorry to be a pain, I just want to get a softphone working with
asterisk and then to add more functionality.

Simon
-- 
Simon J Mudd, Postfix RPM Packager, Amsterdam, The Netherlands.
email: [EMAIL PROTECTED], Tel: +31-627-592 627, http://postfix.WL0.org
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to