Re: [asterisk-users] 11.4: motif can only handle one channel at a time?

2013-05-20 Thread sean darcy

On 05/16/2013 10:07 AM, sean darcy wrote:

On 05/16/2013 09:41 AM, sean darcy wrote:

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



More:

Two different motif sections. Two different xmpp sections.
xmpp shows both connections.

sean



I've made some headway, but not enough.

I have a motif call coming in. That bridges to a motif call going out.



-- Executing [s@incoming:2] Wait(Motif/+1in-2927, 1) in new stack
-- Executing [s@incoming:3] Answer(Motif/+1in-2927, ) in new stack
-- Executing [s@incoming:4] Set(Motif/+1in-2927, 
crazygooglecid=+1@voice.google.com/srvenc-nrqQ46ayZknr1yPFlefF9PJfrsgA2TBA) in new stack
-- Executing [s@incoming:5] Set(Motif/+1in-2927, 
stripcrazysuffix=+1) in new stack
-- Executing [s@incoming:6] Set(Motif/+1in-2927, CALLERID(all)=+1) 
in new stack
-- Executing [s@incoming:7] Goto(Motif/+1in-2927, relay) in new stack
-- Goto (incoming,s,14)
-- Executing [s@incoming:14] Dial(Motif/+1in-2927, 
motif/51/+1out@voice.google.com) in new stack
-- Called motif/51/+1out@voice.google.com
-- Motif/+1out@voice.google.com-d119 is proceeding passing it to 
Motif/+1in-2927
[May 20 12:17:25] NOTICE[4323][C-0167]: chan_motif.c:1636 jingle_indicate: 
Don't know how to indicate condition '15'
  == Spawn extension (incoming, s, 14) exited non-zero on 'Motif/+1-2927'


I set xmpp debug on. As far as I can see the incoming call (xmpp port 
45 ) terminates because of success just after the outgoing call ( 
xmpp 51 ) is set up. The called number rings 3 times. If it's 
answered, it's dead.




-- Called motif/51/+1out@voice.google.com

--- XMPP received from '51' ---

-

--- XMPP received from '51' ---
iq from=+1out@voice.google.com to=51@gmail.com/asterisk-xFF200C8A type=error id=msession type=initiate id=648cafa373d780f8 initiator=51@gmail.com/asterisk-xFF200C8A xmlns=http://www.google.com/session;description 
xmlns=http://www.google.com/session/phone;payload-type id=0 name=PCMU channels=1 clockrate=8000/payload-type id=101 name=telephone-event channels=1 clockrate=8000//description/sessionerror code=302 type=modifyredirect 
xmlns=urn:ietf:params:xml:ns:xmpp-stanzasxmpp:+1out@voice.google.com/srvenc-N1BbqASaz0QMBuBJQvV34g==/redirectses:redirect xmlns:ses=http://www.google.com/session;xmpp:+1out@voice.google.com/srvenc-N1BbqASaz0QMBuBJQvV34g==/ses:redirect/error/iq
-

--- XMPP sent to '51' ---
iq from='51@gmail.com/asterisk-xFF200C8A' to='+1out@voice.google.com/srvenc-N1BbqASaz0QMBuBJQvV34g==' type='set' 
id='n'session type='initiate' id='648cafa373d780f8' xmlns='http://www.google.com/session' 
initiator='51@gmail.com/asterisk-xFF200C8A'description xmlns='http://www.google.com/session/phone'payload-type 
xmlns='http://www.google.com/session/phone' id='0' name='PCMU' channels='1' clockrate='8000'/payload-type 
xmlns='http://www.google.com/session/phone' id='101' name='telephone-event' channels='1' 
clockrate='8000'//description/session/iq
-

--- XMPP received from '51' ---

-

--- XMPP received from '51' ---
iq to=51@gmail.com/asterisk-xFF200C8A 
from=+1out@voice.google.com/srvenc-N1BbqASaz0QMBuBJQvV34g== id=n type=result/
-

