On Thu, 2003-09-25 at 10:30, Kim C. Callis wrote:> I have been trying to send and receive calls through sipphone.com. Can
> someone give me an example of sip.conf and extensions.conf to support
> that?
>
my sip.conf has
[general]
register => 1747nnnnnnn:password@proxy01.sipphone.com/localnumber
[sipphone]
type=peer
secret=password
username=1747nnnnnnn
host=proxy01.sipphone.com
fromdomain=sipphone.com
callerid="Whatever <1747nnnnnnn>"
qualify=no
nat=yes
my extensions.conf has
;sipphone
exten => ${D_SIPPHONENUMBER},1,Dial(${DAVE},15)
exten => ${D_SIPPHONENUMBER},2,Voicemail2(u${DAVE_VM})
exten => ${D_SIPPHONENUMBER},3,Hangup
exten => ${D_SIPPHONENUMBER},102,Voicemail2(b${DAVE_VM})
exten => ${D_SIPPHONENUMBER},103,Hangup
and the kind Californian who phoned me at 7.00am CET one day can vouch
that it works.> ___
--
Dave Cotton <dcotton@linuxautrement.com>