I have configured telasip DID with following entried in sip_custom.conf

[telasip]
username=xxxx (fake)
type=peer
secret=xxxxx
quality=yes
nat=yes
insecure=very
fromuser=xxxx
host=gw4.telasip.com
#disallow=all
#allow=ulaw
#allow=alaw
fromdomain=gw4.telasip.com
context=from-telasip

and Register string in sip.conf under general and extensions.conf has following entries

[from-telasip]
exten => 1134817097,1,Answer
exten => 1134817097,2,Wait(1)
exten => 1134817097,3,Background(pls-hold-while-try)
exten => 1134817097,4,NoOp(Incoming call for Suzie on TelaSIP #8431234567)
exten => 1134817097,5,Dial(SIP/71469,20,m)
exten => 1134817097,6,VoiceMail([EMAIL PROTECTED])
exten => 1134817097,7,Hangup

The problem is I can receive one incoming call to this DID successfully. Then I tried to call this DID, it say it is not avaiable. SO in Asterisk CLI I type reload to reload Asterisk. Then incoming call works again, then next one is not, then reload, it works, so and so. What could be the problem? Please help.
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to