[Asterisk-Users] newbie SIP question

Tjardick van der Kraan tjardick at vanderkraan.net
Tue Jun 17 01:39:48 MST 2003


Hi Olaf,

It all depends on the dailplan you have setup in extensions.conf and the
general context in your sip.conf.
In your sip.conf in the general section is the context in which all non
specified sip connections will be dropped, for example:

context=sip-inbound

then make the sip-inbound context in your extensions.conf with a number for
your phone

[sip-inbound]

exten => 200,1,Dial(Sip/phone2)

Anyone dailing sip:200 at asterisk.mydomain.org will be connect to your phone2
sip account.

For the zaurus i think you could also add the following line to your
[sip-inbound] context:

exten => tkcphone,1,Dial(Sip/phone2)

But not 100% about that one.

Greetings,

Tjardick

----- Original Message ----- 
From: "Olaf Menzel" <menzel at fokus.fhg.de>
To: <asterisk-users at lists.digium.com>
Sent: Tuesday, June 17, 2003 10:12 AM
Subject: [Asterisk-Users] newbie SIP question


> Hi all,
> --------
>
> I am sorry to ask you this newbie question again but I did not get any
answer:
>
> If I have installed a asteriskpbx at the public internet what would be my
own
> sip address ? I guess it depends on the callerid . ??
>
> sip.conf
>
> [phone2]
> type=friend
> host=dynamic
> dtmfmode=rfc2833
> mailbox=9999
> context=siphome
> callerid="Tkc" <2124>
>
> ----------
> asterisk server = asterisk.mydomain.org
>
>
> I somebody outside of my asterisk system wants to contact "Tkc" via SIP
what
> would be the right sip adress ? I guess : sip:tkc at asterisk.mydomain.org or
> sip:2124 at asterisk.mydomain.org ???
>
> What about sip programs wich does not support number dialing and only
accepts
> full sip compliant addresses in the form of: sip:userid at machine.foo.bar .
I
> want to use the sip client "tkcphone" for the Sharp Zaurus PDA  in the
> asterisk environment and this client does not support number dialing.
>
> Do I need additional stuff in extensions.conf ??
>
> regards
>
> Olaf
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>




More information about the asterisk-users mailing list