-
ruel
Hey barney__ how are you handling storage of sent and received SMS? (if any?)
-
Ysean
mc_ to confirm... the rules for carrier docs are REGEX?
-
ruel
Ysean yes they are regex
-
Ysean
ok, thanks ruel
-
ruel
One thing to note is that rules are applied AFTER the number is formatted by formatters or number_manager rules.
-
Ysean
oooh, nice to know. Thanks for that added bit of information!
-
ruel
:) Before I knew that I wasted lots of time unnecessarily messing with rules before realizing that was going on. :-D
-
Ysean
:)
-
Ysean
That's an improvement. Now I'm getting "no_route_destination"
-
Ysean
We have to double escape regex in fauxon?
-
mc_
Ysean: yeah, \+ needs to be "\\+" in the stored regex, for instance
-
Ysean
OK. Hmm, then it seems the account still isn't using the global carrier. We specify the global carrier as "type": "global" correct?
-
Ysean
or would it just be "type": "external"
-
Ysean
I removed the account and recreated it and now no outbound calls are working. It's not finding a matching carrier so, other than the formatter and rules settings do I need to set offnet document type as "global" or "external"?
-
Ysean
The account call flow for "no_match" has "user_local_resources" set to true and "module": "offnet"
-
Ysean
I would expect it to then be trying to match the one of the enabled offnet documents based upon the formatter, correct?
-
Ysean
Would someone be willing to validate the syntax of what should be my global offnet carrier doc?
-
Ysean
Disregard. I got it selecting the proper offnet carrier doc now.
-
Ysean
Question... when I create a user faxbox that utilizes an extension instead of a DID how do I make outbound calls utilize the account main number DID without going in and manually adjusting the caller ID used by the user's fax box within the fax boxes callflow?
-
Ysean
so progres... faxes are attempting, however are failing. the shows stepwswitch_originate reporting "channel execution error while waiting for originate". Any ideas?
-
Ysean
a couple lines down it says "no hooks to handle CHANNEL_CREATE"
-
mc_
Ysean: use_local_resources:true means check the account in question for resources
-
mc_
as you had global resources created, stepswitch didn't consult them
-
mc_
for the fax error, check freeswitch logs
-
mc_
likely has the cause
-
mc_
using "offnet" callflow action is considered deprecated, consider using "resources" instead and setting "use_local_resources" as appropriate
-
Ysean
deprecated for 4.30-140?
-
gontran
Ysean: do you have `gateways.media.fax_option = true` as well as the fax flag?
-
Ysean
nope, that does not exist
-
gontran
I recommend it;
-
gontran
how about in the top level, do you have: "media": { "fax_option": true, "ignore_early_media": true } or similar?
-
Ysean
Thanks.
-
Ysean
ignore_early_media is not configured either.
-
gontran
i'm reviewing my working resource config and we have media.fax_option = true in each gateway element as well as in the top level for the resourc.e
-
gontran
i believe the early_media flag is not required
-
gontran
erm value, not to be confused with flags
-
Ysean
Aye.
-
Ysean
Thank you.
-
gontran
hth