DID Logic + FreePBX behind NAT
I refuse to believe this is the case. This is not the early 90s anymore and surely there is a mechanism for NAT'ed boxes behind a dynamic IP.
View ArticleCustom Failover Module - Preserving Caller ID
Thanks for the suggestions. I tried these two methods: Goto(from-internal,15555555555,1) Dial(Local/15555555555@outbound-allroutes/n) But the caller ID was not preserved in either case. If I put this...
View ArticleDID Logic + FreePBX behind NAT
Hi, If you refuse to accept this, you can always join the Asterisk development team and help to design a new NAT module. Thank you, Daniel FriedmanTrixton LTD.
View ArticleDID Logic + FreePBX behind NAT
I just checked and there is support for dynamic IP, via means of a domain name. Are you implying this don't work properly ?
View ArticleCustom Failover Module - Preserving Caller ID
Hi, You can always set the caller id before your extensions status checking: [failover] exten => s,1,NoOp(Failover Check) same => n,Set(CALLERID(all)=${CHANNEL(from)} same =>...
View ArticleDID Logic + FreePBX behind NAT
Hello, I am not implying, I am telling you that it is not working properly, but not because of the Asterisk, it is because of the SIP protocol. Anyway, if you are using a dynamic public ip (that...
View ArticleAdd localhost in Local Networks
My setup uses a sip trunk to deal to Skype gateway that resides on the same machine.This sip trunk is configured this way :...
View Article{solved} Unable to order module support via online system
I created a blank profile in Firefox without any add-ons and processed the payment that way. Having received the notice respecting support for commercial modules I went to the provided URL and find...
View ArticleDID Logic + FreePBX behind NAT
Hi Daniel, Thanks for your reply. I have a client updating my domain records already for other services already. Just to be sure: what do you know for sure is not working? Setting up "dynamic" and...
View ArticleCustom Failover Module - Preserving Caller ID
I've been able to determine that my SIP provider is not altering the caller ID in this case. For example, I can set any number as the outbound caller ID of my extension, and the provider allows it to...
View ArticleBria cloud module / stretto / rtp using local ip STUN PLEASE? One way audio
Hmm.... I think I'm wrong about the reason it's not working. Probation passed - setting RTP source address to [trunk IP]:17764 Probation passed - setting RTP source address to [My PublicIP]:61346
View ArticleCustom Failover Module - Preserving Caller ID
Hi, You do not allow an override in your trunk settings. Can you send me a screenshot of your sip trunk settings? Thank you, Daniel FriedmanTrixton LTD.
View ArticleDID Logic + FreePBX behind NAT
Hi, I am sorry my friend, but you lost me completely. Can you start over? Please paste your sip trunk settings here. Thank you, Daniel FriedmanTrixton LTD.
View ArticleUnable to activate sysadmin after zend reset
This happened again on a different server. All I did was go into sysadmin and click Activate from the activation screen, the admin page goes blank. If I load it in a new browser, I see the dumb Out of...
View ArticleDID Logic + FreePBX behind NAT
Hi, Apologies. I sorted out the trunk problem now, but I got interested in the dynamic IP feature. I'm going to configure Dynamic IP with Dynamic Host. Is this the combination you know is not working...
View ArticleCustom Failover Module - Preserving Caller ID
Sure. Here is a screenshot of my trunk settings (with sensitive info edited out) http://ibin.co/2MCMakfr7YsV
View ArticleDID Logic + FreePBX behind NAT
Hi, When you write host=dynamic it means that the end device should register to you (the server). As you are the client and not the server (in cse of sip providers), you need to send the registration...
View ArticleCustom Failover Module - Preserving Caller ID
Hi, Let us add a small bypass: [failover] exten => s,1,NoOp(Failover Check) same => n,Set(__USEROUTCID=${CALLERID(num)}) same => n,GotoIf($["${SIPPEER(11801,status):0:3}"="OK "]?good) same...
View ArticleCustom AGI script for outbound call checks stopped working
Thanks again for your help. changing the n to 1's fixed the problem. I have been working to understand the other problem which has never really been an issue but I'm at a total loss. Also since...
View ArticleCustom AGI script for outbound call checks stopped working
Hi, It is hard to say without watching the logs. I do not know exactly when you are calling your AGI scripts. Thank you, Daniel FriedmanTrixton LTD.
View Article