search for: sender_nam

Displaying 7 results from an estimated 7 matches for "sender_nam".

Did you mean: sender_name
2018 May 21
5
Looking for better fax handling
...MI script like this: Action: Originate Channel: SIP/provider/%(destination)s Context: LocalSets CallerID: Vybe Consulting Inc Fax Service <6475551212> Exten: sendfax Priority: 1 Timeout: 30000 Variable: faxfile=%(faxfile)s Variable: uid=%(uid)s Variable: destination=%(destination)s Variable: sender_name=Vybe Consulting Inc Fax Service Variable: sender_num=6475551212 It then renames the file encoding the next retry time and incrementing the number of retries. The same script checks for files in a success folder and sends the users a confirmation message that the fax was sent. The files are move...
2019 Dec 03
2
Faxes stopped working - AMI issue?
...Context: LocalSets > CallerID: Vybe Consulting Inc Fax Service <5555551212> > Exten: sendfax > Priority: 1 > Timeout: 30000 > Variable: faxfile=%%(faxfile)s > Variable: uid=%%(uid)s > Variable: destination=%%(destination)s > Variable: sender_name=Vybe Consulting Inc Fax Service > Variable: sender_num=5555551212 > > Those "%%" strings get replaced by real data.  My sendfax extension has > a bunch of stuff but the very first line is this: > > exten => sendfax,1,Verbose(0,FAX ${faxfile} to ${de...
2019 Nov 27
2
Faxes stopped working - AMI issue?
...looks like this: Action: Originate Channel: SIP/outgoing/%%(destination)s Context: LocalSets CallerID: Vybe Consulting Inc Fax Service <5555551212> Exten: sendfax Priority: 1 Timeout: 30000 Variable: faxfile=%%(faxfile)s Variable: uid=%%(uid)s Variable: destination=%%(destination)s Variable: sender_name=Vybe Consulting Inc Fax Service Variable: sender_num=5555551212 Those "%%" strings get replaced by real data. My sendfax extension has a bunch of stuff but the very first line is this: exten => sendfax,1,Verbose(0,FAX ${faxfile} to ${destination}) So, regardless of what follows, s...
2019 Dec 03
2
Faxes stopped working - AMI issue?
...ce <5555551212> > >     Exten: sendfax > >     Priority: 1 > >     Timeout: 30000 > >     Variable: faxfile=%%(faxfile)s > >     Variable: uid=%%(uid)s > >     Variable: destination=%%(destination)s > >     Variable: sender_name=Vybe Consulting Inc Fax Service > >     Variable: sender_num=555555121 > Have you tried narrowing it down at all? Using the CLI to do a test > "channel originate" using the same dial string? Have you looked at what > comes back from AMI as a result of the Originate t...
2007 Dec 13
16
"Tricks" for testing after_create callback???
I''ve got a model Message, which needs to send an email using action mailer after it''s first saved in the database. I want to pass the model to the mailer which then uses methods on the message model to render the email. So the natural way to do this is in an after_create callback on the Message model. But I can''t see an easy way to test this. Here''s my spec
2005 Dec 17
1
How to use validation with aggregation (composed_of)?
At the risk of being banned for posting the same question twice, I thought I''d try once more with a question for the title rather than a statement (on the basis that perhaps questions get answered and statements ignored ;-) ) ActiveRecord supports composed_of for value objects which is fantastic but one thing that it doesn''t seem to support (or at least I am unable to
2009 Apr 23
8
how to avoid (Net::SMTPFatalError) "555 5.5.2 Syntax error
...#39;-'').squeeze("-").chomp("-")}/#{designation.strip.squeeze(" ").gsub(/[^[:alnum:]]/,''-'').squeeze("-").chomp("-")}/#{id}''>clck here<\/a>" @body[:company_name] = "#{company}" @body[:sender_name] = "#{sender}" content_type "text/html" end If I submit an email id, It is giving error as (Net::SMTPFatalError) "555 5.5.2 Syntax error. d29sm1994943and.38\n" How to avoid this error Please help me its urgent. -- Posted via http://www.ruby-forum.com/.