Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] What happend to variable_* in socket_outb


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
woof at nortel.com
Guest





PostPosted: Tue Oct 28, 2008 5:37 pm    Post subject: [Freeswitch-users] What happend to variable_* in socket_outb Reply with quote

Woof!

I used to get lots of variable_* lines when using socket_outbound. They
have disappeared. Is there something I need to configure to get them back?

--Woof!

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
odermann at googlemail...
Guest





PostPosted: Wed Oct 29, 2008 4:14 am    Post subject: [Freeswitch-users] What happend to variable_* in socket_outb Reply with quote

they are still there, at least if you register to myevents or all
events. i use the default settings from fs and get plenty of them.


2008/10/28 Andy Spitzer <woof@nortel.com>:
Quote:
Woof!

I used to get lots of variable_* lines when using socket_outbound. They
have disappeared. Is there something I need to configure to get them back?

--Woof!

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
anthony.minessale at g...
Guest





PostPosted: Wed Oct 29, 2008 8:17 am    Post subject: [Freeswitch-users] What happend to variable_* in socket_outb Reply with quote

by default only some hand-picked events have all the variables due to people complaining that they had too much info Wink
if you want every event to have them you can execute "verbose_events" app in your dialplan right before you call "socket"


On Wed, Oct 29, 2008 at 4:03 AM, Dennis <odermann@googlemail.com (odermann@googlemail.com)> wrote:
Quote:
they are still there, at least if you register to myevents or all
events. i use the default settings from fs and get plenty of them.


2008/10/28 Andy Spitzer <woof@nortel.com (woof@nortel.com)>:

Quote:
Woof!

I used to get lots of variable_* lines when using socket_outbound. They
have disappeared. Is there something I need to configure to get them back?

--Woof!

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
woof at nortel.com
Guest





PostPosted: Wed Oct 29, 2008 1:22 pm    Post subject: [Freeswitch-users] What happend to variable_* in socket_outb Reply with quote

Woof!

On Wed, 29 Oct 2008 09:10:32 -0400, Anthony Minessale
<anthony.minessale@gmail.com> wrote:

Quote:
by default only some hand-picked events have all the variables due to
people complaining that they had too much info Wink

Sending the same info over and over does seem counter productive.

Quote:
if you want every event to have them you can execute "verbose_events"
app in your dialplan right before you call "socket"

Thanks. I really only need the verbose stuff on the initial dump after
"connect", and from then on the ones that don't change aren't really
needed as I suck all them into my own state object.

Perhaps a keyword on "connect" like "connect verbose" could initially
supply the full list of information, about the call, but not on subsequent
events?


--Woof!

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
mike at jerris.com
Guest





PostPosted: Wed Oct 29, 2008 1:25 pm    Post subject: [Freeswitch-users] What happend to variable_* in socket_outb Reply with quote

They should already be on the initial events. Take a look at the raw
output, you probably were taking them out of a later event.

Mike

On Oct 29, 2008, at 2:14 PM, Andy Spitzer wrote:

Quote:
Woof!

On Wed, 29 Oct 2008 09:10:32 -0400, Anthony Minessale
<anthony.minessale@gmail.com> wrote:

Quote:
by default only some hand-picked events have all the variables due to
people complaining that they had too much info Wink

Sending the same info over and over does seem counter productive.

Quote:
if you want every event to have them you can execute "verbose_events"
app in your dialplan right before you call "socket"

Thanks. I really only need the verbose stuff on the initial dump
after
"connect", and from then on the ones that don't change aren't really
needed as I suck all them into my own state object.

Perhaps a keyword on "connect" like "connect verbose" could initially
supply the full list of information, about the call, but not on
subsequent
events?


--Woof!

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
anthony.minessale at g...
Guest





PostPosted: Wed Oct 29, 2008 1:29 pm    Post subject: [Freeswitch-users] What happend to variable_* in socket_outb Reply with quote

i updated event_socket so that first event has the variables, that seems like you would
always want that.


On Wed, Oct 29, 2008 at 1:14 PM, Andy Spitzer <woof@nortel.com (woof@nortel.com)> wrote:
Quote:
Woof!

On Wed, 29 Oct 2008 09:10:32 -0400, Anthony Minessale
<anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:

Quote:
by default only some hand-picked events have all the variables due to
people complaining that they had too much info Wink


Sending the same info over and over does seem counter productive.

