[asterisk-users] Signaling incoming call

Luca Bertoncello lucabert at lucabert.de
Sun May 31 03:58:56 CDT 2015


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Guenther Boelter <gboelter at gmail.com> schrieb:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
> 
> On 05/31/2015 02:31 PM, Luca Bertoncello wrote:
> > Hi list!
> > 
> > Now all works as expected, at least in the simulation I did with
> > AsteriskNOW. Hopefully it will work later, when Deutsche Telekom
> > changes my ISDN to VoIP...
> 
> Don't worry, Asterisk works very well with Deutsche Telekom and there
> new ip-based connections ...

That's a good news...
Currenty I configured my sip.conf so:

register => 00493511111111:MYSECRET at pbxluca/00493511111111
register => 00493512222222:MYSECRET at pbxfax/00493512222222
register => 00493513333333:MYSECRET at pbxanika/00493513333333
register => 4444444444:MYVERYSECRET at messagenet/4444444444

[pbxluca]
type=peer
defaultuser=00493511111111
secret= MYSECRET
dtmfmode=rfc2833
host=172.16.34.132
context=luca_incoming 
outboundproxy=172.16.34.132
port=5060
fromuser=00493511111111
fromdomain=172.16.34.132
usereqphone=yes
canreinvite=no
insecure=invite
qualify=yes
qualifyfreq=600

[pbxfax]
type=peer
defaultuser=00493512222222
secret= MYSECRET
dtmfmode=rfc2833
host=172.16.34.132
context=fax_incoming 
outboundproxy=172.16.34.132
port=5060
fromuser=00493512222222
fromdomain=172.16.34.132
usereqphone=yes
canreinvite=no
insecure=invite
qualify=yes
qualifyfreq=600

[pbxanika]
type=peer
defaultuser=00493513333333
secret= MYSECRET
dtmfmode=rfc2833
host=172.16.34.132
context=anika_incoming 
outboundproxy=172.16.34.132
port=5060
fromuser=00493513333333
fromdomain=172.16.34.132
usereqphone=yes
canreinvite=no
insecure=invite
qualify=yes
qualifyfreq=600

[messagenet]
type=peer
defaultuser=4444444444
secret=MYVERYSECRET
dtmfmode=rfc2833
host=sip.messagenet.it
context=messagenet_incoming 
outboundproxy=sip.messagenet.it
port=5061
fromuser=4444444444
fromdomain=sip.messagenet.it
usereqphone=yes
canreinvite=no
insecure=invite
qualify=yes
qualifyfreq=60

Am I right if I say, that I just have to change "defaultuser", "host",
"secret", "outboundproxy" and "fromdomain" with the data from Telekom and it
works?

I thinks, it should be:

defaultuser=00493513333333
secret= MYSECRET
host=tel.t-online.de
context=anika_incoming 
outboundproxy=tel.t-online.de
port=5060
fromuser=00493513333333
fromdomain=tel.t-online.de

I'm not sure, where I should write my Login (from my DSL-Line)...
I see this page (in German):

http://hilfe.telekom.de/hsp/cms/content/HSP/de/3378/FAQ/theme-133631783/Auftrag/theme-82239611/IP-basierter-Anschluss/faq-350884716;jsessionid=A18F587E00F25C8FC26ACF3685481D72

Could you please help me?

Thanks
Luca Bertoncello
(lucabert at lucabert.de)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAlVqzVAACgkQ8Ggznj+1EDifYwCgiQTeZQsUljAP5CNpteeFW5aV
ugMAn0BnmlGJRHqBJA19DXPgqv0ZUqq1
=vt3E
-----END PGP SIGNATURE-----


More information about the asterisk-users mailing list