IRC log for #asterisk on 20120702

00:00.08*** join/#asterisk DerkKo (~afernande@75-149-178-131-Miami.hfc.comcastbusiness.net)
00:01.13DerkKoHey guys.. i been trying to make asterisk 1.8 receive Faxes…. the documentation that can tell me how to accomplish receiving fax step by step
00:06.41*** join/#asterisk DerkKo_ (~afernande@75-149-178-131-Miami.hfc.comcastbusiness.net)
00:23.38*** join/#asterisk volga629 (~volga629@76-10-130-18.dsl.teksavvy.com)
00:54.56*** join/#asterisk Naikrovek (~uname@unaffiliated/naikrovek)
01:17.46*** join/#asterisk amadmin (~chatzilla@41.58.19.114)
01:38.42*** join/#asterisk shadebob (~shadebob@41.143.24.236)
01:49.06*** part/#asterisk amadmin (~chatzilla@41.58.19.114)
03:00.58*** join/#asterisk ChanServ (ChanServ@services.)
03:00.58*** mode/#asterisk [+o ChanServ] by cameron.freenode.net
03:01.19*** join/#asterisk Dovid (~Dovid@213.8.121.90)
03:07.49*** join/#asterisk adolfomaltez (~taro@190.62.246.38)
03:08.07*** join/#asterisk rossand (~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com)
03:11.27*** join/#asterisk wudles (~wudles@gateway.secureinstrument.com)
03:21.26*** join/#asterisk JuStIcIa_ (~JuStIcIa_@190.167.60.199)
03:51.56*** join/#asterisk viro (~viro101@cpe-71-72-174-83.woh.res.rr.com)
04:00.24*** join/#asterisk viro (~viro101@cpe-71-72-174-83.woh.res.rr.com)
04:02.44*** join/#asterisk Bullmoose (~Bullmoose@75-174-78-180.bois.qwest.net)
04:10.10*** join/#asterisk Bullmoose (~Bullmoose@75-174-78-180.bois.qwest.net)
04:16.10*** part/#asterisk Bullmoose (~Bullmoose@75-174-78-180.bois.qwest.net)
04:18.44flingHello.
04:19.14flingfulcan: can you help me please with sip setup?
04:21.43flingpbx ~ # nmap localhost -sU -p 5060
04:21.44fling5060/udp open|filtered sip
04:21.55flingsame with sample config files…
04:22.32flingsame with this > http://wiki.ekiga.org/index.php/Ekiga_as_an_Asterisk_client
04:25.41*** join/#asterisk ferdna (~ferdna@cpe-67-10-220-35.elp.res.rr.com)
04:31.07flingIf I remove all the config files but /etc/asterisk/sip.conf > https://gist.github.com/3031114
04:31.10fling5060/udp closed sip
04:32.43flingpbx ~ # netstat -anp --udp --tcp > https://gist.github.com/3031117
04:34.48ChannelZis asterisk even running?
04:35.51flingChannelZ: pbx ~ # ps ax | grep asterisk > https://gist.github.com/3031123
04:40.00flingis Asterisk 1.8.12.1 fine? I will try 10.5.1
04:42.48flingasterisk it not listening!
04:43.32ChannelZwell if your netstat output was true, it's not listening to anything.
04:43.56ChannelZyou said you wiped out all the configs, that probably has a little to do with it
04:46.29flingChannelZ: so what should I do?
04:46.46ChannelZdo you get an error if you do "module load chan_sip" ?
04:48.55*** join/#asterisk linocisco (~linocisco@193.134.242.12)
04:51.29flingChannelZ: no, asterisk started listening! http://dpaste.com/766249/
04:52.41flingChannelZ: 'require = chan_sip.so' > asterisk/modules.conf ?
04:52.49ChannelZok well you should start by putting back all your configs, or at minimum asterisk.conf, modules.conf, indications.conf, logger.conf, rtp.conf
04:53.08ChannelZit should load automatically if your autoload is turned on
04:55.00flingChannelZ: thanks! Is it safe to use these default config files? I want to use sip only
04:56.40*** join/#asterisk gerhard7 (~gerhard7@82-168-115-40.ip.telfort.nl)
04:59.35flingChannelZ: looks like autoload is not working
05:51.34*** join/#asterisk AlfE_ (~quassel@83-215-36-12.bruck.dyn.salzburg-online.at)
05:52.20*** join/#asterisk fcrs (~fcrs@unaffiliated/fcrs)
05:53.44*** join/#asterisk mintos (mvaliyav@nat/redhat/x-qgpapgjutvbomdsk)
05:55.41flingChannelZ: how to make chan_sip to load at start?
05:58.05*** join/#asterisk jasonlau (af8f24a4@gateway/web/freenode/ip.175.143.36.164)
06:04.32*** join/#asterisk timahvo1 (~rogue@196.200.32.36)
06:06.33fcrsis there something similar to ${DB_EXISTS(blacklist/${CALLERID(num)})} that works with patterns such as 1234XXXXXXX
06:09.10*** join/#asterisk jgowdy (jgowdy@jgowdy.net)
06:09.34fcrsbasically, what's a good way to build a blacklist that allows for pattern matching?
06:22.16ChannelZfling: you probably have some other issue, look for errors on startup
06:23.41fcrsi think this will do what i want if i just put the first 3 digits in the database: ${DB_EXISTS(blacklist/${CALLERID(num)}:0:3)}
06:26.12*** join/#asterisk v0lZy (~chatzilla@mail.silk-group.net)
06:26.24v0lZylo
06:35.14*** join/#asterisk bulkorok (~bulkorok@85.183.36.36)
06:35.33*** join/#asterisk oej (~olle@h87-96-134-129.dynamic.se.alltele.net)
06:39.10flingChannelZ: Jul  2 13:38:45 pbx asterisk_wrapper: Initializing asterisk wrapper
06:39.17flingChannelZ: nothing interesting in syslog
06:40.56*** join/#asterisk e7e5 (~rudenko@188.134.2.33)
06:42.35ChannelZI mean from asterisk direct.  Shut it down, run it manually with -cfvv or such, and see what it says from the get-go
06:42.56ChannelZif autoload isn't working, and chan_sip isn't even loading on its own, something is jacked
06:43.19flingChannelZ: it is loaded manually…
06:44.36ChannelZ<fling> ChannelZ: how to make chan_sip to load at start?
06:45.01flingChannelZ: ok, https://gist.github.com/3031494
06:45.23*** part/#asterisk fcrs (~fcrs@unaffiliated/fcrs)
06:46.31ChannelZlooks like you have some syntax errors
06:48.56*** join/#asterisk bjornts (~BTS@it010226.klientdrift.uib.no)
06:49.36flingChannelZ: [Jul  2 13:44:23] ;31mERRORm[29161]: mnetsock2.cm:m263m mast_sockaddr_resolvem: getaddrinfo("dynamic   ", "(null)", ...): Name or service not known
06:50.50ChannelZYes that's a puzzle as well
06:53.33ChannelZand probably the same answer
06:56.55*** join/#asterisk syphilitic (~spirochet@c-76-105-24-245.hsd1.ca.comcast.net)
06:58.37*** join/#asterisk gusto (~gusto@82.113.121.50)
06:59.05flingChannelZ: https://gist.github.com/3031558 https://gist.github.com/3031545 [Jul  2 13:55:45] [1;33mNOTICE[0m[29641]: [1;37mloader.c[0m:[1;37m1129[0m [1;37mload_modules[0m: 1 modules will be loaded.
06:59.12flingSIP channel loading...
07:00.08flingbut it is still not listening
07:01.21flingChannelZ: listening now!
07:01.31flingChannelZ: thanks…
07:02.38gustowhat is going on?
07:02.39flingbut only if I start it directly with asterisk -cfvv
07:03.01gustowhat version are you using?
07:03.16flinggusto: asterisk is not listening if starteg with initscripn and sip.conf > https://gist.github.com/3031558
07:03.25flingAsterisk 1.8.12.1
07:03.35gustowhat does netstat -aut say?
07:05.34gustoit should listen at UDP port 5060 per default
07:05.55gustoso netstat -lun should show something like that
07:07.00gustodid you upgrade or is it a fresh install of modules?
07:07.13gustoon what operating system are you there?
07:07.30flingLinux pbx 3.3.8-gentoo-gnu_fling #4 SMP Fri Jun 29 17:15:28 NOVT 2012 x86_64 Intel(R) Pentium(R) D CPU 2.80GHz GenuineIntel GNU/Linux
07:07.33flingno multilib
07:07.51gustogentoo?
07:08.20*** join/#asterisk schmidts (~schmidts@Lo20-rt01.lm33.sil.at)
07:08.21flinggusto: yes, pbx ~ # netstat -aut > https://gist.github.com/3031611
07:08.21schmidtsgood morning
07:08.46gustogentoo are bullshitters, they deadpatch everything till it's broken
07:08.47flinggusto: it is listening if started with asterisk -cfvv
07:09.16gustoudp        0      0 *:5060                  *:*
07:09.25gustohere you have that it's listening
07:09.55gustowhen you start it as a service it does not listen?
07:10.05flingright
07:10.05gustowell, maybe there is something wrong with the modules then
07:10.21gustomaybe he does not load chan_sip
07:10.33flingyes, I can load sip manually and it starts listening
07:10.41gustoor the idiots from gentoo put something in that prevents it
07:10.58flingpbx ~ # ls /usr/portage/net-misc/asterisk/files/1.8.0/
07:10.59flingasterisk.confd  asterisk.initd  asterisk.initd2  find_call_ids.sh  find_call_sip_trace.sh
07:11.05flinggusto: no patches
07:11.06gustowell, then that idiots are blocking it in /etc/asterisk/modules.conf or something like that
07:11.59flinggusto: I have added preload = chan_sip.so to /etc/asterisk/modules.conf , same
07:12.02gustoi do not care about portage
07:12.14flinggusto: sorry
07:12.22gustowell, maybe he is ignoring your /etc/asterisk/modules.conf
07:13.34flinggusto: how to check this?
07:13.36gustodid you check out the /etc/init.d/asterisk?
07:14.42flinghttp://dpaste.com/766278/
07:17.58flinggusto: i have only these config files > http://dpaste.com/766279/ ; sip.conf and extensions.conf are from http://wiki.ekiga.org/index.php/Ekiga_as_an_Asterisk_client ; other are sample config files
07:18.00gustothat init.d script does not look good
07:18.05gustoit is too complicated
07:19.37gustowhen your asterisk daemon is running, can you connect to it with 'asterisk -r' ?
07:19.59gustoor are you dropped to the asterisk console right after starting that daemon?
07:20.31flingI can connect
07:20.40flingand load the module
07:21.00gustohmm
07:21.31gustodid you try it with onlu load = chan_sip or autoload=yes ?
07:21.54*** join/#asterisk shadebob (~shadebob@41.143.24.236)
07:22.18gustohowever, it seems to be a configuration problem, the only problem is to find where it is
07:23.27gustothat's why i do not use gentoo for 10 years now, i did use it when it begun, at the time gentoo was new, but later it became crap and apparently it still is
07:25.43*** join/#asterisk oej_ (~olle@h87-96-134-129.dynamic.se.alltele.net)
07:26.12oej_Start asterisk with "asterisk -cvvvv" and you will see all messages as chan_sip loads and fails.
07:30.51*** join/#asterisk hehol (~hehol@2001:1438:1009:200:d5ff:fbfd:f9ff:ffdf)
07:32.15fling< gusto> did you try it with onlu load = chan_sip or autoload=yes ?
07:32.22flinggusto: what should I try
07:39.45*** part/#asterisk dandre (~daniel@ble59-2-81-56-122-47.fbx.proxad.net)
07:48.38*** join/#asterisk oej_ (~olle@h87-96-134-129.dynamic.se.alltele.net)
07:49.10*** join/#asterisk oej_ (~olle@h87-96-134-129.dynamic.se.alltele.net)
07:52.07flingoej_: it loads if I start asterisk directly
07:55.46*** join/#asterisk justdave_ (~dave@unaffiliated/justdave)
07:59.15*** join/#asterisk sekil (~sekil@78.24.104.73)
07:59.32*** join/#asterisk Qwell (~north@pdpc/sponsor/digium/Qwell)
07:59.32*** mode/#asterisk [+o Qwell] by ChanServ
08:00.16*** join/#asterisk dandre (~daniel@ble59-2-81-56-122-47.fbx.proxad.net)
08:31.13*** join/#asterisk tzafrir_laptop (~tzafrir@local.xorcom.com)
08:32.57*** join/#asterisk KNERD (~KNERD@cpe-72-178-173-150.rgv.res.rr.com)
08:33.03*** join/#asterisk felimwhiteley (~quassel@089-101-203026.ntlworld.ie)
08:35.36*** join/#asterisk shadebob (~shadebob@41.142.254.128)
08:43.34*** join/#asterisk gurra (~gurra__@unaffiliated/gurra)
08:44.15*** join/#asterisk Azrael808 (~peter@212.161.9.162)
08:49.51*** join/#asterisk Dovid (Dovid@office.mypbxmanager.net)
08:55.43flinggusto: idk what to do next
08:55.49*** join/#asterisk Azrael808 (~peter@212.161.9.162)
08:56.13*** join/#asterisk fisted (~fisted@unaffiliated/fisted)
08:57.01*** join/#asterisk Takapa (vegard@svanberg.no)
09:02.05*** join/#asterisk c0rnoTa (~c0rnoTa@78.24.154.190)
09:02.36*** part/#asterisk c0rnoTa (~c0rnoTa@78.24.154.190)
09:04.40*** join/#asterisk linocisco (~linocisco@193.134.242.12)
09:05.29linociscowho have done asterisk installed on wifi router? some said we can install it on Linksys WRT54G. But how about higher model or other brands?
09:08.25*** join/#asterisk razu (~razu@razu.data.ee)
09:10.58*** join/#asterisk philfine (~tino@a95-92-251-229.cpe.netcabo.pt)
09:12.13philfineHello everyone
09:13.35philfineDISA is giving me busy tone after I press the first number, even when the selected context has plenty on extensions
09:15.06philfineExample dial plan: http://pastebin.com/aadCqWCX
09:19.37*** join/#asterisk hrolf (~hrolf@unaffiliated/hrolf)
09:20.09hrolfCan we do like initiate a call through AMI and then transfer it to FastAGI for further handling?
09:25.56*** join/#asterisk elliot98 (~elliot@unaffiliated/elliot98)
09:26.07elliot98enters with a big wave
09:27.53*** join/#asterisk TimeRider (~steve@host81-136-216-215.in-addr.btopenworld.com)
09:28.26*** join/#asterisk pithagorians (~pithagori@217.12.122.18)
09:33.09pithagorianshello. how is it possible to push the SDP parameters from asterisk to devices
09:35.05pithagoriansi have an account that connects to asterisk by using TLS and SRTP. it comes registered, i can call from it but when i call TO it i get "  == Everyone is busy/congested at this time (1:0/1/0)
09:35.05pithagorians"
09:35.27pithagoriansit is an android phone and csipsimple as sip client
09:36.05pithagoriansthe devs of the project supposes that pushing SDP parameters from asterisk can help
09:36.08pithagoriansany clye?
09:36.10pithagoriansclue*
09:39.09*** join/#asterisk shadebob (~shadebob@41.142.254.128)
09:43.01*** join/#asterisk sparf (55b61748@gateway/web/freenode/ip.85.182.23.72)
09:43.25sparfHi all! How to tell which dahdi-tools svn trunk revision is which official release version?
09:44.55*** join/#asterisk gerhard7 (~gerhard7@82-168-115-40.ip.telfort.nl)
09:56.43*** join/#asterisk hrolf (~hrolf@unaffiliated/hrolf)
09:56.43*** join/#asterisk SeRi (~wtf@c-98-200-177-50.hsd1.tx.comcast.net)
09:56.43*** join/#asterisk Linuturk (~linuturk@unaffiliated/linuturk)
09:56.43*** join/#asterisk LiuYan (~liu.yan@211.154.128.135)
09:56.43*** join/#asterisk tris (tristan@camel.ethereal.net)
09:56.43*** join/#asterisk ariel_ (u3533@pdpc/supporter/active/abatista)
09:56.43*** join/#asterisk tzanger (tzanger@wallace.mixdown.ca)
09:56.43*** join/#asterisk Igneous (~igneous@therealigneo.us)
09:56.43*** join/#asterisk teloniusz (goldie@inferno.hell.pl)
09:56.43*** join/#asterisk mahlon (~mahlon@martini.nu)
10:01.15*** join/#asterisk vfabi (~fabi@host-static-93-116-255-140.moldtelecom.md)
10:05.35*** join/#asterisk shadebob (~shadebob@41.142.254.128)
10:06.12elliot98when asterisk binds to multiple IP addresses, which source IP address does it take when responding to a request?
10:13.52*** join/#asterisk shadebob (~shadebob@41.142.254.128)
10:19.00*** join/#asterisk catphish (~catphish@2001:9d8:2005:11:89fb:1c10:a35:252e)
10:19.55catphishdoes the CDR always hide the CLI of the caller where its set to withheld?
10:22.05*** join/#asterisk Neptu (~Neptu@41.141.95.178)
10:57.43hrolfCan we do like initiate a call through AMI and then transfer it to FastAGI for further handling?
11:00.01*** join/#asterisk sekil (~sekil@78.24.104.73)
11:15.38hrolfCan we do like initiate a call through AMI and then transfer it to FastAGI for further handling?
11:19.54*** join/#asterisk timahvo1 (~rogue@196.200.32.36)
11:27.18*** join/#asterisk gusto (~gusto@89.204.138.181)
11:46.40*** join/#asterisk sekil (~sekil@78.24.110.30)
11:49.41*** join/#asterisk TSM2 (~the_softw@78-105-6-158.zone3.bethere.co.uk)
11:53.44catphisham i correct in thinking that the mysql cdr loads a list of columns from the database when it loads and only inserts those columns that are present in the database?
11:59.09WIMPyelliot98: That depends on your routing table.
11:59.22WIMPyhrolf: Sure
12:01.50*** join/#asterisk scubes13 (~scubes13@cpe-098-025-009-117.sc.res.rr.com)
12:14.29*** join/#asterisk Bullmoose (~Bullmoose@75-174-78-180.bois.qwest.net)
12:19.37*** join/#asterisk jrippon (~jrippon@93.191.34.130)
12:21.43*** join/#asterisk atan (~atan@unaffiliated/atan)
12:21.47jripponHi all, I am trying to install Asterisk1.6 on a up-to-date CentOS5 machine from the yum repositories provided by digium - it is failing because they depend on an older kernel version that the one installed, is this something to be expected and should I force my machine to downgrade its kernel or have I done something silly?
12:22.12atanThere was this bluetooth device that would plug in to your network and allow you to use a mobile phone like an ATA adapter... anyone recall the name of this product?
12:23.35WIMPyjrippon: What about using a half way current version of Asterisk?
12:23.59WIMPyatan: What about chan_mobile?
12:24.31atanWIMPy, chan_mobile is interesting but I'm really wanting to know more about this little bluetooth device...
12:24.57jripponWIMPy: I was just following the notes from http://www.asterisk.org/downloads/yum which told me to run "yum install asterisk16" - I'd prefer to stay within the package management if I can, is this out of date?
12:25.03atanIt was talked about once in here and then I figured I would have bookmarked it, but no
12:25.16WIMPyatan: I haven't seen that as a device.
12:26.09WIMPyjrippon: Yes. Current versions are 1.8 (LTS) or 10 with 11 coming up.
12:27.08jripponWIMPy: ahh the asterisknow repos are much more up to date it would seem, I'll give them a shot - thanks :)
12:28.33WIMPyOh, and BTW: The kernel version only matters if you've got hardware interfaces that need drivers.
12:29.10*** join/#asterisk sekil (~sekil@78.24.104.73)
12:35.00*** join/#asterisk sekil (~sekil@78.24.104.73)
12:36.11jripponWIMPy: looks like I was indeed reading old info - thanks for you help :)
12:36.20*** part/#asterisk jrippon (~jrippon@93.191.34.130)
12:38.16*** part/#asterisk Bullmoose (~Bullmoose@75-174-78-180.bois.qwest.net)
12:41.00*** join/#asterisk vfabi (~fabi@host-static-93-116-255-140.moldtelecom.md)
13:01.24*** join/#asterisk oxnard (~oxnard@ws07-ilnk.elkhart.net)
13:01.28elliot98WIMPy: a system that has two NICs connected to the Internet, Asterisk would need to choose the correct NIC to respond to
13:02.01WIMPyAsterisk doesn;t support multihomed environments.
13:02.11elliot98WIMPy: the routing table is dependent on the source IP address, there is no default gateway
13:02.15elliot98WIMPy: ah, ok
13:02.21WIMPyUnless that has changed recently.
13:03.30elliot98WIMPy: that's true even for TCP?
13:07.09elliot98WIMPy: so binding to all addresses would only work if the routing table is set up properly
13:07.53*** join/#asterisk bn-7bc (~bjarne-im@macbook-pro.lan-sx.noare-1.holmedal.net)
13:08.36*** part/#asterisk GeoGeek (~steve-o_@12.71.122.227)
13:11.36*** join/#asterisk GeoGeek (~steve-o_@12.71.122.227)
13:12.04*** join/#asterisk vfabi (~fabi@host-static-93-116-255-140.moldtelecom.md)
13:13.13WIMPyI don't see how TCp could go wrong, But I'm not sure what happens to RTP.
13:13.33WIMPyLast time I tried it went pretty wrong.
13:13.38*** join/#asterisk mjordan (~mjordan@nat/digium/x-hrbqpgpzudjnkpwe)
13:13.38*** mode/#asterisk [+o mjordan] by ChanServ
13:14.04elliot98so TCP IAX
13:14.25WIMPyIAX dopesn't support TCP.
13:16.26elliot98why would TCP work with mutliple gateways?
13:17.04WIMPyIt's a connection so it has a fixed source address.
13:18.09*** join/#asterisk lcotte (~luis.carl@186.209.79.11)
13:19.13elliot98so the OS keeps a stack of all TCP connections, whereas UDP, perhaps only to keep the external port open?
13:19.42WIMPyUDP is connectionless.
13:20.11*** join/#asterisk DND (~DND@94.200.7.26)
13:20.36DNDhi guys in cli, how can i make the cli show live logs of specific extension?
13:20.56elliot98but the OS could still keep track of ports using UDP and set the source IP accordingly
13:21.08WIMPyDND: No such thing.
13:21.29elliot98for example, NAT keeps a port open to a specific IP address
13:21.34DNDWIMPy, i see because its hard to diagnose specific extension if im being flooded with other extensions
13:21.49WIMPyelliot98: You can have "connectio" tracking in the netfilter, but this is usually done at application level.
13:24.24*** join/#asterisk bdfoster (~bdfoster@unaffiliated/bdfoster)
13:25.44elliot98and the routing would not override whatever has been chosen on the application leve
13:26.33*** join/#asterisk BaDaSs (~badass@216.219.51.251)
13:28.22*** join/#asterisk BaDaSs (~badass@216.219.51.251)
13:30.30*** join/#asterisk jacc0 (~jacc0@D522448D.static.ziggozakelijk.nl)
13:30.33jacc0hi all!
13:31.09*** join/#asterisk serafie (~erin@nat/digium/x-taqkxynezvqvueri)
13:31.41*** join/#asterisk serafie1 (~erin@75.76.38.159)
13:32.05*** join/#asterisk PhoenixMage (~Phoenix@CPE-120-146-192-94.static.vic.bigpond.net.au)
13:32.14sparfHi! Can't I run dahdi_cfg from udev rule?
13:38.23*** join/#asterisk generalhan (~generalha@about/windows/staff/generalhan)
13:40.03*** join/#asterisk newtonr (~newtonr@nat/digium/x-ylrzsfighyzolznq)
13:43.48tzafrir_laptopsparf, basically, yes. Do you have more than one device?
13:44.08tzafrir_laptopWhat version of dahdi?
13:44.20*** join/#asterisk mbrit (~mbrit@181.36.2.66)
13:45.55*** join/#asterisk putnopvut (~putnopvut@asterisk/master-of-queues/mmichelson)
13:45.55*** mode/#asterisk [+o putnopvut] by ChanServ
13:52.55fulcanI am getting 'SIP/2.0 404 Not here' but it's because my carrier isn't getting the phone number to deliver the message and that's because I am a little confused as to how to give it to them. They request the format send(To:destination[From:sender]) and asterisk request messagesend(To:carrier[From:sender]), see the conflict? How to I make it so asterisk 'knows automatically' to send all sms to a certain destination/url/domain so my outbound form
13:52.58fulcanhttp://pastie.org/4177758
13:53.06fulcanCan a static destination be configured in sip.conf so that messageSend will ignore the To: section?
13:53.18*** join/#asterisk rossand (~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com)
13:54.40*** join/#asterisk FiReSTaRT (~dlyh@unaffiliated/firestart)
13:55.36*** join/#asterisk jrose_atDigium (~jrose_atD@nat/digium/x-fsfzzysxjsodjlek)
13:59.12mjordanfulcan: I don't understand your question.  Given your example where the To: parameter is being passed "sip:19175039892@sip.anveo.com:5010", what does your provider want it to be?
14:03.55*** join/#asterisk n3hxs (~ed@ann100fw01.answernet.com)
14:05.19*** join/#asterisk _zoom_ (~Eissa@196.1.219.122)
14:07.21*** join/#asterisk Azerus (~badass@unaffiliated/badass)
14:07.41*** join/#asterisk sekil (~sekil@78.24.104.73)
14:11.25*** join/#asterisk thecardsmith (~quassel@pdpc/supporter/student/thecardsmith)
14:12.37*** join/#asterisk Azerus (~badass@unaffiliated/badass)
14:12.39Azeruseh
14:12.57*** join/#asterisk Azrael808 (~peter@212.161.9.162)
14:14.02jacc0hi
14:17.57*** join/#asterisk vfabi (~fabi@host-static-93-116-255-140.moldtelecom.md)
14:20.05*** join/#asterisk hehol (~hehol@2001:1438:1009:200:9db:2899:27df:309b)
14:23.00*** join/#asterisk sruffell (~sruffell@asterisk/the-kernel-guy/sruffell)
14:23.00*** mode/#asterisk [+o sruffell] by ChanServ
14:31.12*** join/#asterisk Azrael808 (~peter@212.161.9.162)
14:35.22*** join/#asterisk vastina (~vastina@70.99.103.122)
14:40.43fulcanmjordan My To: is the carrier in format userNumber@carrier. but note there is no final destination number int that To:. But this is the only way asterisk will send the sms to my carrier. but my carrier needs to know where to send the sms. To:finalDestination in order to send. When someone thunk the technology up they forgot an entire field!
14:42.25fulcanIt's 2 (one two) hand offs to get to final destination. Carrier is hop 1 and requires addressing to get to them and finalDestination from carrier is hop #2 and has it's own addressing.
14:42.42fulcanhops to get to final destination
14:44.40mjordanfulcan: first of all, its a SIP MESSAGE request.  Its not an sms.
14:45.35fulcanmjordan I am working with SIP/sms
14:45.43mjordanfulcan: I have no idea what that is.'
14:46.00fulcanmjordan sms over sip protocol.
14:46.05mjordanfulcan: the MessageSend application is going to send a MESSAGE request.
14:47.34fulcanmjordan yup and If I used it correctly like To:2125551212(final destination)[From:"Joe"8182221313(origination), asterisk would have no clue to send this meesage to my carrier for delivery.
14:48.13mjordansure.  You have to specify a valid URI to send the message to.  That's no different then any other SIP request.
14:48.44fulcanmjordan where? every attempt I have made failed miserably.
14:49.43mjordanThe MessageSend application is going to set the To: header based on what you provide it.  Whether or not that resolves as anything is subject to the usual constraints for sending requests out from Asterisk.
14:50.09fulcanI tried concatenating them together, using a colon, every format attempt flunked.
14:50.10mjordanso that could be a URI to send to, or a peer name
14:50.16mjordanfulcan: why would it succeed?
14:50.41fulcanmjordan I need a sample, I have been playing 'guess games' all weekend. I need a sample of usage.
14:53.17fulcanmjordan in what format?
14:53.29mjordanI'm not sure what you mean.
14:53.43fulcanmjordan what is it supposed to look like? sample?
14:53.55mjordanI'm trying to write one up for you, be patient please :-)
14:54.05fulcanthank you sooooo much.
14:55.47mjordanI'm not sure its going to help you.  It sounds like you want SIP to do something different other then send a request to a URI.
14:56.11mjordanhttp://pastebin.com/1RdCSWff
14:58.51fulcanon line 22 it would fail because SIP:user must be the final destination, not the user. Is the sms being sent to yourself? user?
14:59.21fulcanTo: is 'where the sms is going'.
14:59.44mjordanfulcan: think of this the same way as you would make an INVITE request to a UA.
14:59.49*** join/#asterisk Neptu (~Neptu@41.141.95.178)
14:59.59mjordanexcept that you're sending a MESSAGE request instead.
15:00.32fulcanmjordan so, where to I pass the final destination number? nobody has told this sms where to go.
15:01.04fulcanto user? to carrier? nooooo, it has a LOT farther to go. where is this information placed into the message?
15:01.30filethat's up to how they have decided how to use MESSAGE...
15:02.31fulcanfile sms 101 message starts here and ends there. where to we specify 'there'? and not the inbetween folks either.
15:03.48fulcanI need to send a meesage to 'Joe'. Joe has the number 2222222222. Where in your sample would 2222222222 go?
15:03.58fileMESSAGE isn't for SMS, it's for SIP messages - how your provider has decided to use it to implement SMS is up to them
15:04.04fileit could use the request URI
15:04.06fileit could use the To header
15:04.09fileit could use a custom header
15:04.33fulcanfile If you could show me how it would mean the world to me.
15:04.44fileI don't know how your provider has decided to do it
15:05.10fulcanhttp://www.anveo.com/api.asp?code=apihelp_sms_receive_sip
15:05.43filethat doesn't show it completely
15:06.41*** join/#asterisk Defraz (~Defraz@67-60-210-130.cpe.cableone.net)
15:06.54filebut MessageSend(sip:<destination phone number>@<peer entry in sip.conf for provider>) comes to mind
15:06.56fileotherwise I have no idea
15:07.38fulcanfile thats what I thought to but it doesn't work. one second, I will post the error.
15:07.57filewithout knowing exactly what the provider wants... I can offer no other input
15:08.29fulcanfile your above example helps me a lot. at least I know I am not crazy.
15:14.03*** join/#asterisk wudles (~wudles@gateway.secureinstrument.com)
15:16.46*** part/#asterisk fulcan (~brads@li345-191.members.linode.com)
15:21.36*** join/#asterisk beek (~klinebl@pdpc/supporter/bronze/beek)
15:25.32*** join/#asterisk file (~file@asterisk/developer-and-muffin-lover/file)
15:25.32*** mode/#asterisk [+o file] by ChanServ
15:26.22*** join/#asterisk KavanS (~KavanS@LINBIT/KavanS)
15:37.23*** join/#asterisk esaym153 (~esaym153@cpe-70-123-194-182.satx.res.rr.com)
15:37.48esaym153is there a way in the asterisk console to set everything to debug?
15:38.22filefulcan is gone... too bad! that page they linked is for receiving SMS messages over SIP, not sending them
15:41.13*** join/#asterisk vlad_starkov (~vlad_star@213.79.102.163)
15:55.34*** join/#asterisk rjvvliet (~rjvvliet@095-097-059-139.static.chello.nl)
15:56.23*** join/#asterisk Champi (Champi@rootshell.fr)
15:57.04ectospasmesaym153: make sure console in logger.conf has "debug", and then in the CLI "core set debug <DEBUG_LEVEL>" e.g. "core set debug 10"
15:57.44ectospasmif you have to change logger.conf, be sure to run "logger reload" first
16:04.59*** join/#asterisk KavanS (~KavanS@LINBIT/KavanS)
16:26.15*** join/#asterisk aidinb (~aidin@unaffiliated/aidinb)
16:40.22*** join/#asterisk oej (~olle@h87-96-134-129.dynamic.se.alltele.net)
16:44.23*** join/#asterisk anthm (~anthm@freeswitch/developer/anthm)
16:46.42*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.218.194)
16:48.13*** join/#asterisk NightMonkey (~NightrMon@pdpc/supporter/professional/nightmonkey)
16:48.19*** join/#asterisk pabelanger (~pabelange@asterisk/contributor-and-bug-marshal/pabelanger)
16:48.20*** mode/#asterisk [+o pabelanger] by ChanServ
16:50.08*** join/#asterisk amessina (~amessina@2001:470:1f11:a4:d6be:d9ff:fe8d:7c1e)
16:50.29*** join/#asterisk timahvo1 (~rogue@196.200.32.36)
16:56.56*** join/#asterisk GGD (~deberle@pool-173-72-204-101.clppva.fios.verizon.net)
17:02.22*** join/#asterisk vinhdizzo (~vinh@dhcp-v003-127.mobile.uci.edu)
17:04.42*** join/#asterisk nutxase (~nutxase@197.87.61.80)
17:04.54nutxaseanyone got mISDN working with el6?
17:06.45*** join/#asterisk navaismo (~navaismo@189.144.194.18)
17:08.30WIMPyWhat is el6?
17:08.34nutxasecant seem to get my b410p working with centos 6 unless i use dahdi which drops calls
17:08.41nutxaseWIMPy centos 6
17:09.23WIMPyAh, we had that a few weeks ago. Use a unmangled kernel from kernel.org instead of the RedHat one.
21:26.29*** join/#asterisk infobot (~infobot@rikers.org)
21:26.29*** topic/#asterisk is #asterisk The Open Source PBX and Telephony Platform (asterisk.org) -=- Asterisk 10.5.1 (2012/06/14), 1.8.13.0 (2012/06/04), DAHDI-linux 2.6.1 (2012/04/20), DAHDI-tools 2.6.1 (2012/04/20), libpri 1.4.12 (2011/07/06) -=- Visit the official Asterisk wiki: wiki.asterisk.org
21:30.21navaismo~pastebin
21:30.21infobotA "pastebin" is a web-based service where you should paste anything over 3 lines so you don't flood the channel. Here are links to a few: http://www.pastebin.com, http://pastebin.ca, http://channels.debian.net/paste, http://paste.lisp.org, http://bin.cakephp.org/; or install pastebinit with yum or aptitude.
21:30.38navaismothe hangover is gone!
21:31.57navaismohate you cisco call manager
21:38.07*** join/#asterisk vlad_starkov (~vlad_star@ppp91-79-86-32.pppoe.mtu-net.ru)
21:39.10*** join/#asterisk DarthExpeditor (~IceChat9@99-24-174-26.lightspeed.gdrpmi.sbcglobal.net)
21:52.05*** join/#asterisk AlfE_ (~quassel@83-215-36-12.bruck.dyn.salzburg-online.at)
21:55.29*** join/#asterisk serafie (~erin@nat/digium/x-wrhiavcohspgxfte)
22:10.06*** join/#asterisk DarthExpeditor (~IceChat9@99-24-174-26.lightspeed.gdrpmi.sbcglobal.net)
22:10.10fulcanI am trying to use Set(MESSAGE(body)=${FILE(/home/SMSbody.txt,0,140)}) in an sms message but appareantly there is an illegal escape character given when it tries to send. How do I properly escape '/home/SMSbody.txt'?
22:14.49*** part/#asterisk mjordan (~mjordan@nat/digium/x-hrbqpgpzudjnkpwe)
22:18.09*** join/#asterisk AlfE_ (~quassel@83-215-36-12.bruck.dyn.salzburg-online.at)
22:18.58fulcan(that character is 0x10 AKA Line Feed which usually added by pressing Enter key)
22:19.54fulcanyet adding \n at the end of the message does not produce expected results???
22:41.11*** join/#asterisk Bullmoose (~Bullmoose@75-174-78-180.bois.qwest.net)
22:49.26*** join/#asterisk vlad_starkov (~vlad_star@ppp91-79-72-76.pppoe.mtu-net.ru)
23:01.18*** part/#asterisk ThinkGNU- (~ThinkGNU-@216.67.183.210)
23:22.13*** join/#asterisk sp00kz (~ilubj00@unaffiliated/sp00kz)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.