Quote:
if you want every event to have them you can execute "verbose_events"
app in your dialplan right before you call "socket"


Thanks. I really only need the verbose stuff on the initial dump after
"connect", and from then on the ones that don't change aren't really
needed as I suck all them into my own state object.

Perhaps a keyword on "connect" like "connect verbose" could initially
supply the full list of information, about the call, but not on subsequent
events?



--Woof!

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
anthony.minessale at g...
Guest





PostPosted: Wed Oct 29, 2008 1:39 pm    Post subject: [Freeswitch-users] What happend to variable_* in socket_outb Reply with quote

yah like i said,
update and try again Wink


On Wed, Oct 29, 2008 at 1:24 PM, Andy Spitzer <woof@nortel.com (woof@nortel.com)> wrote:
Quote:
Woof!

On Wed, 29 Oct 2008 14:18:53 -0400, Michael Jerris <mike@jerris.com (mike@jerris.com)> wrote:

Quote:
They should already be on the initial events. Take a look at the raw
output, you probably were taking them out of a later event.


Nope. Initial event. No variable_* are reported. Using netcat:


Connection from 47.16.90.233 port 8084 [tcp/*] accepted
connect

Channel-Username: 207
Channel-Dialplan: XML
Channel-Caller-ID-Name: 207
Channel-Caller-ID-Number: 207
Channel-Network-Addr: 47.16.90.233
Channel-Destination-Number: IVR
Channel-Unique-ID: 1f6a42fe-ef4d-47f9-897d-ed6387a30cd1
Channel-Source: mod_sofia
Channel-Context: default
Channel-Channel-Name: sofia/woof.us.nortel.com/207%40woof.us.nortel.com
Channel-Profile-Index: 1
Channel-Profile-Created-Time: 1225303798001316
Channel-Channel-Created-Time: 1225303798001316
Channel-Channel-Answered-Time: 0
Channel-Channel-Progress-Time: 1225303798010688
Channel-Channel-Progress-Media-Time: 1225303798010688
Channel-Channel-Hangup-Time: 0
Channel-Channel-Transfer-Time: 0
Channel-Screen-Bit: true
Channel-Privacy-Hide-Name: false
Channel-Privacy-Hide-Number: false
Channel-State: CS_EXECUTE
Channel-State-Number: 4
Channel-Name: sofia/woof.us.nortel.com/207%40woof.us.nortel.com
Unique-ID: 1f6a42fe-ef4d-47f9-897d-ed6387a30cd1
Call-Direction: inbound
Answer-State: early
Channel-Read-Codec-Name: PCMU
Channel-Read-Codec-Rate: 8000
Channel-Write-Codec-Name: PCMU
Channel-Write-Codec-Rate: 8000
Caller-Username: 207
Caller-Dialplan: XML
Caller-Caller-ID-Name: 207
Caller-Caller-ID-Number: 207
Caller-Network-Addr: 47.16.90.233
Caller-Destination-Number: IVR
Caller-Unique-ID: 1f6a42fe-ef4d-47f9-897d-ed6387a30cd1
Caller-Source: mod_sofia
Caller-Context: default
Caller-Channel-Name: sofia/woof.us.nortel.com/207%40woof.us.nortel.com
Caller-Profile-Index: 1
Caller-Profile-Created-Time: 1225303798001316
Caller-Channel-Created-Time: 1225303798001316
Caller-Channel-Answered-Time: 0
Caller-Channel-Progress-Time: 1225303798010688
Caller-Channel-Progress-Media-Time: 1225303798010688
Caller-Channel-Hangup-Time: 0
Caller-Channel-Transfer-Time: 0
Caller-Screen-Bit: true
Caller-Privacy-Hide-Name: false
Caller-Privacy-Hide-Number: false
Content-Type: command/reply
Reply-Text: %2BOK%0A
Socket-Mode: async
Control: full

--Woof!


--Woof!

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
woof at nortel.com
Guest





PostPosted: Wed Oct 29, 2008 1:42 pm    Post subject: [Freeswitch-users] What happend to variable_* in socket_outb Reply with quote

Woof!

On Wed, 29 Oct 2008 14:31:36 -0400, Anthony Minessale
<anthony.minessale@gmail.com> wrote:

Quote:
update and try again Wink

Anthony, you are just too fast! Mike was saying one thing, and you
checked in the change it while I was replying to him!

Updating now.

--Woof!

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services