Archives : December-2017
all,Im trying to resolve a weird issue with SIP routing.I have a number of SIP trunks, from a selection of providers, all of which are registered in sip.conf:[gener..
Im used to install Asterisk on Debian stable platforms.A customer is asking how I would proceed on a CentOS platform.After a short research (see [1] as an example), Im wondering what are general kernel practices on CentOS regarding Asterisk and w..
I am new on asterisk and do some tests on freepbx.I have 2 SIP provider:Provider1: In-/Out- Flatrate, only 1 Number Provider2: Incoming Flatrate, Outgoing Cost depend on destination, 3 numbersOn Asterisk site i have 3 phones(branch ??, dont know ..
Im giving HangupCauseClear() a try on a Debian Stretch / Asterisk 13.18.3stack.My dialplan is:exten = 1234,1,Set(CHANNEL(hangup-handler-push)=myhandler,s,1)same = n,Dial(SIP/foo/1234)same = n,Gosub(myhandler,s,1)same = n,HangupCauseClear()same = n,Dial(SIP/bar/1234)[myhandler]ex..