Re: [asterisk-users] basic sip quesiton

2012-07-05 Thread Andrew Colin
Put disallow=all below all of the allow=


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


[asterisk-users] basic sip quesiton

2012-07-04 Thread Thomas Perron
What am I missing please?   sip show registry shows that I am registered.

[general]
register = 5552530146:tam...@sip3.voipvoip.com
;
;
[sip3.voipvoip.com]
bindport=5060 ;you can use different port if the default is blocked
bindaddr=0.0.0.0 ;binds to all



;this is for codec negotiation between the useragent and asterisk
disallow=all
allow=ulaw
allow=alaw
allow=g729
allow=gsm



context=incoming ;default context where incoming calls are passed. this
should be the context where your local user.s extensions reside

[outbound-trunk]
;this is the second section of you sip.conf file. Here you can create your
trunk through which you will throw your outgoing calls to axvoice.
host=sip3.voipvoip.com
type=peer
dtmfmode=rfc2833
canreinvite=yes
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] basic sip quesiton

2012-07-04 Thread Warren Selby
On Jul 4, 2012, at 9:20 PM, Thomas Perron thomas.per...@gmail.com wrote:

 What am I missing please?   sip show registry shows that I am registered.

What are you missing?  A question, or at the least, a description of whatever 
problem you are having?  Also, a meaningful subject that somewhat talks to the 
content of your question.
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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