[Asterisk-Users] CLUELESS NEWBIE needs help making an outbound sip call to PSTN

Rich Adamson radamson at routers.com
Sun Jun 5 18:16:30 MST 2005


> Please correct me if I'm wrong but what I understand you to be saying is:
> 
> That there is actually a bug in asterisk that is causing me NOT to be able 
> to make an outbound SIP to PSTN call?
> 
> And that I need to start over and compile a new version that has been 
> fixed?
> 
> Has this been a problem all along or does it only affect the version I am 
> running?
> 
> I am running version:
>   Asterisk CVS-Nv1-0-7-05/19/05-11:22:20 built by 
> root on a i686 running Linux
> 
> 
> 
> Can you *please* calrify.... am I still doing something wrong? or is 
> this the the fault of a bug in asterisk.
> 
> Please bare with me here I am a newbie with asterisk.
> 
> I am just trying to make a SIMPLE call out to the PSTN via my sip provider 
> from asterisk.
> 
> Your message is unclear if this bug fixes a message problem or if it will 
> actually help me to be able to make an outbound call...
> 
> seems that it still may not work but I will get a different message
> that says ""you are using a stale
> > challenge, please come back".

I think what Olle was saying is there was a bug in sip _authentication_
mechanism, and the patch to fix that bug has been applied to cvs-head
but not to Stable (as yet). It would appear you're running Stable v1.0.7
with the bug.

"Assuming" you installed the Stable source code and compiled it 
yourself, you can do the following:
cd /usr/src
export CVSROOT=:pserver:anoncvs at cvs.digium.com:/usr/cvsroot
cvs login		- the password is anoncvs.
cd asterisk
make update
make clean
make install

If you haven't done an update before, you might want to keep the above
and update your notes to be able to do the above repeatedly. You _will_
need to do that from time to time, and probably do the same for the
zaptel source directory.

Rich





More information about the asterisk-users mailing list