14:19:36 Hey barney__ how are you handling storage of sent and received SMS? (if any?) 14:22:00 mc_ to confirm... the rules for carrier docs are REGEX? 14:22:18 Ysean yes they are regex 14:22:30 ok, thanks ruel 14:23:25 One thing to note is that rules are applied AFTER the number is formatted by formatters or number_manager rules. 14:27:29 oooh, nice to know. Thanks for that added bit of information! 14:33:07 :) Before I knew that I wasted lots of time unnecessarily messing with rules before realizing that was going on. :-D 14:35:00 :) 14:58:46 That's an improvement. Now I'm getting "no_route_destination" 15:14:07 We have to double escape regex in fauxon? 15:17:51 Ysean: yeah, \+ needs to be "\\+" in the stored regex, for instance 15:20:23 OK. Hmm, then it seems the account still isn't using the global carrier. We specify the global carrier as "type": "global" correct? 15:20:37 or would it just be "type": "external" 15:30:54 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"? 15:43:34 The account call flow for "no_match" has "user_local_resources" set to true and "module": "offnet" 15:44:05 I would expect it to then be trying to match the one of the enabled offnet documents based upon the formatter, correct? 16:19:01 Would someone be willing to validate the syntax of what should be my global offnet carrier doc? 18:53:18 Disregard. I got it selecting the proper offnet carrier doc now. 19:00:52 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? 19:18:46 so progres... faxes are attempting, however are failing. the shows stepwswitch_originate reporting "channel execution error while waiting for originate". Any ideas? 19:21:00 a couple lines down it says "no hooks to handle CHANNEL_CREATE" 20:12:35 Ysean: use_local_resources:true means check the account in question for resources 20:12:46 as you had global resources created, stepswitch didn't consult them 20:12:59 for the fax error, check freeswitch logs 20:13:07 likely has the cause 20:13:51 using "offnet" callflow action is considered deprecated, consider using "resources" instead and setting "use_local_resources" as appropriate 23:35:01 deprecated for 4.30-140? 23:37:31 Ysean: do you have `gateways.media.fax_option = true` as well as the fax flag? 23:46:15 nope, that does not exist 23:54:10 I recommend it; 23:55:07 how about in the top level, do you have: "media": { "fax_option": true, "ignore_early_media": true } or similar? 23:55:16 Thanks. 23:55:51 ignore_early_media is not configured either. 23:56:48 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 23:57:16 i believe the early_media flag is not required 23:57:31 erm value, not to be confused with flags 23:57:44 Aye. 23:57:50 Thank you. 23:58:04 hth