Help on Asterisk -> Obi110 #1 -> Obi110 #2 -> pstn setup

<< < (4/7) > >>

freewilly:
I did exact setup, still not working.

OBi #1 -> SP2 Service -> X_InboundCallRoute : {(xx.):pp(2*18005551212)}

and

OBi #2 -> OBiTALK Service -> X_InboundCallRoute : {(200123456)>(Msp1):sp1}

OBi #1's SP2 is connected to GV, by calling the GV number from my cell, got ring until GV voice mail kicks in.

tested both OBi #1's SP2  and OBi #2's SP1 are setup properly.

See attached call history from both devices, OBi #2 has no call at all.

Is there any other settings in Obi device other than default?

RonR:
And I assume you got to directory assistance?

The question I keep asking and never geting an answer to is?

Can you make Asterisk deliver exactly what you dial on CSipSimple to the OBi?

IOW, if you dial **117195676742 on CSipSimple, can you make Asterisk send that exact number unchanged (**117195676742) to OBi #1 SP2?  If so, you can have single stage dialing to OBi #2 from CSipSimple.

RonR:
The call to 18005551212 should have gone out SP1 of OBi #1.  The test was not supposed to go to OBi #2.  You kept saying the basic {(xx.):pp(2*18005551212)} syntax didn't work and I was just trying to show you it does.

Again, if you can dial any arbitrary number on CSipSimple and have it delivered unchanged via a SIP INVITE from Asterisk to OBi #1 SP2, one stage dialing out any trunk of OBi #1 OR OBi #2 is possible.

RonR:
Earlier you wrote:

Quote from: freewilly on June 22, 2011, 10:45:37 pm

It is pretty simple pass string(your obi number and pstn dial out number) from asterisk to Obi110 #1's Sp2

exten => 3334,n,Dial(SIP/200123123*18005551212@1111,20)

where
3334 is the extension I dial out from CSipSimple,
1111 is the extension of Sip at Obi110 #1's Sp2
200123123 is Obi110 #2
18005551212 is the number I want dial out from pstn


I read this as OBi #1 SP2 being configured as a SIP extension on Asterisk.

But now you appear to have OBi #1 SP2 configured for Google Voice:

Quote from: freewilly on June 24, 2011, 02:14:47 pm

OBi #1's SP2 is connected to GV, by calling the GV number from my cell, got ring until GV voice mail kicks in.


If your asterisk system calls OBi #1 using a Google Voice number on SP2, there's no way I know of to do one stage calling from an extension on Asterisk for the reason stated back in Reply #1.

If you'd like to PM me an OBiTALK number I can reach you at, maybe we should talk about this.

freewilly:
Quote from: RonR on June 24, 2011, 02:23:32 pm

Can you make Asterisk deliver exactly what you dial on CSipSimple to the OBi?


RonR,

Yes, I'm able to do that.

asterisk extensions.conf
...
exten => _2*XXXXXXXXXXX,1,Answer()
exten => _2*XXXXXXXXXXX,n,Dial(SIP/${EXTEN}@1111,20)
exten => _2*XXXXXXXXXXX,n,Hangup
...

attachments are asterisk log, obi#1 and obi#2 settings.

I dialed 2*18005551212 from CSipSimple(ext 1001) on my cell phone.
Nothing in history on obi#2, call handup by obi#1(see asterisk log).


Navigation

[0] Message Index

[#] Next page

[*] Previous page