Displaying 4 results from an estimated 4 matches for "sender_num".
Did you mean:
sender_name
2018 May 21
5
Looking for better fax handling
...rovider/%(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 moved into
the success folder by Asterisk using this dialp...
2019 Dec 03
2
Faxes stopped working - AMI issue?
...x 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, shou...
2019 Nov 27
2
Faxes stopped working - AMI issue?
...ing/%%(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, shouldn't I be seeing that message in my
logs?
--...
2019 Dec 03
2
Faxes stopped working - AMI issue?
... 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 to see if it shows
> anything?
First of all, I really appreciate the...