Steve Foy wrote:
> Right... It just happened there now, this came up:
> 
> Feb  5 14:34:18 WARNING[1133742896]: Maximum retries exceeded on call
> [EMAIL PROTECTED] for seqno 3 (Response) 
> 
> I'm not sure if that's related to it, but it's the only thing that
> came up when the call got cut off. 
> 
> Here's the generic sip.conf stuff
> 
> [general]
> port = 5060           ; Port to bind to (SIP is 5060)
> bindaddr = 0.0.0.0    ; Address to bind to (all addresses on machine)
> 
> allow=all
> allow=GSM
> allow=G729
> allow=iLBC
> allow=SpeeX            ; Allow all codecs
> allow=ulaw
> 
> Here's a sip.conf declaration:
> 
> ; Andy
> [108]
> type=friend
> username=********
> secret=********
> host=dynamic
> dtmfmode=rfc2833
> callerid="Andy McAlister" <108>
> context=internal
> [EMAIL PROTECTED]
> qualify=yes
> canreinvite=no
> 
> And the relevant extension.conf bit:
> 
> ;Andy
> exten => 108,1,Dial(SIP/108,15)
> exten => 108,2,Playback(int-voicemail/108)
> exten => 108,3,Voicemail(s108)
> exten => 108,102,Playback(int-voicemail/108)
> exten => 108,103,Voicemail(s108)
> 
> Any insight vastly appreciated!
> 
> Cheers,
> Steve


Hmm.. From memory while back I think I had a similar problem. Try to:
bind= YOUR IP ADDRESS.

Ta
SJ

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

Reply via email to