--- XMPP sent to '51' ---
iq from='51@gmail.com/asterisk-xFF200C8A' to='+1out@voice.google.com/srvenc-N1BbqASaz0QMBuBJQvV34g==' type='set' 
id='o'session type='candidates' id='648cafa373d780f8' xmlns='http://www.google.com/session' 
initiator='51@gmail.com/asterisk-xFF200C8A'candidate name='rtp' address='10.10.11.180' port='11684' preference='0.95' 
type='local' protocol='udp' network='0' username='7a64d7f9777c94fb' generation='0' password='' foundation='0' 
component='1'/candidate name='rtp' address='192.168.122.1' port='11684' preference='0.95' type='local' protocol='udp' 
network='0' username='7a64d7f9777c94fb' generation='0' password='' foundation='0' component='1'/candidate name='rtp' 
address='my_ip' port='11684' preference='0.9' type='stun' protocol='udp' network='0' username='7a64d7f9777c94fb' generation='0' 
password='' foundation='0' component='1'/candidate name='rtcp' address='10.10.11.180' port='11685' preference='0.95' 
type='local' protocol='udp' network='0' username='7a64d7f9777

c94fb' generation='0' password='' foundation='0' component='1'/candidate name='rtcp' 
address='192.168.122.1' port='11685' preference='0.95' type='local' protocol='udp' network='0' 
username='7a64d7f9777c94fb' generation='0' password='' foundation='0' component='1'/candidate 
name='rtcp' address='my_ip' port='11684' preference='0.9' type='stun' protocol='udp' network='0' 
username='7a64d7f9777c94fb' generation='0' password='' foundation='0' 
component='1'//session/iq

-
-- Motif/+1out@voice.google.com-7abc is proceeding passing it to 
Motif/+1in-5e4e
[May 20 12:19:53] NOTICE[4326][C-0168]: chan_motif.c:1636 

Re: [asterisk-users] 11.4: motif can only handle one channel at a time?

2013-05-20 Thread Richard Mudgett
 On 05/16/2013 10:07 AM, sean darcy wrote:
  On 05/16/2013 09:41 AM, sean darcy wrote:
  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
 
 
  More:
 
  Two different motif sections. Two different xmpp sections.
  xmpp shows both connections.
 
  sean
 
 
 I've made some headway, but not enough.
 
 I have a motif call coming in. That bridges to a motif call going
 out.
 
 
  -- Executing [s@incoming:2] Wait(Motif/+1in-2927, 1) in
  new stack
  -- Executing [s@incoming:3] Answer(Motif/+1in-2927, ) in
  new stack
  -- Executing [s@incoming:4] Set(Motif/+1in-2927,
  
  crazygooglecid=+1@voice.google.com/srvenc-nrqQ46ayZknr1yPFlefF9PJfrsgA2TBA)
  in new stack
  -- Executing [s@incoming:5] Set(Motif/+1in-2927,
  stripcrazysuffix=+1) in new stack
  -- Executing [s@incoming:6] Set(Motif/+1in-2927,
  CALLERID(all)=+1) in new stack
  -- Executing [s@incoming:7] Goto(Motif/+1in-2927, relay)
  in new stack
  -- Goto (incoming,s,14)
  -- Executing [s@incoming:14] Dial(Motif/+1in-2927,
  motif/51/+1out@voice.google.com) in new stack
  -- Called motif/51/+1out@voice.google.com
  -- Motif/+1out@voice.google.com-d119 is proceeding passing it
  to Motif/+1in-2927
  [May 20 12:17:25] NOTICE[4323][C-0167]: chan_motif.c:1636
  jingle_indicate: Don't know how to indicate condition '15'
== Spawn extension (incoming, s, 14) exited non-zero on
'Motif/+1-2927'
 
 I set xmpp debug on. As far as I can see the incoming call (xmpp port
 45 ) terminates because of success just after the outgoing call (
 xmpp 51 ) is set up. The called number rings 3 times. If it's
 answered, it's dead.

I think you are required to send a DTMF 1 to the gv call after answering.

Richard

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] 11.4: motif can only handle one channel at a time?

2013-05-16 Thread sean darcy
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




--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] 11.4: motif can only handle one channel at a time?

2013-05-16 Thread Joshua Colp

sean darcy wrote:

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??


Motif itself has no imposed limitations, but that's not to say Google 
Voice doesn't.


--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at:  www.digium.com   www.asterisk.org

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] 11.4: motif can only handle one channel at a time?

2013-05-16 Thread sean darcy

On 05/16/2013 09:41 AM, sean darcy wrote:

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



More:

Two different motif sections. Two different xmpp sections.
xmpp shows both connections.

sean


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users