similar to: set google voice callerid as Unknown/Unavailable ?

Displaying 20 results from an estimated 40000 matches similar to: "set google voice callerid as Unknown/Unavailable ?"

2013 Mar 07
2
11.3: how to hang up on google voice
Some calls I get from google voice, I just send myself an email about the call and want to hangup. But I can't seem to make gv know I've hung up. extensions.conf: same => n,GoToIf($["${CALLERID(num)}"="office"]?email) ................. same => n(email),System(/usr/local/bin/emailme........) same => n,Answer() ; also tried without this same =>
2013 May 16
2
11.4: motif can only handle one channel at a time?
I have a call on gv over motif. I try to bridge it to another call over motif, but a different gv account, and I get congestion. motif only handles one 1 channel at a time?? sean
2014 Dec 22
2
11.5.0: blindxfer problems
On 12/21/2014 11:09 AM, sean darcy wrote: > On 12/21/2014 04:42 AM, Patrick Beaumont wrote: >> Have you enabled DTMF logging and seen the DTMF codes being recognised by >> Asterisk? I had a bunch of soft phones that I had to change to using ?sip >> info? for the DTMF signalling as the RFC signalling was not always being >> recognised. This would cause transfers to appear
2014 Dec 21
2
11.5.0: blindxfer problems [Spam score:10%]
Have you enabled DTMF logging and seen the DTMF codes being recognised by Asterisk? I had a bunch of soft phones that I had to change to using ?sip info? for the DTMF signalling as the RFC signalling was not always being recognised. This would cause transfers to appear as if the user had not dialled any digits. On 20/12/2014 20:52, "sean darcy" <seandarcy2 at gmail.com> wrote:
2014 Dec 21
0
11.5.0: blindxfer problems
On 12/21/2014 04:42 AM, Patrick Beaumont wrote: > Have you enabled DTMF logging and seen the DTMF codes being recognised by > Asterisk? I had a bunch of soft phones that I had to change to using ?sip > info? for the DTMF signalling as the RFC signalling was not always being > recognised. This would cause transfers to appear as if the user had not > dialled any digits. > > >
2014 Dec 20
2
11.5.0: blindxfer problems
On 12/19/2014 09:42 AM, Rusty Newton wrote: > On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2 at gmail.com> wrote: >> I've got a confbridge set up which works if dialed locally: >> >> -- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack >> -- Executing [266 at internal:2] SendDTMF("DAHDI/1-1",
2013 Jun 10
3
no silk translation ?
Using 11.4.0, trying to use SILK on the cell phone to ulaw over gv, but no success: [Jun 10 16:18:22] WARNING[4090][C-0000000a]: channel.c:6164 ast_channel_make_compatible_helper: No path to translate from SIP/ng-00000000 to Motif/+12025551212 at voice.google.com-da3c [Jun 10 16:18:22] WARNING[4090][C-0000000a]: app_dial.c:3032 dial_exec_full: Had to drop call because I couldn't make
2019 Mar 29
3
why doesn't extension "s" work ?
I'm using "s" extension in my dialplan: [gv-voice] exten => s,1,Verbose(callerid is "${CALLERID(all)}" or "${CALLERID(num)}") ;Set(Var_TO=${SIP_HEADER(TO)}) ; PJSIP_HEADER(read,To) same=>n,.... But when a call comes in to the gv-voice context, "s" doesn't match the extension: res_pjsip_session.c:2991 new_invite: Call from
2015 Nov 01
5
no ringing tone with Dial option r
I'm not getting any ringing when I use option r with Dial: Dial("DAHDI/1-1", "motif/8447/+1<called-num>@voice.google.com,,rTt") in new stack Otherwise all works. The call goes through, good audio. sean
2014 Dec 20
0
11.5.0: blindxfer problems
On 12/20/2014 03:22 PM, sean darcy wrote: > On 12/19/2014 09:42 AM, Rusty Newton wrote: >> On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2 at gmail.com> wrote: >>> I've got a confbridge set up which works if dialed locally: >>> >>> -- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack >>> --
2014 Dec 17
2
11.5.0: blindxfer problems
I've got a confbridge set up which works if dialed locally: -- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack -- Executing [266 at internal:2] SendDTMF("DAHDI/1-1", "1") in new stack -- Executing [266 at internal:3] ConfBridge("DAHDI/1-1", "1") in new stack -- <DAHDI/1-1> Playing
2008 Nov 09
3
set(CALLERID(name) not working
I've tried to create a subroutine that sets callerid name based on number. extensions.conf: ........... exten => s,1,Answer() exten => s,n,GoSub(set-callerid-name,0${CALLERID(num)},1) exten => s,n,Dial(${mainline},60) ....... [set-callerid-name] exten => 0,1,NoOp( no CALLERID num set) exten => 02025462677,1,Set(CALLERID(name) = "Fred" ) ................ exten =>
2014 Nov 18
1
google voice
anybody know the motif driver if the integration with google voice still work or not? What's the best way for the interop with google voice? Thanks. George wu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20141118/d0a6ed6d/attachment.html>
2014 Dec 19
0
11.5.0: blindxfer problems
On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2 at gmail.com> wrote: > I've got a confbridge set up which works if dialed locally: > > -- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack > -- Executing [266 at internal:2] SendDTMF("DAHDI/1-1", "1") in new stack > -- Executing [266 at internal:3]
2019 Apr 08
2
pjsip endoint woes
On Sat, Apr 6, 2019, at 10:04 AM, sean darcy wrote: > On 4/5/19 10:36 AM, sean darcy wrote: > > I'm trying to set up pjsip to work with an obi202 and google voice. But > > I can't configure the endpoint. > > > > pjsip: > > > > [obi202-auth](!) > > type = auth > > auth_type = userpass > > password = <mypass> > > >
2011 Dec 03
2
google voice calling dial plan question.
When a caller calls my google voice phone number, I must answer, wait and press one to accept. Sometimes even that does not work. I have tried a few different things to get asterisk to place the call in an answered state and send the DTMF 1 with the Dial macro. I found Malcom Davenports wiki page regarding Google calling which has been very helpful in troubleshooting the issue.
2009 Jan 15
1
how to debug mime-construct with fax2mail?
I'm trying to capture faxes on 1.6.1-beta4. AFAICT, app_fax is working OK. I'm then using fax2mail to send the fax. That wasn't working, so i posted for help using the System() cmd, since fax2mail did work from the command line. But now I realize it's fax2mail and mime-construct itself. I set up a fax-test context: [fax-test] exten=>666,1,NoOp( fax-test )
2009 Jun 06
1
Teliax: where's the space in CALLERID(num) from?
I'm having trouble setting callerid with teliax. I use a simple dial-out subroutine to set the callerid depending on the calling extension, and then dial out. Teliax is saying they're not seeing any callerid info. [DialOut] ; subroutine for dialing out. exten => s,1,NoOp(Context: DialOut called with outgoing number ${ARG1} ) exten => s,n,NoOp(${CALLERID(num)}XXXX) exten =>
2007 Mar 29
1
Set(CALLERID(all) not working with 'unknown' call?
Hi, This is really strange (but probably simple solution). The CALLERID(all) setting doesn't seem to work when the incomming callerid is 'unknown'. Dialplan looks like this: exten => _3072,1,Answer exten => _3072,n,Set(CALLERID(all)=DIRECT <0850553072>) exten => _3072,n,Dial(SIP/2001&SIP/2002&SIP/2003&SIP/2004&SIP/2201&SIP/2202&SIP/2
2010 Dec 28
0
How to use google voice for voicemail transcription
No, I don't know how to do this. Does anybody? I'd like to take a voicemail file from asterisk (*.wav, *.gsm, *.mp3 ?) and send it to googlevoice as a voicemail, then get the transcription over gmail. I know about pygooglevoice (is it still maintained?). But I can't figure out how to dial gv and leave a message (robo dial??) from a system command. This would allow me to get