[Asterisk-Users] asterisk registered in ser proxy

Juan Salas jsalas at magenta.cl
Fri Aug 5 06:46:59 MST 2005


Yes you can.

In sip.conf you must edit:

register => <user in SIP proxy>:<password in SIP proxy>:<AUTH-ID in SIP
proxy>@<IP of SIP proxy>/<local peer in asterisk where you answer the call>

and you must define a peer for the SIP proxy:

[SIP-proxy]
type=peer
context=<where you have the peer for answer>
secret=<password in SIP proxy>
username=<AUTH-ID in SIP proxy>
fromdomain=<IP of SIP proxy>
canreinvite=yes
dtmfmode=RFC2833
canreinvite=yes
qualify=yes
host=<IP of SIP proxy>
insecure=very
fromuser=<user in SIP proxy>
disallow=all
allow=g729

Finally, to make a call from asterisk yo need in the extension.conf
something like this:

exten => _X.,1,Dial(SIP/SIP-proxy/${EXTEN})


This should work!

Regards.

Jsalas














-----Mensaje original-----
De: Jenna Cole [mailto:girlasterisk at yahoo.com.ar]
Enviado el: Friday, August 05, 2005 8:25 AM
Para: asterisk-users at lists.digium.com
Asunto: [Asterisk-Users] asterisk registered in ser proxy


is it possible to register asterisk in a sip proxy as
if it were a terminal (like a cisco ATA)? how?

Thanx
Jenna ;)


	

	
		
___________________________________________________________ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list